Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Sentry MCP server with 74 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Sentry — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Sentry MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Sentry tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Sentry call.
Tools Discovery →A Sentry MCP server lets AI agents read and write Sentry data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Sentry MCP server ships with 74 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Sentry's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve an organization member's details.
Remove an organization member.
Return details on an individual team.
Update various attributes and configurable settings for the given team.
Schedules a team for deletion.
Return details on an individual project.
Schedules a project for deletion.
Returns details on a project's ownership configuration.
Updates ownership configurations for a project.
Return a list of releases for a given organization.
Return details on an individual release.
Return details on an individual replay.
Delete a replay.
Return details on an individual issue.
Updates an individual issue's attributes.
Removes an individual issue.
Add or invite a member to an organization.
Add an organization member to a team.
Create a new team bound to an organization.
Give a team access to a project.
Create a new project bound to a team.
Return a list of organizations available to the authenticated session.
Return details on an individual organization, including various details such as membership access and teams.
Return a list of version control repositories for a given organization.
Return a list of projects bound to a organization.
List commits for a specific repository.
List all organization members.
Query summarized event counts by project for your Organization.
Query event counts for your Organization with advanced grouping and filtering.
Returns a list of teams bound to an organization.
Returns a list of teams the user has access to in the specified organization.
Return a list of projects bound to a team.
List all members on a team.
Return a list of teams that have access to this project.
Retrieve a list of filters for a given project.
Returns a list of active organization members that belong to any team assigned to the project.
Return a list of users seen within this project.
Return a list of values associated with this key.
Return a set of points representing a normalized timestamp and the number of events seen in the period.
Return a list of client keys bound to a project.
List a project release's commits.
Return a list of files for a given release.
Returns a list of deploys based on the organization, version, and project.
List an organization release's commits.
Return a list of files for a given release.
Retrieve a file for a given release.
Retrieve a file for a given release.
Retrieve files changed in a release's commits.
List all derived statuses of releases that fall within the provided start/end datetimes.
Return a list of replays belonging to an organization.
Return a list of selectors for a given organization.
Return a collection of replay recording segments.
Return a replay recording segment.
Return a list of users who have viewed a replay.
Return a list of events bound to a project.
Return a list of issues (groups) bound to a project.
Returns a list of values associated with this key for an issue.
Return a list of error events bound to an issue.
This endpoint lists an issue's hashes, which are the generated checksums used to aggregate individual events.
Return a list of issues for an organization.
Return details on an individual event.
Retrieves the details of an issue event.
Return a list of values associated with this key for an issue.
Update settings and properties of an organization.
Update a member's organization-level and team-level roles.
Update an organization member's team-level role.
Delete an organization member from a team.
Revoke a team's access to a project.
Resolve a short ID to the project slug and group details.
Resolve an event ID to the project slug and internal issue ID and internal event ID.
Bulk mutate various attributes on issues.
Bulk mutate various attributes on a maximum of 1000 issues.
Permanently remove the given issues.
Permanently remove the given issues.
One endpoint. Any framework. Your agent is talking to Sentry in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}172+ actions
137+ actions
134+ actions
128+ actions
125+ actions
118+ actions
109+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.