Market Pulse MCP
Provides real-time price data and market information for Bitcoin.
Provides real-time price data and market information for Cardano.
Provides real-time price data and market information for Chainlink.
Provides real-time price data and market information for Dogecoin.
Provides real-time price data and market information for Ethereum.
Provides real-time price data and market information for Litecoin.
Provides real-time price data and market information for Polkadot.
Provides real-time price data and market information for Polygon.
Provides real-time price data and market information for Solana.
Provides real-time price data and market information for XRP.
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., "@Market Pulse MCPwhat'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.
Give Claude real-time access to crypto prices, forex rates & market sentiment.
No API keys. No costs. Just plug it in.
⚡ Demo
Ask Claude anything about the market. It calls the right tool automatically.
You: "How's the crypto market doing today?"📊 MARKET SUMMARY
═══════════════════
🪙 Top Cryptos:
Bitcoin (BTC): $78,004 🔴 -0.24%
Ethereum (ETH): $2,489 🟢 +1.12%
BNB (BNB): $598 🟢 +0.87%
Solana (SOL): $148 🔴 -2.31%
XRP (XRP): $0.52 🟢 +0.45%
💱 Forex (USD base):
USD/EUR: 0.9234
USD/GBP: 0.7891
USD/JPY: 154.23
😰 Fear & Greed: 38/100 (Fear)No web searches. No hallucinations. Just live data.
🛠️ Tools
Market Pulse ships with 5 tools that Claude can call on its own:
Tool | What it does |
| Price of any crypto — BTC, ETH, SOL, and 10+ more |
| Top N by market cap (1–25) |
| Exchange rate between any two currencies |
| Fear & Greed Index + 7-day history |
| Full briefing: top 5 crypto + forex + sentiment |
🚀 Quick Start
1. Clone and install dependencies:
git clone https://github.com/decksaga/market-pulse-mcp.git
cd market-pulse-mcp
npm install2. Add this to your Claude config (~/.claude/settings.json or claude_desktop_config.json):
{
"mcpServers": {
"market-pulse": {
"command": "node",
"args": ["/absolute/path/to/market-pulse-mcp/dist/server.js"]
}
}
}3. Restart Claude. Done.
Already compiled — no build step needed. Just clone, install, and go.
📡 Data Sources
Everything runs on free, public APIs. No keys needed.
Source | Data |
Crypto prices, market caps, 24h volume | |
150+ fiat currency pairs | |
Crypto Fear & Greed Index |
🪙 Supported Cryptos
🏗️ Stack
TypeScript, Node.js, @modelcontextprotocol/sdk, and Zod v4 for validation.
📁 Structure
market-pulse-mcp/
├── src/
│ ├── server.ts # Tool definitions & formatting
│ └── apis.ts # CoinGecko, ExchangeRate, Alternative.me clients
├── dist/ # Compiled JS
├── package.json
└── tsconfig.json📄 License
MIT — do whatever you want with it.
Made by @decksaga
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/decksaga/market-pulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server