MCP Server Overview
Base URL:https://ai.dzap.io/mcp
This MCP (Model Context Protocol) server provides a suite of DeFi, NLP, and analytics tools designed for use with AI systems such as Claude Desktop, OpenAI MCP clients, or custom AI agents.
It adheres to the official Model Context Protocol Specification:https://modelcontextprotocol.io/specification/2025-03-26
⚙️ Available Tools
Each tool follows the MCP JSON-RPC interface.| Tool | Purpose |
|---|---|
setupTokenAddressTool | Retrieves token metadata and on-chain address information |
setupAllBalanceTool | Returns balances for all tokens linked to a given wallet address |
setupBalanceTool | Fetches balance for a specific token and user |
setupBridgeLinkTool | Generates bridge routes between tokens across chains |
setupDefiPositionTool | Displays user DeFi positions (LPs, vaults, etc.) |
setupDollarToTokenTool | Converts USD (or other fiat) to token amount |
setupNFTTool | Retrieves NFT metadata and user holdings |
setupPoolTool | Displays pool stats like TVL, APR, and volume |
setupPricePredictionTool | Predicts short-term price movements |
setupPriceTool | Fetches current token prices |
setupRagOverDocsTool | Performs RAG search over internal documentation |
setupSentimentTool | Runs sentiment analysis over crypto content |
setupSwapLinkTool | Generates swap route or calldata |
setupTrendingNewsTool | Fetches trending crypto news |
setupTrendingTokenTool | Lists trending tokens |
setupSearchTool | Performs a general AI search |
setupZapCallDataGeneratorTool | Generates calldata for complex DeFi Zaps |
Integration with Claude Desktop
Claude Desktop supports connecting directly to MCP servers (local or remote).1. Open the Config
Inside Claude Desktop: Navigate to:Settings → Developer → Edit Config File This opens:
claude_desktop_config.json
2. Add MCP Entry
3. Restart Claude Desktop
Claude should now auto-detect your MCP server.4. Test the Connection
Type in Claude:🔍 Example Usage (Natural Language)
Once connected, you can use plain English and Claude will automatically call tools. Examples:- “Get my ETH wallet balance.”
- “Predict tomorrow’s Bitcoin trend.”
- “Generate a zap calldata from USDC to DAI.”
- “Fetch trending tokens and sentiment.”
JSON-RPC API Notes
| Property | Value |
|---|---|
| Protocol | JSON-RPC 2.0 over HTTPS |
| Content-Type | application/json |
| Auth | None (yet; will be secured later) |
| MCP Spec | v0.4+ |