Hosted MCP
Tracebox MCP is a remote HTTPS server on Vercel at /api/mcp. Do not run a local stdio server or npx mcp-remote.
Cursor
From the dashboard MCP page, generate an API key and click Add to Cursor. Or add this to mcp.json:
{
"mcpServers": {
"tracebox": {
"url": "https://tracebox-ochre.vercel.app/api/mcp",
"headers": {
"Authorization": "Bearer tbx_YOUR_KEY"
}
}
}
}Auth
Send Authorization: Bearer tbx_…. Tools are scoped to that key’s workspace and plan limits (events/month and requests/minute).