Crypto data & trading MCP with 43 tools: prices, DeFi, NFTs, Solana swaps. 11 tools free.
Runs locally over stdio
This server isn't hosted β your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @mrsscs/cryptoboss-mcp
MCP client config
{
"mcpServers": {
"cryptodata-api": {
"command": "npx",
"args": [
"-y",
"@mrsscs/cryptoboss-mcp"
]
}
}
}