Allows retrieval of real-time and historical cryptocurrency price data from the Binance exchange, supporting various time resolutions and fiat currency conversions.
Allows retrieval of real-time and historical cryptocurrency price data from the Coinbase exchange, supporting various time resolutions and fiat currency conversions.
Click on "Install 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., "@Price Service MCPWhat's the current price of BTC on Coinbase in USD?"
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.
Price Service MCP
A Model Context Protocol (MCP) server that provides cryptocurrency price data retrieval capabilities. This server connects to BitwaveCorp's price service API to fetch real-time and historical cryptocurrency prices.
Features
get_price: Fetch cryptocurrency price data with customizable parameters
health_check: Check the health status of the price service
Support for multiple exchanges (Coinbase, Binance, Kraken)
Historical price data with timestamp support
Multiple time resolutions (1m, 5m, 15m, 1h, 4h, 1d)
Configurable fiat currency conversion
Installation
Usage
Development
Production
Tools
get_price
Retrieve cryptocurrency price data from the price service.
Parameters:
fromSym(required): Cryptocurrency symbol (e.g., "BTC", "ETH")timestampSEC(optional): Unix timestamp in seconds for historical priceservice(optional): Price service to use ("coinbase", "binance", "kraken") - default: "coinbase"resolution(optional): Time resolution ("1m", "5m", "15m", "1h", "4h", "1d") - default: "1d"toFiat(optional): Target fiat currency - default: "USD"timezone(optional): Timezone for timestamp - default: "UTC"
Example:
health_check
Check the health status of both the MCP server and the underlying price service.
Parameters: None
Configuration for Claude Desktop
Add this to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
API Endpoint
The MCP server connects to: https://price-svc-utyjy373hq-uc.a.run.app
Development
Clone the repository
Install dependencies:
npm installBuild the project:
npm run buildRun in development mode:
npm run dev
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.