What You'll Get#
✅ Real XDC blockchain data - Live prices, balances, transactions
✅ Wallet connectivity - Connect and use your MetaMask wallet
✅ DeFi tools - DEX comparisons, swap simulation, arbitrage finder
✅ Smart contracts - Generate and deploy contracts
✅ Market insights - News, events, and trading opportunities
30-Second Setup with No Code#
For Claude Users
- Go to Claude Settings → Connectors → Add custom connector
- Add the following:
- Name: Tracey XDC
- URL: Terminal
https://mcp.tracey.dev/sse
- Click Add
- Test: Ask "What XDC blockchain tools do you have?"
For Cursor Users
Quick Install - Click the button below to automatically install:
Manual Setup:
- Press Cmd+Shift+P → "Open MCP settings"
- Add to :Terminal
mcp.json
{
"mcpServers": {
"tracey": {
"url": "https://mcp.tracey.dev/sse"
}
}
}
- Test: Ask "Check current XDC price"
For Windsurf Users
Install Tracey MCP in Windsurf
- Open Windsurf IDE
- Go to Settings > Tools > Windsurf Settings
- Click Add Server or View Raw Config
- Add this configuration to your :Terminal
mcp_config.json
{
"mcpServers": {
"tracey-mcp": {
"url": "https://mcp.tracey.dev/sse"
}
}
}
First Commands to Try#
1. Check XDC Price
"What's the current XDC price in USD?"
Expected: Real-time price with 24h change and market data
2. Network Status
"Show me XDC network information"
Expected: Network stats, validators, current block info
3. Connect Wallet (Optional)
"Connect my MetaMask wallet"
Expected: Instructions and connection link
4. Market Analysis
"Find arbitrage opportunities on XDC DEXs"
Expected: Real arbitrage opportunities with profit calculations
5. Latest News
"Get the latest XDC and DeFi news"
Expected: Recent crypto news from multiple sources
Essential Tools Overview#
| Tool | Purpose | Authentication |
|---|---|---|
Terminal | Live XDC price data | None |
Terminal | Network statistics | None |
Terminal | Wallet connection | None |
Terminal | Check wallet balance | None |
Terminal | Compare DEX prices | Optional |
Terminal | Crypto news feed | Optional |
Terminal | Find profit opportunities | Optional |
Terminal | Simulate token swaps | Optional |
Pro Tips#
🎯 Be Specific
Good: "Use get_xdc_price to check current price"
Better: "Get XDC price in EUR with 24h change"
🔗 Chain Commands
"Connect MetaMask, then check my XDC balance and show current price"
🛡️ Use Session Isolation
"Connect MetaMask with client_id='my-laptop'"
This prevents wallet sharing on shared computers.
📊 Combine Tools
"Check XDC price, find best DEX rates, and simulate a 100 XDC swap"
Authentication (Optional)#
For enhanced features, get an auth token:
- Visit: https://connector.tracey.dev/auth
- Complete authentication
- Copy your token
- Use in commands: Terminal
"Check portfolio with auth_token='your-token'"
Benefits:
- Higher rate limits
- Premium market data
- Advanced portfolio analysis
- Priority support
Common Use Cases#
DeFi Trader
- "Get XDC price and market data"
- "Compare WXDC prices across all DEXs"
- "Find profitable arbitrage opportunities"
- "Simulate a 1000 XDC to USDT swap"
Portfolio Manager
- "Connect my MetaMask wallet"
- "Show my complete token portfolio"
- "Check my recent transaction history"
- "Calculate gas fees for transfers"
Developer
- "Show available smart contract templates"
- "Create an ERC20 token contract"
- "Get contract information for address 0x..."
- "Check XDC network status for deployment"
Researcher
- "Get latest XDC ecosystem news"
- "Show upcoming crypto events this week"
- "Analyze XDC network statistics"
- "Compare XDC with other blockchain metrics"
Troubleshooting Quick Fixes#
Connection Issues
- Verify URL: (note theTerminal
https://mcp.tracey.dev/sse)Terminal/sse - Restart your AI tool after adding the server
- Check internet connection
Tools Not Working
- Ask explicitly: "Use the get_xdc_price tool"
- Verify MCP server is connected: "What MCP tools are available?"
- Try simpler commands first
Wallet Issues
- Ensure MetaMask is installed and unlocked
- Make sure you're on XDC Network (Chain ID: 50)
- Use for session isolationTerminal
client_id
Getting Help#
- Full setup guide: MCP Setup Documentation
- Detailed troubleshooting: Troubleshooting Guide
- Discord community support
- Email: support@tracey.dev
What's Next?#
Once you're comfortable with basic tools:
- Explore DeFi Features: Arbitrage, swaps, portfolio analysis
- Smart Contract Development: Use templates and deployment tools
- Advanced Trading: Combine multiple tools for complex strategies
- Build Automations: Create custom workflows with AI assistance
🚀 Ready to start? Add the MCP server and try your first command!
The AI will handle all the technical details - you just ask for what you need in plain English.