{"id":28092463,"url":"https://github.com/truss44/mcp-crypto-price","last_synced_at":"2026-04-12T21:16:06.197Z","repository":{"id":276710823,"uuid":"910998597","full_name":"truss44/mcp-crypto-price","owner":"truss44","description":"A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.","archived":false,"fork":false,"pushed_at":"2026-03-21T23:21:00.000Z","size":687,"stargazers_count":39,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-22T10:50:35.734Z","etag":null,"topics":["anthropic","claude","coincap","crypto","crypto-api","cryptocurrency","financial-data","market-analysis","mcp","modelcontextprotocol","nodejs","real-time","trading","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/truss44.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-02T02:32:17.000Z","updated_at":"2026-03-21T23:21:02.000Z","dependencies_parsed_at":"2025-02-10T02:09:12.290Z","dependency_job_id":"327f227e-112b-4dfc-9840-072b61c69efa","html_url":"https://github.com/truss44/mcp-crypto-price","commit_stats":null,"previous_names":["truss44/mcp-crypto-price"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/truss44/mcp-crypto-price","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truss44%2Fmcp-crypto-price","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truss44%2Fmcp-crypto-price/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truss44%2Fmcp-crypto-price/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truss44%2Fmcp-crypto-price/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/truss44","download_url":"https://codeload.github.com/truss44/mcp-crypto-price/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truss44%2Fmcp-crypto-price/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anthropic","claude","coincap","crypto","crypto-api","cryptocurrency","financial-data","market-analysis","mcp","modelcontextprotocol","nodejs","real-time","trading","typescript"],"created_at":"2025-05-13T13:16:59.483Z","updated_at":"2026-04-12T21:16:06.188Z","avatar_url":"https://github.com/truss44.png","language":"TypeScript","funding_links":[],"categories":["📚 Projects (1974 total)","🤖 AI/ML","APIs and HTTP Requests","Finance \u0026 Fintech","カテゴリ","Finance \u0026 Market Data Mcp Servers","Web3 MCP Categories"],"sub_categories":["MCP Servers","How to Submit","💰 \u003ca name=\"finance--crypto\"\u003e\u003c/a\u003e金融・暗号資産","📊 \u003ca name=\"market-data\"\u003e\u003c/a\u003eMarket Data"],"readme":"# Crypto Price \u0026 Market Analysis MCP Server\n[![smithery badge](https://smithery.ai/badge/@truss44/mcp-crypto-price)](https://smithery.ai/server/@truss44/mcp-crypto-price) [![NPM Downloads](https://img.shields.io/npm/d18m/mcp-crypto-price)](https://www.npmjs.com/package/mcp-crypto-price)\n\n\u003ca href=\"https://glama.ai/mcp/servers/jpqoejojnc\"\u003e\n  \u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/jpqoejojnc/badge\" /\u003e\n\u003c/a\u003e\n\nA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Supports both STDIO and Streamable HTTP transports.\n\n## Requirements\n\n- **Node.js 22.14+**\n- **CoinCap API key** via `COINCAP_API_KEY`\n\n## What's New\n\n- **BREAKING**: CoinCap v2 API removed. Now uses v3 API exclusively. A `COINCAP_API_KEY` is required (free tier available at [pro.coincap.io/dashboard](https://pro.coincap.io/dashboard))\n- Streamable HTTP transport added (while keeping STDIO compatibility)\n- Smithery CLI scripts to build and run the HTTP server\n\n## Usage\n\nAdd this configuration to your Claude Desktop config file:\n\n- **MacOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- **Windows**: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-crypto-price\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-crypto-price\"],\n      \"env\": {\n        \"COINCAP_API_KEY\": \"YOUR_API_KEY_HERE\"\n      }\n    }\n  }\n}\n```\n\nIf your MCP client requires launching via `cmd.exe` on Windows:\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-crypto-price\": {\n      \"command\": \"cmd\",\n      \"args\": [\"/c\", \"npx\", \"-y\", \"mcp-crypto-price\"],\n      \"env\": {\n        \"COINCAP_API_KEY\": \"YOUR_API_KEY_HERE\"\n      }\n    }\n  }\n}\n```\n\n### Development scripts\n\n```bash\nnpm run build         # Compile TypeScript → dist/\nnpm run format        # Format source files with Prettier\nnpm run lint          # Check for lint errors (ESLint + typescript-eslint)\nnpm run lint:fix      # Auto-fix lint errors\nnpm run types:check   # TypeScript type-check without emitting files\nnpm test              # Run all tests\nnpm run test:coverage # Run tests with coverage report\nnpm run inspector     # Open MCP inspector for interactive debugging\n```\n\n### Run as Streamable HTTP server\n\nYou can run the server over HTTP for environments that support MCP over HTTP streaming.\n\n- Dev server (recommended during development):\n\n```bash\nnpm run dev\n```\n\n- Build and run the HTTP server:\n\n```bash\n# Build (outputs to dist/)\nnpm run build\n\n# Start the HTTP server\nnpm run start:http\n```\n\n- Build and run the STDIO server:\n\n```bash\n# Build (outputs to dist/)\nnpm run build\n\n# Start the STDIO server\nnpm run start:stdio\n```\n\nThe server listens on port 3000 by default (override with `PORT`). For clients that connect over HTTP (e.g. Smithery, Claude.ai), pass your API key as a query parameter:\n\n```\nhttp://localhost:3000/mcp?COINCAP_API_KEY=YOUR_API_KEY_HERE\n```\n\nFor remote deployments:\n\n```\nhttps://mcp-crypto-price.codemonkeyinnovations.com/mcp?COINCAP_API_KEY=YOUR_API_KEY_HERE\n```\n\n## Required: CoinCap API Key\n\nThis server uses the CoinCap v3 API, which requires an API key. A **free tier** is available.\n\n1. Sign up and get your API key at [pro.coincap.io/dashboard](https://pro.coincap.io/dashboard)\n2. Add the key to your MCP client configuration:\n   - **STDIO**: via the `COINCAP_API_KEY` environment variable (see Usage examples above)\n   - **HTTP**: via the `COINCAP_API_KEY` query parameter in the connection URL (e.g. `/mcp?COINCAP_API_KEY=your_key`)\n\nWithout a valid API key, all tools will return an error with instructions on how to obtain one.\n\n## Note for Smithery CLI users\n\nThis MCP server works directly via `npx` (configs above) and does not require Smithery.\n\nIf you do use the Smithery CLI, authenticate with `smithery auth login` or by setting `SMITHERY_API_KEY` in your environment. Recent versions of the Smithery CLI do not support passing API keys via `--key` (or older `--profile` patterns).\n\nLaunch Claude Desktop to start using the crypto analysis tools.\n\n## Tools\n\n#### get-crypto-price\n\nGets current price and 24h stats for any cryptocurrency, including:\n- Current price in USD\n- 24-hour price change\n- Trading volume\n- Market cap\n- Market rank\n\n#### get-market-analysis\n\nProvides detailed market analysis including:\n- Top 5 exchanges by volume\n- Price variations across exchanges\n- Volume distribution analysis\n- VWAP (Volume Weighted Average Price)\n\n#### get-historical-analysis\n\nAnalyzes historical price data with:\n- Customizable time intervals (5min to 1 day)\n- Support for up to 30 days of historical data\n- Price trend analysis\n- Volatility metrics\n- High/low price ranges\n\n#### get-top-assets\n\nLists top cryptocurrencies ranked by market cap, including:\n- Current price in USD\n- 24-hour price change\n- Market cap and rank\n- Configurable result count (1–50, default 10)\n\n#### get-technical-analysis\n\nReturns the latest technical indicators for any cryptocurrency:\n- SMA (Simple Moving Average) with period\n- EMA (Exponential Moving Average) with period\n- RSI (Relative Strength Index) with Overbought/Oversold/Neutral signal\n- MACD with signal line, histogram, and Bullish/Bearish label\n- VWAP (Volume Weighted Average Price, 24h)\n\n#### get-rates\n\nReturns USD-based conversion rates for fiat currencies and cryptocurrencies:\n- All fiat currency rates (USD base)\n- Top 10 cryptocurrency rates\n- Optional `slug` parameter (e.g. `euro`, `bitcoin`) for a single rate lookup\n\n#### get-exchanges\n\nLists top cryptocurrency exchanges ranked by 24h volume:\n- Exchange name, rank, and 24h volume in USD\n- Number of trading pairs and market share percentage\n- Optional `exchangeId` parameter (e.g. `binance`) for single exchange details\n- Optional `limit` parameter (1–50, default 10)\n\n## Sample Prompts\n\n- \"What's the current price of Bitcoin?\"\n- \"Show me market analysis for ETH\"\n- \"Give me the 7-day price history for DOGE\"\n- \"What are the top exchanges trading BTC?\"\n- \"Show me the price trends for SOL with 1-hour intervals\"\n- \"What are the technical indicators for ETH right now?\"\n- \"What's the current EUR to USD exchange rate?\"\n- \"Which crypto exchanges have the highest 24h volume?\"\n\n## Project Inspiration\n\nThis project was inspired by Alex Andru's [coincap-mcp](https://github.com/QuantGeekDev/coincap-mcp) project.\n\n## License\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruss44%2Fmcp-crypto-price","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruss44%2Fmcp-crypto-price","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruss44%2Fmcp-crypto-price/lists"}