Market Pulse MCP
Enables Claude to access real-time crypto prices, forex rates, and market sentiment data through free public APIs with no keys required.
README
<div align="center">
<img src="https://capsule-render.vercel.app/api?type=venom&color=0:0d1117,50:1a3a2a,100:6ee7b7&height=200§ion=header&text=MARKET%20PULSE&fontSize=70&fontColor=ffffff&animation=twinkling&stroke=6ee7b7&strokeWidth=1" width="100%" />
<br />
<h3>Give Claude eyes on the market.</h3>
<p> <a href="https://github.com/decksaga/market-pulse-mcp/stargazers"><img src="https://img.shields.io/github/stars/decksaga/market-pulse-mcp?style=for-the-badge&color=6ee7b7&labelColor=0d1117" /></a> <a href="https://github.com/decksaga/market-pulse-mcp/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge&labelColor=0d1117" /></a> <img src="https://img.shields.io/badge/MCP-Compatible-6ee7b7?style=for-the-badge&labelColor=0d1117" /> <img src="https://img.shields.io/badge/API_Keys-None-ff6b6b?style=for-the-badge&labelColor=0d1117" /> <img src="https://img.shields.io/badge/Cost-$0-6ee7b7?style=for-the-badge&labelColor=0d1117" /> </p>
</div>
<br />
What is this?
An MCP server that gives Claude live market data instead of guessing or searching the web. You ask about crypto, forex, or market sentiment โ Claude pulls 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%
๐ฑ 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.
<br />
๐ ๏ธ 5 Tools
| Tool | Does what | |
|---|---|---|
| ๐ช | get_price |
Price of any crypto โ BTC, ETH, SOL, DOGE, and 10+ more |
| ๐ | get_top_cryptos |
Top N ranked by market cap |
| ๐ฑ | get_forex_rate |
Exchange rate between any two currencies |
| ๐ฑ | get_fear_greed_index |
Fear & Greed Index + 7-day trend |
| ๐ | get_market_summary |
Everything above in one call |
<br />
๐ Setup (2 minutes)
1. Clone and install:
git clone https://github.com/decksaga/market-pulse-mcp.git
cd market-pulse-mcp
npm install
2. 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.
<br />
๐ก Free APIs, No Keys
| Source | What it provides |
|---|---|
| CoinGecko | Crypto prices, market caps, 24h volume |
| ExchangeRate API | 150+ fiat currency pairs |
| Alternative.me | Crypto Fear & Greed Index |
<br />
๐ช Supported
Bitcoin ยท Ethereum ยท Solana ยท Cardano ยท XRP ยท Dogecoin ยท Polkadot ยท Avalanche ยท Chainlink ยท Litecoin ยท BNB ยท Polygon + anything on CoinGecko
<br />
๐ Structure
market-pulse-mcp/
โโโ src/
โ โโโ server.ts # Tool definitions
โ โโโ apis.ts # CoinGecko, ExchangeRate, Alternative.me
โโโ dist/ # Ready to run
โโโ package.json
โโโ tsconfig.json
<br />
License
MIT โ do whatever you want with it.
<br />
<div align="center">
Made by @decksaga
<img src="https://capsule-render.vercel.app/api?type=waving&color=0:0d1117,50:1a3a2a,100:6ee7b7&height=100§ion=footer" width="100%" />
</div>
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.