Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-coincap-jj
by
wazzan
Verified
npm
GitHub
Finance
Search
TypeScript
MIT License
111
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
src
api-migration-plan.md
CHANGELOG.md
CHANGES.md
Dockerfile
.gitattributes
.gitignore
jest.config.js
LICENSE
package.json
package-lock.json
README.md
.releaserc.json
smithery-registry.json
smithery.yaml
tsconfig.json
{ "name": "mcp-coincap-jj", "displayName": "CoinCap Crypto Analysis", "description": "A cryptocurrency price and market analysis tool using CoinCap API v3", "author": "wazzan", "repository": "https://github.com/wazzan/mcp-coincap-jj", "npm": "@bujaayjaay/mcp-coincap-jj", "version": "1.0.0", "tags": [ "cryptocurrency", "finance", "price-tracking", "market-analysis" ], "category": "Finance & Trading", "tools": [ { "name": "get-crypto-price", "description": "Get current price and 24h stats for a cryptocurrency" }, { "name": "get-market-analysis", "description": "Get detailed market analysis including top exchanges and volume distribution" }, { "name": "get-historical-analysis", "description": "Get historical price analysis with customizable timeframe" } ], "requirements": { "apiKey": { "name": "CoinCap API Key", "description": "Required for access to CoinCap API v3", "url": "https://pro.coincap.io/api-docs/" } } }