MCP Server
MCP
io.github.bitcompare/mcp-server
Crypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools.
Install
npx -y @bitcompare/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.bitcompare.net/mcp",
"headers": [
{
"value": "Bearer {apiKey}",
"name": "Authorization"
}
],
"variables": {
"apiKey": {
"description": "Bearer API key from https://pro.bitcompare.net/dashboard/keys. Format: ck_live_*. Requires a Pro or Enterprise plan for MCP access.",
"isRequired": true,
"isSecret": true,
"placeholder": "ck_live_..."
}
}
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@bitcompare/mcp-server",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bearer API key from https://pro.bitcompare.net/dashboard/keys. Format: ck_live_*. Requires a Pro or Enterprise plan for MCP access.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BITCOMPARE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment