crypto-portfolio
by gorlomi-enzo
README.md
# crypto-portfolio MCP Server
Real-time cryptocurrency prices, search, and market data via CoinGecko API. No API key required.
## 🚀 Deploy in 60 seconds
### Option 1: One-command deploy
```bash
# Install the CLI
npm install -g mcphosting-cli
# Login
mcphosting login
# Deploy this template
mcphosting deploy --template crypto
```
### Option 2: Fork and deploy
1. [Fork this repo](https://github.com/gorlomi-enzo/mcp-crypto-portfolio/fork)
2. Run: `mcphosting deploy --github https://github.com/YOUR_USERNAME/mcp-crypto-portfolio`
3. Done! Your MCP server is live.
### Option 3: Run locally
```bash
git clone https://github.com/gorlomi-enzo/mcp-crypto-portfolio.git
cd mcp-crypto-portfolio
npm install
npm start
```
## Tools
- **get_price** — Get current price of any cryptocurrency in USD
- **search_coins** — Search for coins by name or symbol
- **market_data** — Get top coins by market cap with 24h changes
## Connect to your AI
After deploying, add to your Claude Desktop config (`claude_desktop_config.json`):
```json
{
"mcpServers": {
"crypto": {
"command": "npx",
"args": ["-y", "mcphosting-cli", "proxy", "https://mcphosting.com/api/proxy/crypto-portfolio"]
}
}
}
```
Or use the CLI to auto-connect:
```bash
mcphosting connect crypto-portfolio
```
## Built with
- [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk)
- Hosted on [MCPHosting](https://mcphosting.com)
## License
MIT
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessSyncing