INDIVIDUAL MCP TOOL
get_token_transfers
Get token transfer events for an address, optionally filtered by token contract.
LIVE ENDPOINT
https://mcp-keyless.etherscan.io/mcp
Connect to this endpoint to inspect the live schema for get_token_transfers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests a financial action.
Parent server
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.etherscan-mcp]
url = "https://mcp-keyless.etherscan.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"etherscan-mcp": {
"type": "http",
"url": "https://mcp-keyless.etherscan.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: etherscan-mcp
Remote MCP URL: https://mcp-keyless.etherscan.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": {
"etherscan-mcp": {
"url": "https://mcp-keyless.etherscan.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"etherscan-mcp": {
"type": "http",
"url": "https://mcp-keyless.etherscan.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "etherscan-mcp",
"transport": "streamable-http",
"url": "https://mcp-keyless.etherscan.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_native_balance— Get the native coin (e.get_transactions— Get the list of normal (external) transactions for an address.get_internal_transactions— Get internal transactions for an address, or by a specific parent transaction hash.get_contract_source— Get the verified source code and metadata for a contract address.get_contract_abi— Get the verified ABI (JSON) for a contract address.get_contract_creation— Get the creator address and creation transaction hash for up to 5 contract addresses.get_transaction_receipt_status— Get the receipt status of a transaction (1 = success, 0 = failed).get_transaction_status— Get the contract execution status of a transaction (detects failed/erroring executions).