Rollbar MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROLLBAR_API_BASE | No | Override the Rollbar API base URL (defaults to `https://api.rollbar.com/api/1`). Use this when running against a staging or development Rollbar deployment. | https://api.rollbar.com/api/1 |
| ROLLBAR_ACCESS_TOKEN | Yes | An access token for your Rollbar project with `read` and/or `write` scope |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-item-detailsC | Get item details for a Rollbar item |
| get-deploymentsC | Get deployments data from Rollbar |
| get-versionC | Get version details for a Rollbar project |
| get-top-itemsC | Get list of top items in the Rollbar project |
| list-itemsC | List all items in the Rollbar project with optional search and filtering |
| update-itemC | Update an item in Rollbar (status, level, title, assignment, etc.) |
| get-replayC | Get replay data for a specific session replay in Rollbar |
| list-projectsB | List configured Rollbar projects available to this MCP server |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose targeting specific Rollbar resources and actions, such as get-deployments for deployments, list-items for items, and update-item for modifications. There is no overlap in functionality, making it easy for an agent to select the correct tool without confusion.
All tool names follow a consistent verb_noun pattern with hyphens, such as get-deployments, list-items, and update-item. This uniformity enhances readability and predictability, allowing agents to easily understand and navigate the toolset.
With 8 tools, the server is well-scoped for error monitoring and management in Rollbar, covering key operations like listing, getting, and updating items, deployments, and projects. Each tool serves a specific purpose without redundancy, making the count appropriate for the domain.
The toolset provides comprehensive coverage for core Rollbar workflows, including CRUD-like operations for items and basic project and deployment management. A minor gap exists in missing tools for creating or deleting items or projects, but agents can still perform essential monitoring and update tasks effectively.