Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Delora MCP.
get_instructionsReturns this guide (call first for workflow).
get_quoteGET /v1/quotes β cross-chain quote.
get_chainsGET /v1/chains β supported chains.
get_toolsGET /v1/tools β available tools.
get_tokensGET /v1/tokens β supported tokens.
get_tokenGET /v1/token β single token by chain + token.
MCP (Model Context Protocol) server for the Delora API: cross-chain quotes, supported chains, tokens, and tools.
Copy env.example to .env and adjust:
| Variable | Description | Default |
|---|---|---|
DELORA_API_URL | Delora API base URL | https://api.delora.build |
DELORA_API_KEY | Optional API key forwarded to Delora API as x-api-key | unset |
MCP_TRANSPORT | stdio or http | stdio |
PORT | HTTP server port (when MCP_TRANSPORT=http) | 3000 |
HOST | HTTP bind address | 0.0.0.0 |
When DELORA_API_KEY is set, the MCP server forwards it to Delora API as the x-api-key header. In HTTP mode, the server also accepts incoming x-api-key or Authorization: Bearer ... headers and forwards the resolved key upstream. For HTTP requests, incoming headers take priority over DELORA_API_KEY. For stdio, DELORA_API_KEY remains the way to provide the key.
Stdio (default) β for Cursor/IDE MCP over stdio:
HTTP β for streamable HTTP (e.g. behind a reverse proxy):
Server listens on http://0.0.0.0:3000/mcp.
Stdio:
Streamable HTTP (e.g. after deploying to https://mcp.delora.build):
You can also use Authorization: Bearer YOUR_API_KEY instead of x-api-key when your MCP client supports custom HTTP headers.
Build and run:
For production behind a domain (e.g. mcp.delora.build): run the container with MCP_TRANSPORT=http and put nginx/traefik (or another reverse proxy) in front with HTTPS; then use the URL https://mcp.delora.build/mcp with streamable-http in Cursor.
/v1/* endpoints (quotes, chains, tokens, tools, token).| Tool | Description |
|---|---|
get_instructions | Returns this guide (call first for workflow). |
get_quote | GET /v1/quotes β cross-chain quote. |
get_chains | GET /v1/chains β supported chains. |
get_tools | GET /v1/tools β available tools. |
get_tokens | GET /v1/tokens β supported tokens. |
get_token | GET /v1/token β single token by chain + token. |
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/delora-mcp)<a href="https://allmcps.com/mcp/delora-mcp"><img src="https://allmcps.com/api/badge/delora-mcp?style=directory" alt="Delora MCP on AllMCPs" /></a>