MCP Server
MCP
io.github.codespar/mcp-foxbit
MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-foxbit",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for Foxbit",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FOXBIT_API_KEY"
},
{
"description": "API secret for Foxbit HMAC-SHA256 signature",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FOXBIT_API_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment