Hosted MCP Servers
Ready-to-use Model Context Protocol servers with instant API access
AurraCloud's Hosted MCP Servers provide instant access to powerful crypto and DeFi tools through the Model Context Protocol. No setup, no configuration - just add your API key and start using advanced blockchain analytics in your favorite MCP client.
DeFi & Analytics
- •
defillama-toolkit
- DeFi protocol data and TVL analytics - •
chainlink-toolkit
- Price feeds and oracle data - •
dapplooker-toolkit
- On-chain analytics and dashboards - •
tally-toolkit
- Governance and DAO analytics
Blockchain & Infrastructure
- •
evm-toolkit
- Ethereum and EVM chain interactions - •
svm-toolkit
- Solana blockchain tools - •
allez-toolkit
- Multi-chain data aggregation - •
discourse-toolkit
- Community and forum data
Add AurraCloud MCP servers to your Cursor IDE configuration:
1. Open Cursor Settings
Go to Cursor → Settings → Features → Model Context Protocol
2. Add MCP Server Configuration
Replace <YOUR_API_KEY>
with your actual API key:
{
"mcpServers": {
"aurracloud-crypto": {
"url": "https://mcp-v1.aurracloud.com/mcp/<YOUR_API_KEY>/defillama-toolkit/sse"
}
}
}
3. Restart Cursor
Restart Cursor IDE to load the new MCP server configuration.
Configure Claude Desktop to use AurraCloud MCP servers:
1. Locate Configuration File
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
2. Add Configuration
Add or update your configuration file with multiple toolkits:
{
"mcpServers": {
"defillama-toolkit": {
"url": "https://mcp-v1.aurracloud.com/mcp/<YOUR_API_KEY>/defillama-toolkit/sse"
},
"chainlink-toolkit": {
"url": "https://mcp-v1.aurracloud.com/mcp/<YOUR_API_KEY>/chainlink-toolkit/sse"
},
"evm-toolkit": {
"url": "https://mcp-v1.aurracloud.com/mcp/<YOUR_API_KEY>/evm-toolkit/sse"
}
}
}
3. Restart Claude Desktop
Restart Claude Desktop to load the new MCP servers. You should see the tools available in your chat.
Once configured, you can use natural language to interact with crypto data:
Example Queries:
- • "What's the current TVL of Uniswap V3?"
- • "Show me the latest ETH/USD price from Chainlink"
- • "Get the transaction details for this hash: 0x..."
- • "What are the top DeFi protocols by TVL?"
- • "Check the governance proposals for Compound"
Common Issues
MCP server not connecting
Verify your API key is correct and you have sufficient credits. Check the URL format matches exactly.
Tools not appearing in client
Restart your MCP client after adding the configuration. Ensure the JSON syntax is valid.
Rate limit errors
You've exceeded the rate limit. Wait a moment or upgrade to a paid plan for higher limits.
Need Help?
We use cookies to enhance your experience, analyze site usage, and personalize content. Your privacy matters to us.
AurraCloud - a Monemetrics Product