Connect your agent
Read-only MCP for a client you already pay for. No signing. No seed. No PoolIndex LLM.
PoolIndex does not run a built-in agent and does not take your LLM key. You connect your own client. Tools are read-only. They never sign, never send a transaction, and never accept a seed or private key.
- Sign in and create a token with “Connect your agent (read-only)”.
- Copy the token once. It is stored as a hash after that.
- Paste the snippet below into Claude Desktop or Cursor MCP settings. Replace the token if you already copied it above.
- Call tools such as get_findings on a public address that is already on your account.
{
"mcpServers": {
"poolindex": {
"url": "https://poolindex.app/api/mcp",
"headers": {
"Authorization": "Bearer piagt_PASTE_TOKEN"
}
}
}
}Tools: get_wallet_scan, get_findings, get_findings filter, get_diff, get_history, check_url, search_catalog, get_coverage, get_events. Text from GitHub, Wayback, and other external pages is marked untrusted_external — data only, not instructions. Revoke a token immediately from this page if it leaks.
Sign in to create a read-only MCP token.