Cardexscan MCP Server
@cardexscan/mcp-server
MCP (Model Context Protocol) server for Cardexscan — a Cardano DEX scanner and aggregator. Gives AI assistants real-time access to Cardano DeFi data.
Installation
npm install -g @cardexscan/mcp-serverMCP Client Configuration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cardexscan": {
"command": "npx",
"args": ["-y", "-p", "@cardexscan/mcp-server", "cardexscan-mcp-server"]
}
}
}Claude Code
claude mcp add cardexscan -- npx -y -p @cardexscan/mcp-server cardexscan-mcp-serverAvailable Tools (24)
Tokens
Tool | Description |
| Get trending tokens ranked by trading activity |
| Search tokens by ticker or name |
| Get current ADA price in USD |
Pools
Tool | Description |
| Get liquidity pools for a token pair across DEXes |
| Get rug-pull risk score for a token |
Wallet
Tool | Description |
| Get token details for a list of policy IDs |
| Get pending swap orders for a wallet |
| Get all swap orders (open and completed) for a wallet |
Swaps
Tool | Description |
| Get aggregated swap routes across DEXes |
| Build unsigned transaction CBOR for a swap |
Trades
Tool | Description |
| Get recent trades across all DEXes |
| Get historical trades for a wallet |
| Get all token trades for a timeframe |
| Log a swap transaction for analytics |
OTC / P2P Marketplace
Tool | Description |
| Get all OTC marketplace offers |
| Get details of a specific OTC offer |
| Create a new P2P trading offer |
| Accept an existing OTC offer |
| Get offers created by a specific wallet |
| Cancel an existing OTC offer |
DCA (Dollar Cost Averaging)
Tool | Description |
| Create automated recurring swap orders |
| Cancel an active DCA order |
| Get DCA orders for a wallet |
| Get all active DCA orders system-wide |
API Documentation
See the full Cardexscan API docs.
License
MIT