← routescan.io
INDIVIDUAL MCP TOOL
find_relevant_public_endpoints
Search for read-only Routescan PUBLIC API endpoints (https://api.routescan.io) by natural language or path.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.routescan-io]
url = "https://mcp.routescan.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"routescan-io": {
"type": "http",
"url": "https://mcp.routescan.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: routescan-io
Remote MCP URL: https://mcp.routescan.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"routescan-io": {
"url": "https://mcp.routescan.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"routescan-io": {
"type": "http",
"url": "https://mcp.routescan.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "routescan-io",
"transport": "streamable-http",
"url": "https://mcp.routescan.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_blockchains— Lists all blockchains supported by Routescan for data indexing, including RPC endpoint URLs when available.search_token— Searches for ERC20 tokens by name or symbol.analyze_blockchain_tokens— Analyzes the token ecosystem on a chain: top ERC20 tokens by market cap, top ERC721 and ERC1155 collections by holders.analyze_token_holders— Analyzes holder distribution for a specific ERC20 token, showing top holders and concentration metrics.analyze_token_details— Deep analysis of a specific token including current USD price, market cap, price changes, recent transfers, and swap activity.analyze_address— The go-to tool for analyzing any EVM address in detail: type, name, balance, transactions count, token counts, transfer counts, description, tags, blacklist status, ERC20/NFT holdings, and recent transactions.review_token_approvals— Lists all ERC20 token approvals granted by an address with risk assessment.analyze_contract— Analyzes a smart contract: source code, ABI (functions/events), verification status, compiler info, proxy detection, deployer, and audit status.