Cardexscan MCP Server
Provides real-time access to Cardano DeFi data including token information, liquidity pools, swap aggregation, wallet tokens and orders, OTC marketplace offers, and DCA orders through the Cardexscan API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cardexscan MCP ServerShow me trending tokens on Cardano"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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-serverRelated MCP server: THORChain MCP Server
MCP 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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hydracds/cds-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server