BundleUp logo
ar

Sentry

An error tracking and performance monitoring platform for accessing issues, events, releases, and projects.

https://sentry.io/api/0
https://mcp.sentry.dev/mcp
Agent
const bundleup = new BundleUp('Zw7Lt7...');

const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools();
Proxy
const bundleup = new BundleUp('Zw7Lt7...');

const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');

Unified MCP Tools

me
Get the Sentry account the connection is authenticated as.

Unified API Endpoints

/me
Retrieve the Sentry account this connection is authenticated as. Sentry serves no current-user endpoint under the /api/0 host, so this calls its OpenID userinfo endpoint: the openid scope is required, and name and avatar come from profile while email comes from the email scope.

We use cookies to understand how you use our site and to improve your experience. Analytics cookies are only set once you accept. See our Privacy Policy for details.