MCP servers

Key-derived MCP on the Fly edge with trust tiers and org rules.

Connect

Mint itr_rt_* in Settings → Runtime API keys. Keep upstream secrets in the Provider vault — clients should not need vendor sk- keys.

Call https://intertrace.fly.dev/mcp with Bearer itr_rt_* + X-Intertrace-MCP-Server. Register servers in Dashboard → MCP.

curl -sS https://intertrace.fly.dev/mcp \
  -H "Authorization: Bearer itr_rt_…" \
  -H "X-Intertrace-MCP-Server: YOUR_SERVER_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Clients