MCP Server
The MCP Server provides tool-based API extensions to support Anthropic-compatible AI agents within the SLAMai ecosystem. Each tool enables structured, permissioned, behavior-aware access to on-chain intelligence through WalletDNA and TokenDNA.
These tools are designed for autonomous agents operating via Anthropic's Model Context Protocol (MCP) and can scale to any number of queryable actions.
Endpoint
Base URL: https://slamai.dev/mcp
Authentication
Append your API key as a query parameter when connecting:
https://slamai.dev/mcp?apiKey=YOUR_API_KEY
Once authenticated, you’ll be able to select which tools to include in your session.
Current tools:
- TokenPrice — get historical and current prices across symbols or addresses
- TokenTransfers — fetch token transfer logs with optional HolderDNA
- TokenDiscovery — discover trending, popular, or recent tokens
- TokenSwaps - get token swaps with optional WalletDNA
More tools are coming soon—including wallet scoring, ecosystem analytics, and protocol profiling.
All MCP tools conform to JSON Schema-based parameter definitions and are callable by any Claude-based AI agent.
📖 More Development Resources:
Learn how to set up and use remote MCP with OpenAI agents here:
OpenAI Tools — Remote MCP Setup