crypto-portfolio
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@crypto-portfoliowhat's the current price of Bitcoin?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
# Install the CLI
npm install -g mcphosting-cli
# Login
mcphosting login
# Deploy this template
mcphosting deploy --template cryptoOption 2: Fork and deploy
Run:
mcphosting deploy --github https://github.com/YOUR_USERNAME/mcp-crypto-portfolioDone! Your MCP server is live.
Option 3: Run locally
git clone https://github.com/gorlomi-enzo/mcp-crypto-portfolio.git
cd mcp-crypto-portfolio
npm install
npm startRelated MCP server: Crypto Tracker MCP Server
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):
{
"mcpServers": {
"crypto": {
"command": "npx",
"args": ["-y", "mcphosting-cli", "proxy", "https://mcphosting.com/api/proxy/crypto-portfolio"]
}
}
}Or use the CLI to auto-connect:
mcphosting connect crypto-portfolioBuilt with
Hosted on MCPHosting
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Live and historical cryptocurrency prices via CoinGecko free API.
Free, keyless live cryptocurrency prices, market cap, and 24h change via CoinGecko.
CoinGecko-backed live prices, market caps, DeFi metrics — no per-user API key needed.
CoinGecko MCP — wraps CoinGecko free API (no auth required)
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides cryptocurrency market data using the CoinGecko API21MIT
- AlicenseNot gradedqualityDmaintenanceConnects AI agents to real-time cryptocurrency market data from CoinGecko API, enabling price lookups, coin details, market rankings, search, and trending crypto queries through natural language.11 npmApache 2.0
- FlicenseNot gradedqualityDmaintenanceProvides live and historical cryptocurrency prices, trending coins, and global market data via CoinGecko API, enabling AI agents to fetch real-time and historical crypto information.-
- AlicenseBqualityDmaintenanceProvides cryptocurrency pricing information using the CoinGecko API, enabling users to fetch current prices of any cryptocurrency in their chosen currency.110 npm1ISC