1 min read
Connecting a client
Point your MCP client at Tamaton’s Streamable HTTP endpoint and provide your API key as a Bearer token.
- URL:
https://tamaton.com/api/mcp - Header:
Authorization: Bearer <key_id>:<secret>
For clients that read a JSON config (such as Claude Desktop), add Tamaton as an HTTP MCP server with the URL and Authorization header above. After connecting, call tools/list to verify the connection.
Troubleshooting
- 401 Unauthorized — check your key and the
key_id:secretformat. - Scope errors — the key is missing a required scope.
- 429 Too Many Requests — you hit the rate limit; back off and retry.