{"id":22889311,"url":"https://github.com/QuantGeekDev/coincap-mcp","last_synced_at":"2025-08-11T22:32:41.580Z","repository":{"id":267176315,"uuid":"900462893","full_name":"QuantGeekDev/coincap-mcp","owner":"QuantGeekDev","description":"A coincap mcp server to access crypto data from coincap API","archived":false,"fork":false,"pushed_at":"2025-01-30T16:30:02.000Z","size":39,"stargazers_count":80,"open_issues_count":6,"forks_count":21,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-03T22:44:55.462Z","etag":null,"topics":[],"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/QuantGeekDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-12-08T20:38:43.000Z","updated_at":"2025-08-03T04:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"349da1cf-13ed-4fbc-a42a-986c8b2037dd","html_url":"https://github.com/QuantGeekDev/coincap-mcp","commit_stats":null,"previous_names":["quantgeekdev/coincap-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/QuantGeekDev/coincap-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantGeekDev%2Fcoincap-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantGeekDev%2Fcoincap-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantGeekDev%2Fcoincap-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantGeekDev%2Fcoincap-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuantGeekDev","download_url":"https://codeload.github.com/QuantGeekDev/coincap-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantGeekDev%2Fcoincap-mcp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269968559,"owners_count":24505413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-13T21:28:08.892Z","updated_at":"2025-08-11T22:32:41.569Z","avatar_url":"https://github.com/QuantGeekDev.png","language":"TypeScript","funding_links":[],"categories":["Community Contributions","Finance","Blockchain \u0026 Crypto MCP Servers","Finance \u0026 Fintech","サーバー実装","MCP 服务器精选列表","Server Implementations","Legend","Community Servers","📊 Blockchain Data","APIs and HTTP Requests","Uncategorized","Table of Contents","🌐 Web Development","Web3 MCP Categories","MCP Servers \u0026 Protocol"],"sub_categories":["Cryptocurrency \u0026 Blockchain","Crypto \u0026 Blockchain","💰 \u003ca name=\"finance--fintech\"\u003e\u003c/a\u003e金融・フィンテック","💰 金融与加密货币","💰 \u003ca name=\"finance--fintech\"\u003e\u003c/a\u003eFinance \u0026 Fintech","Uncategorized","Finance","📊 \u003ca name=\"market-data\"\u003e\u003c/a\u003eMarket Data"],"readme":"# Coincap MCP\n\n[![smithery badge](https://smithery.ai/badge/coincap-mcp)](https://smithery.ai/server/coincap-mcp)\n\n## What does this server do?\n\nAllows you to query crypto information from coincap's public API - no API keys or registration required\n\n## 🚀 Quick Start\n\nTo get started, add 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    \"mongodb\": {\n      \"command\": \"npx\",\n      \"args\": [\"coincap-mcp\"]\n    }\n  }\n}\n```\n\n### Installing via Smithery\n\nTo install Coincap for Claude Desktop automatically via [Smithery](https://smithery.ai/server/coincap-mcp):\n\n```bash\nnpx -y @smithery/cli install coincap-mcp --client claude\n```\n\n### Prerequisites\n\n- Node.js 18+\n- npx\n\nThen, launch Claude Desktop and you're ready to go!\n\n## Sample Prompts\n\n- What is the price of bitcoin?\n- What are the available crypto assets?\n- What is the market cap of ethereum?\n\n## Tools\n\n#### Bitcoin Price Tool\n\nGets price for Bitcoin specifically, it's a simple example of a primitive API call tool\n\n#### Get Crypto Price Tool\n\nGets price for any cryptocurrency available on coincap API. It's a good example of how to get mandatory parameter data for your tool calls\n\n#### List Assets\n\nGets a list of all crypto assets available in coincap API\n\n## Development - local build\n\nTo build it locally:\n\nOn MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\nOn Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"coincap-mcp\": {\n      \"command\": \"/path/to/coincap-mcp/build/index.js\"\n    }\n  }\n}\n```\n\n## Development\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nBuild the server:\n\n```bash\nnpm run build\n```\n\nFor development with auto-rebuild:\n\n```bash\nnpm run watch\n```\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuantGeekDev%2Fcoincap-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQuantGeekDev%2Fcoincap-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuantGeekDev%2Fcoincap-mcp/lists"}