Back to search
100
MCP live v0.1.5 streamable-http

Delora MCP

io.github.DeloraProtocol/delora-mcp

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

Uptime
100.0%
2 probes
Response
421ms
last probe
Tools
6
callable

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.

Similar MCP servers embedding-nearest

Delora MCP
Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.
0 tools · streamable-http
Delora
Cross-chain swap quotes, token data, and chain information via the Delora Protocol API.
0 tools
io.github.lordbasilaiassistant-sudo/base-price-oracle-mcp
MCP server for real-time token prices on Base from on-chain DEX pools.
0 tools
io.github.dappros/ethora-mcp-cli
MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.
0 tools
io.github.CryptoAPIs-io/mcp-transactions-data
MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs
0 tools
io.github.cryptoapis-io/mcp-transactions-data
MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs
0 tools

How to use

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

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