What is the CryptoPrice MCP server?
Real-time cryptocurrency prices, market data, and trending coins via CoinGecko.
How to install CryptoPrice
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Environment / auth
X-API-KeyrequiredsecretAPI key from https://auth.rjctdlabs.xyz/dashboard
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"crypto-price": {
"url": "https://crypto.rjctdlabs.xyz/sse"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"crypto-price": {
"serverUrl": "https://crypto.rjctdlabs.xyz/sse"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"crypto-price": {
"type": "http",
"url": "https://crypto.rjctdlabs.xyz/sse"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"crypto-price": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://crypto.rjctdlabs.xyz/sse"
]
}
}
}Claude Code
claude mcp add --transport sse crypto-price https://crypto.rjctdlabs.xyz/sseRelated MCP servers
Auto-generate changelogs from GitHub PRs with AI-powered categorization and rewriting.
Scheduled HTTP requests and shell commands with retries, timeouts, and webhook alerts.
Turn any website into an RSS, Atom, or JSON feed using CSS selectors and scheduled polling.
GitHub repo analytics, trending repos, contributor stats, and language breakdowns.
PDF invoicing with auto-chase reminders, email delivery, and payment tracking.
Extract text and tables from PDFs, merge documents, and get metadata.