Delora MCP
io.github.DeloraProtocol/delora-mcpDelora MCP server for cross-chain quotes, supported chains, tokens, and tools.
Tools · 6
CALL THIS FIRST. Returns the guide for Delora MCP: how to get quotes, chains, tokens, tools…
Get a cross-chain quote: best route, output amount, calldata, gas. Use get_chains and get_tokens first to resolve chain IDs and token addresses.
List supported chains. Optionally filter by chainTypes (e.g. EVM,SVM).
List available tools (e.g. bridges, DEXes). Optionally filter by chains (comma-separated).
List supported tokens. Optionally filter by chains and/or chainTypes.
Get a single token by chain and token address/symbol.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"delora_mcp": {
"url": "https://mcp.delora.build/mcp",
"transport": "streamable-http"
}
}
}