Price Service MCP
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
Related MCP server: Crypto MCP Server
Installation
npm install
npm run buildUsage
Development
npm run devProduction
npm run build
npm startTools
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:
{
"fromSym": "BTC",
"service": "coinbase",
"toFiat": "USD"
}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):
{
"mcpServers": {
"price-service": {
"command": "node",
"args": ["/path/to/price-service-mcp/build/index.js"]
}
}
}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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceProvides real-time and historical cryptocurrency market data from major exchanges through CCXT. Supports live price lookups, historical OHLCV queries, and includes lightweight caching for improved performance.Last updated
- Flicense-qualityDmaintenanceProvides real-time and historical cryptocurrency market data using ccxt, enabling users to fetch live prices, historical candlestick data, and stream real-time ticker updates across multiple exchanges.Last updated14
- Alicense-qualityBmaintenanceProvides real-time cryptocurrency pricing data and market information from major exchanges like Binance, Coinbase, and Kraken via the Luzia API. It enables AI assistants to fetch ticker prices, compare exchange rates, and analyze market trends through specialized tools and prompts.Last updated56MIT
- AlicenseAqualityCmaintenanceProvides live cryptocurrency market data from over 100 exchanges, enabling AI agents to fetch prices, order books, funding rates, and more for trading analysis and arbitrage opportunities.Last updated131MIT
Related MCP Connectors
Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit
Live and historical cryptocurrency prices via CoinGecko free API.
Live USD crypto spot prices by ticker (BTC, ETH, SOL, …) for AI agents. x402 pay-per-call.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BitwaveCorp/price-service-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server