MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
Market Pulse MCP

Real-time market data server for Claude. Crypto prices, forex rates & sentiment — powered by MCP.

Created 5/17/2026
Updated about 4 hours ago
Repository documentation and setup instructions
api?type=venom&color=0:0d1117,50:1a3a2a,100:6ee7b7&height=200&section=header&text=MARKET%20PULSE&fontSize=70&fontColor=ffffff&animation=twinkling&stroke=6ee7b7&strokeWidth=1 - Market Pulse MCP by decksaga

Give Claude eyes on the market.

market-pulse-mcp?style=for-the-badge&color=6ee7b7&labelColor=0d1117 - Market Pulse MCP by decksaga License-MIT-yellow?style=for-the-badge&labelColor=0d1117 - Market Pulse MCP by decksaga MCP-Compatible-6ee7b7?style=for-the-badge&labelColor=0d1117 - Market Pulse MCP by decksaga API_Keys-None-ff6b6b?style=for-the-badge&labelColor=0d1117 - Market Pulse MCP by decksaga Cost-$0-6ee7b7?style=for-the-badge&labelColor=0d1117 - Market Pulse MCP by decksaga


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.


🛠️ 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 |


🚀 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.


📡 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 |


🪙 Supported

Bitcoin · Ethereum · Solana · Cardano · XRP · Dogecoin · Polkadot · Avalanche · Chainlink · Litecoin · BNB · Polygon + anything on CoinGecko


📁 Structure

market-pulse-mcp/
├── src/
│   ├── server.ts    # Tool definitions
│   └── apis.ts      # CoinGecko, ExchangeRate, Alternative.me
├── dist/            # Ready to run
├── package.json
└── tsconfig.json

License

MIT — do whatever you want with it.


Made by @decksaga

api?type=waving&color=0:0d1117,50:1a3a2a,100:6ee7b7&height=100&section=footer - Market Pulse MCP by decksaga
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-market-pulse-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "decksaga-market-pulse-mcp": { "command": "npx", "args": [ "decksaga-market-pulse-mcp" ] } } }