# Rollbar — MCP server on mcp.ai > Connect your Rollbar account and use 17 tools for developer tools straight from your AI agent. Connect with your own API key. Error tracking and monitoring platform for developers. By: mcp.ai · official Page: https://mcp.ai/rollbar ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_rollbar?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/rollbar/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/rollbar/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/rollbar/skill.md Postman collection (v2.1): https://mcp.ai/rollbar/postman.json ## Tools - rollbar_check_team_project_assignment(team_id: integer, project_id: integer) — Tool to check if a team is assigned to a project in Rollbar. Use when you need to verify team-project relationships or validate access permissions. Returns 404 if the project is not assigned to the te - rollbar_check_user_team_assignment(team_id: integer, user_id: integer) — Tool to check if a user is assigned to a team in Rollbar. Use when you need to verify team membership for a specific user. - rollbar_get_occurrences_metrics(sort?: object, limit?: integer, offset?: integer, filters?: object[], end_time: integer, group_by?: string[], timezone?: string, aggregates?: object[], start_time: integer, granularity?: string) — Get occurrence counts over a span of time with flexible grouping, filtering, and aggregation. Use this to analyze error patterns, track occurrence metrics across time periods, and generate custom repo - rollbar_get_project(project_id: integer) — Tool to retrieve details of a specific Rollbar project by its ID. Use when you need to get project information including name, status, settings, and timestamps. - rollbar_get_team(team_id: integer) — Tool to retrieve details of a specific team by ID. Use when you need to fetch information about a team including its name, account ID, and access level. - rollbar_get_ttr_metrics(levels?: string[], end_time?: integer, function?: string, timezone?: string, frameworks?: string[], start_time: integer, granularity?: string, project_ids?: integer[], environments?: string[]) — Get resolution time metrics for a list of projects. Use when you need to analyze how long it takes to resolve issues in Rollbar projects. - rollbar_get_user(user_id: integer) — Tool to retrieve a specific user from Rollbar by their user ID. Use when you need to fetch user details including username, email, and notification settings. - rollbar_list_all_projects() — Tool to list all projects in the Rollbar account. Use when you need to retrieve all projects associated with the account. - rollbar_list_all_teams() — Tool to list all teams in a Rollbar account. Use when you need to retrieve all teams for an account. - rollbar_list_all_users(email?: string) — Tool to list all users in the Rollbar account. Use when you need to retrieve user information or filter users by email address. - rollbar_list_project_teams(project_id: integer, exclude_builtin_teams?: integer) — Tool to list all teams with access to a Rollbar project. Use when you need to retrieve teams associated with a specific project. - rollbar_list_rql_jobs(page?: integer) — Tool to list all RQL (Rollbar Query Language) jobs. Use when you need to retrieve all RQL jobs and their statuses. - rollbar_list_team_invitations(page?: integer, team_id: integer) — Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations. - rollbar_list_team_projects(team_id: integer) — Tool to list all projects a team has access to in Rollbar. Use when you need to see which projects are associated with a specific team. - rollbar_list_team_users(page?: integer, team_id: integer) — Tool to list all users in a Rollbar team. Use when you need to retrieve team membership information. - rollbar_list_user_projects(user_id: integer) — Tool to list all projects a user has access to. Use when you need to retrieve projects for a specific user by their user ID. - rollbar_list_user_teams(user_id: string) — Tool to list all teams a user belongs to in Rollbar. Use when you need to retrieve team memberships for a specific user. ## Example prompts - "What can I do in Rollbar?" - "Show me a summary of my Rollbar account" ## Links Docs: https://mcp.ai/docs/mcps/rollbar Website: https://mcp.ai/mcps/rollbar