mcp-defi-router
Autonomous Web3 router for DEX liquidity depth, EVM contract security, and cross-chain bridges.
Should I use this
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~234Tokens (tool definitions)
~556 BTypical response size
Minimal attention impact (0.18% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"mcp-defi-router": {
"url": "https://mcp-defi.datasnag.com/mcp"
}
}
}Remote endpoints
https://mcp-defi.datasnag.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪dex_liquidity_router(token_address, chain_id)
Aggregates pool depth, 24h volume, spread, and pricing across DEXs.
Input Schema
{
"type": "object",
"properties": {
"token_address": {
"type": "string"
},
"chain_id": {
"type": "string"
}
},
"required": [
"token_address"
]
}⚪contract_security_screener(token_address, chain_id)
Audits EVM token contracts for blacklists, honeypot traps, and tax anomalies.
Input Schema
{
"type": "object",
"properties": {
"token_address": {
"type": "string"
},
"chain_id": {
"type": "integer"
}
},
"required": [
"token_address"
]
}⚪cross_chain_bridge_optimizer(from_chain, to_chain, from_token, to_token, from_amount, ...)
Calculates lowest-slippage bridge routes across EVM and Solana.
Input Schema
{
"type": "object",
"properties": {
"from_chain": {
"type": "string"
},
"to_chain": {
"type": "string"
},
"from_token": {
"type": "string"
},
"to_token": {
"type": "string"
},
"from_amount": {
"type": "string"
},
"from_address": {
"type": "string"
}
},
"required": [
"from_chain",
"to_chain",
"from_token",
"to_token",
"from_amount",
"from_address"
]
}Community
Evidence
Recent observations
verifiedversion not recorded3 tools