https://api.traversal.com/mcp/
For BYOC deployments, use your organization’s API URL + /mcp/.
Authentication
Generate an API key in the Traversal web app under Settings > Personalization. The key is shown once — copy it immediately. Pass it in theAuthorization header:
Setup
The config is the same across clients — an endpoint URL and anAuthorization header. Find your client below.
Claude Desktop
Claude Desktop
Open Settings > Developer > Edit Config and add:Restart Claude Desktop after saving.
Claude Code
Claude Code
Cursor
Cursor
Add to
.cursor/mcp.json in your project root or global settings:OpenCode
OpenCode
Add to your Set the
opencode.json config:TRAVERSAL_API_KEY environment variable with your API key before launching OpenCode.Other clients
Other clients
Any client supporting the streamable-http transport can connect (ChatGPT, Windsurf, VS Code, etc.). Configure it with the endpoint URL and an
Authorization: Bearer header containing your API key.Available tools
| Tool | Description |
|---|---|
investigate | Run a first-pass investigation (typically 30s–2min). |
follow_up | Continue an investigation — drill into findings or check additional data sources. |
get_investigation | Get the status and report for an investigation, with a link to the web app. |
list_investigations | List recent investigations for your organization. |
product_feedback | Send feedback about the MCP experience. |
FAQ
Authentication failed (401)
Authentication failed (401)
Verify your API key is correct and hasn’t been revoked. If you recently regenerated it, update your client configuration.
Investigation is slow or times out
Investigation is slow or times out
Broad investigations can take up to 2 minutes. Try a surgical investigation first and use
follow_up to expand scope.Viewing results in the web app
Viewing results in the web app
Call
get_investigation — the response includes a ui_url link to the full investigation in the Traversal web app.