Claude Desktop or Analyst workflow.geo_ and is only shown once.Keys inherit the website’s subscription access. Treat them like passwords: never commit them, rotate if leaked via Revoke.
Claude Desktop
Edit Restart Claude Desktop. You should see the Hikoo server appear in the tools menu.
claude_desktop_config.json: Claude Code
Use the
claude mcp add command (or edit .mcp.json): Other MCP clients
Any client that supports the streamable HTTP transport works. Configure:
- URL:
https://mcp.tryhikoo.com/mcp - Header:
Authorization: Bearer geo_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Managing keys
- List your keys on the website’s Settings > API keys page, with their last-used timestamps.
- Revoke a key to deactivate it immediately. Clients using it will receive a
401 Unauthorized. - Expiration is optional. Set it when creating a key if you want automatic rotation.
Troubleshooting
| Symptom | Likely cause |
|---|---|
401 Invalid or expired API key | The key was revoked, expired, or typed incorrectly. Create a fresh one. |
403 Forbidden | The client is not sending the expected MCP headers. Verify your config. |
| Tools don’t appear in Claude | Check the client restarted after editing the config, and the transport is set to http (not sse). |