
Delora MCP
Pull cross-chain quotes, supported chains, and token metadata into your agent while building DeFi or multi-chain product flows.
Overview
Delora MCP is a MCP server for the Build phase that exposes cross-chain quotes, supported chains, tokens, and Delora tools to coding agents.
What is this MCP server?
- @deloraprotocol/mcp npm v0.1.5 with stdio MCP plus remote streamable-http at https://mcp.delora.build/mcp
- Tools for cross-chain quotes, supported chains, tokens, and related Delora utilities
- Optional DELORA_API_KEY / x-api-key header forwarded to Delora API
- Fits agent-assisted prototyping of routing, bridging, and token discovery UX
- Source repository DeloraProtocol/delora-mcp on GitHub
- Package version 0.1.5 identifier @deloraprotocol/mcp
- Remote URL https://mcp.delora.build/mcp type streamable-http
- Optional secret headers x-api-key and env DELORA_API_KEY
Community signal: 1 GitHub stars.
What problem does it solve?
Building multi-chain features forces repetitive API glue for quotes, chains, and tokens every time you prompt an agent.
Who is it for?
Indie builders prototyping cross-chain swaps, bridges, or token explorers with agent-assisted integration work.
Skip if: Non-crypto products, teams blocked from external DeFi APIs, or production trading without separate risk and execution review.
What do I get? / Deliverables
After registration, agents call Delora MCP tools for chain lists, token metadata, and quotes instead of bespoke fetch code in each session.
- Configured Delora MCP access via stdio or remote mcp.delora.build/mcp
- Agent-callable tools for chains, tokens, and cross-chain quotes
- Faster integration scaffolding for multi-chain product prototypes
Recommended MCP Servers
Journey fit
Cross-chain quoting APIs belong in Build when you wire external protocols into the product or internal agent tooling. Integrations subphase is where MCP servers wrap third-party APIs like Delora for chains, tokens, and swap quotes.
How it compares
DeFi data and quoting MCP integration, not an on-chain wallet or smart-contract deploy skill.
Common Questions / FAQ
Who is Delora MCP for?
It is for developers building multi-chain or DeFi experiences who want Delora quotes, chains, and token tools available inside MCP-capable coding agents.
When should I use Delora MCP?
Use it during Build integrations while you prototype routing UX, compare chains, or scaffold services that depend on Delora’s API.
How do I add Delora MCP to my agent?
Either add stdio server @deloraprotocol/mcp with optional DELORA_API_KEY, or configure the remote URL https://mcp.delora.build/mcp with x-api-key, then restart your MCP client.