Or add it to your .cursor/mcp.json file in any project directory to scope it per-project.
The MCP protocol uses a session: every client must call initialize
first, capture the Mcp-Session-Id returned in the response headers,
and include that header on every subsequent request.
MCP clients (Claude Desktop, Claude.ai, Cursor, etc.) handle this handshake
automatically. You only need the two-step sequence below when testing
directly with curl, Postman, or building a custom client.
Once connected, paste this prompt into your AI client:
Investigate this wallet and tell me if I should be concerned about it:5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1Check its risk score, see if it's sanctioned, find its top counterparties,and summarize what kind of entity this appears to be.
The AI will call get_address_risk, check_sanctions, get_address_connections, and get_address_info autonomously and return a structured summary.