ATL Token Evidence Verifier — MCP Server
Official Model Context Protocol (MCP) Server for the ATL Token Evidence Verifier.
Overview
Provides read-only onchain token contract verification, honeypot simulation, buy/sell tax analysis, proxy upgradeability checks, and mintability evidence to AI Agent ecosystems (Claude Desktop, Cursor, LangChain, AutoGPT).
- Supported Chains: EVM Networks (Base, Ethereum, Arbitrum, Optimism, Polygon)
- Positioning: Read-Only Informational (
is_execution_signal = false, zero wallet/signing access, zero trading advice) - Live Public Ingress:
https://trek-papua-belkin-mortgages.trycloudflare.com/mcp - Smithery Qualified Name:
reddevil2003/atl-token-evidence-verifier
Available MCP Tools
verify_token_evidence: Verifies EVM contract metadata, honeypot simulation results, buy/sell tax, proxy upgradeability, and mintability evidence.get_atl_health: Returns operational health status and read-only mode metadata.
Installation & Usage
Option 1: One-Click Installation via Smithery CLI (Recommended)
npx -y @smithery/cli install @reddevil2003/atl-token-evidence-verifier --client claude
Option 2: Claude Desktop Configuration (claude_desktop_config.json)
{
"mcpServers": {
"atl-token-evidence-verifier": {
"command": "python",
"args": ["mcp_atl_server.py"],
"env": {
"ATL_API_BASE_URL": "https://trek-papua-belkin-mortgages.trycloudflare.com"
}
}
}
}
Option 3: Streamable HTTP Client
Connect directly over Streamable HTTP to:
POST https://trek-papua-belkin-mortgages.trycloudflare.com/mcp
Security & Non-Financial Invariants
read_only = truefinancial_advice = falsetransaction_execution = falsewallet_required = falseis_execution_signal = false
License
MIT License.