Skip to content
Back to search
100
MCP live v0.1.5 MCP 2025-11-25 streamable-http

Delora MCP

io.github.DeloraProtocol/delora-mcp

Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.

Uptime
100.0%
1 direct probes · 30d
Response
492ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

get_instructions

CALL THIS FIRST. Returns the guide for Delora MCP: how to get quotes, chains, tokens, tools…

get_quote

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.

get_chains

List supported chains. Optionally filter by chainTypes (e.g. EVM,SVM).

get_tools

List available tools (e.g. bridges, DEXes). Optionally filter by chains (comma-separated).

get_tokens

List supported tokens. Optionally filter by chains and/or chainTypes.

get_token

Get a single token by chain and token address/symbol.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "delora_mcp": {
      "url": "https://mcp.delora.build/mcp",
      "transport": "streamable-http"
    }
  }
}