Market Pulse MCP
The Market Pulse MCP server gives Claude access to live financial market data across crypto and forex — no API keys required.
Get Cryptocurrency Price (
get_price): Look up the current price of any supported cryptocurrency by name or ticker (e.g., Bitcoin, ETH, SOL, Dogecoin).Get Top Cryptocurrencies (
get_top_cryptos): Retrieve the top 1–25 cryptocurrencies ranked by market cap, including prices and 24-hour price changes (default: 10).Get Forex Exchange Rate (
get_forex_rate): Fetch the current exchange rate between any two fiat currencies (e.g., USD to EUR, GBP to JPY).Get Fear & Greed Index (
get_fear_greed_index): Check the Crypto Fear & Greed Index score (0–100) and its 7-day trend to gauge market sentiment, from Extreme Fear to Extreme Greed.Get Market Summary (
get_market_summary): Get a full market snapshot in one call — top 5 cryptos, major forex rates, and the Fear & Greed Index — ideal for a quick daily briefing.
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.
What is this?
An MCP server that gives Claude live market data instead of guessing or searching the web. Crypto, stocks, forex, indices, sentiment — real numbers from real APIs.
You: "how's the market doing?"📊 MARKET SUMMARY
═══════════════════
🪙 Top Cryptos:
Bitcoin (BTC): $78,004.00 🔴 -0.24%
Ethereum (ETH): $2,489.00 🟢 +1.12%
BNB (BNB): $598.00 🟢 +0.87%
Solana (SOL): $148.30 🔴 -2.31%
XRP (XRP): $0.52 🟢 +0.45%
📈 Indices:
S&P 500: 5,842.01 🟢 +0.62%
NASDAQ: 18,847.28 🟢 +0.89%
Dow Jones: 42,654.74 🔴 -0.12%
💱 Forex (USD base):
USD/EUR: 0.9234
USD/GBP: 0.7891
USD/JPY: 154.23
😰 Fear & Greed: 38/100 (Fear)No web searches. No hallucinated data. Just live numbers.
🛠️ 8 Tools
Tool | Does what | |
🪙 |
| Price of any crypto — BTC, ETH, SOL, DOGE, and 10+ more |
📊 |
| Top N ranked by market cap |
📈 |
| NEW — Any stock or ETF: AAPL, NVDA, TSLA, MSFT, SPY, QQQ... |
🏛️ |
| NEW — S&P 500, NASDAQ, Dow Jones, Russell 2000, VIX |
🔥 |
| NEW — Top 7 trending coins on CoinGecko right now |
💱 |
| Exchange rate between any two currencies |
😱 |
| Fear & Greed Index + 7-day trend |
📋 |
| Everything above in one call |
🚀 Setup (2 minutes)
1. Clone and install:
git clone https://github.com/decksaga/market-pulse-mcp.git
cd market-pulse-mcp
npm install2. Add to your Claude config:
{
"mcpServers": {
"market-pulse": {
"command": "node",
"args": ["/path/to/market-pulse-mcp/dist/server.js"]
}
}
}3. Restart Claude. Ask it anything about the market.
Already compiled. No build step.
📡 Free APIs, No Keys
Source | What it provides |
Crypto prices, market caps, trending, 24h volume | |
Stocks, ETFs, market indices | |
150+ fiat currency pairs | |
Crypto Fear & Greed Index |
📁 Structure
market-pulse-mcp/
├── src/
│ ├── server.ts # Tool definitions (8 tools)
│ └── apis.ts # CoinGecko, Yahoo Finance, ExchangeRate, Alternative.me
├── dist/ # Ready to run
├── package.json
└── tsconfig.jsonLicense
MIT — do whatever you want with it.
Made by @decksaga
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