MCP Server
MCP
Delora MCP
Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.
Install
npx -y @deloraprotocol/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.delora.build/mcp",
"headers": [
{
"description": "Optional Delora API key forwarded to Delora API.",
"isSecret": true,
"name": "x-api-key"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@deloraprotocol/mcp",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional Delora API key forwarded to Delora API as x-api-key.",
"format": "string",
"isSecret": true,
"name": "DELORA_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment