Platform MCP
The Platform MCP server gives your AI tools direct access to your Respan observability data - logs, traces, prompts, customers, and more.
Setup
API Key (Recommended)
OAuth
Use your Respan API key. Works with any MCP client.
Get your API key from platform.respan.ai, then add the config to your tool:
Restart your tool to load the MCP server.
Enterprise
Enterprise users have a dedicated endpoint. Replace https://mcp.respan.ai/mcp with https://mcp.respan.ai/mcp/enterprise in any config above.
Available tools
Once connected, your AI tools can access:
Logs
Try: “Show me the most expensive requests from the last hour” or “Find all failed requests for customer user_123”
Traces
Try: “Show me traces with errors in production” or “Get the span tree for trace xyz123”
Customers
Try: “Who are my top 10 customers by cost?” or “Show budget usage for user_abc”
Prompts
Try: “Show me all my prompts” or “Get the latest version of my customer-support prompt”
Troubleshooting
Source code
The Respan MCP server is open source: github.com/respanai/respan-mcp