Real-time crypto market data: prices, tickers, exchanges, OHLCV candles, and metadata.
claude mcp add coinpaprika --transport http https://mcp.coinpaprika.com/streamable-http
~/.cursor/mcp.json
{
"mcpServers": {
"coinpaprika": {
"url": "https://mcp.coinpaprika.com/streamable-http"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"coinpaprika": {
"serverUrl": "https://mcp.coinpaprika.com/streamable-http"
}
}
}
.vscode/mcp.json
{
"servers": {
"coinpaprika": {
"type": "http",
"url": "https://mcp.coinpaprika.com/streamable-http"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"coinpaprika": {
"url": "https://mcp.coinpaprika.com/streamable-http"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"coinpaprika": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.coinpaprika.com/streamable-http"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.coinpaprika.com/streamable-http | none |
| sse | https://mcp.coinpaprika.com/sse | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.coinpaprika--coinpaprika/reviews or the review_server meta-tool.
POST /mcp