1
Get your API key
Sign in to your account at sleuthintel.io and open Account Settings. Copy your API key from the API Access section. This is the same key you use for the REST API — no separate credential is needed for MCP.
2
Get your MCP server URL
On the same Account Settings page, copy the MCP Server URL. The URL is unique to your account and scopes all requests to your plan and rate limits.
3
Configure your agent framework
Point your agent framework at the MCP server URL. Below are examples for Claude Desktop and a generic MCP client.Replace
YOUR_MCP_SERVER_URL and YOUR_API_KEY with the values you copied in the previous steps.4
Authenticate
Sleuth Intel uses Bearer token authentication. Pass your API key in the
Authorization header on every request, exactly as shown in the configuration examples above. The server validates the token on connection and on each tool call — no session handshake is required.5
Make your first tool call
Ask your agent to analyze a wallet. The agent will call the The agent resolves this to two sequential tool calls:
sleuth_wallet tool automatically.Example prompt
Tool calls (resolved by the agent)
Available MCP tools
Every Sleuth Intel endpoint is exposed as a named MCP tool. All user-listed Marketplace APIs are also callable through the same interface.The full list of available Marketplace API tools is dynamic. Your agent discovers them at connection time from the server’s tool manifest, so new APIs listed by contributors are immediately available without any reconfiguration.