revolut mcp pulse

revolut mcp pulse

mcprice ⚡ MCP Server for real-time stock & crypto prices in Claude Desktop / Cursor. Stocks → Yahoo Finance (no API key needed) Crypto → Binance Public API (no API key needed) Companion to: revolut-pulse (insider trades)

Category
访问服务器

README

mcprice ⚡

MCP Server for real-time stock & crypto prices
in Claude Desktop / Cursor.

Stocks → Yahoo Finance (no API key needed)
Crypto → Binance Public API (no API key needed)
Companion to: revolut-pulse (insider trades)


🧰 Tools (6 total)

Tool What it does Source
get_price("NVDA") Price + 24h change for 1 stock Yahoo Finance
get_prices_bulk(["NVDA","LMT","GLD"]) Bulk prices for a list of stocks Yahoo Finance
get_crypto_price("BTC") Crypto price + high/low/volume 24h Binance
price_snapshot(["NVDA","BTC","ETH"]) Rich snapshot for stocks + crypto Yahoo + Binance
revolut_price_check("LMT") Price + "is it on Revolut?" Yahoo Finance
crypto_top_movers(limit=10) Top gainers/losers 24h Binance

⚡ Quick Start (2 minutes)

Step 1 — Clone the repo

git clone https://github.com/gepappas98/mcprice.git
cd mcprice

Step 2 — Install & run

With uv (recommended):

# Install uv (once):
curl -LsSf https://astral.sh/uv/install.sh | sh

# Run:
uv run --with fastmcp,httpx python app.py

With pip:

pip install -r requirements.txt
python app.py

🤖 Claude Desktop — Setup

Open: Claude Desktop → Settings → Developer → Edit Config

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcprice": {
      "command": "uv",
      "args": ["run", "--with", "fastmcp,httpx", "python", "app.py"],
      "cwd": "/Users/george/mcprice"
    }
  }
}

💡 Pro tip: If you also have revolut-pulse-mcp, add both together:

{
  "mcpServers": {
    "revolut-pulse-mcp": {
      "command": "uv",
      "args": ["run", "--with", "fastmcp,httpx,beautifulsoup4", "python", "app.py"],
      "cwd": "/Users/george/revolut-pulse-mcp"
    },
    "mcprice": {
      "command": "uv",
      "args": ["run", "--with", "fastmcp,httpx", "python", "app.py"],
      "cwd": "/Users/george/mcprice"
    }
  }
}

Now you can ask Claude:

"Show me the latest insider trades for NVDA and tell me the current price"

And Claude will use both servers simultaneously! 🔥


🎯 Cursor — Setup

Cursor → Settings → MCP → + Add:

  • Name: mcprice
  • Command: uv run --with fastmcp,httpx python app.py
  • Working Dir: /path/to/mcprice

🚀 Deploy on Railway (1 click)

  1. Fork this repo on GitHub
  2. Go to railway.appNew ProjectDeploy from GitHub
  3. Select the mcprice repo
  4. Add environment variables:
    MCP_TRANSPORT = http
    PORT          = 8080
    
  5. Railway gives you a URL: https://mcprice-production.up.railway.app

Connect to Claude Desktop (remote):

{
  "mcpServers": {
    "mcprice": {
      "type": "http",
      "url": "https://mcprice-production.up.railway.app/mcp"
    }
  }
}

🛩️ Deploy on Fly.io

# Install flyctl
curl -L https://fly.io/install.sh | sh

# Deploy (from the project folder)
flyctl auth login
flyctl launch --name mcprice --region ams
flyctl secrets set MCP_TRANSPORT=http
flyctl deploy

URL: https://mcprice.fly.dev/mcp


💬 Usage Examples

# Stock price
"What is NVIDIA trading at right now?"
→ get_price("NVDA")

# Revolut check
"Can I buy Lockheed Martin on Revolut?"
→ revolut_price_check("LMT")

# Defense stocks
"Show me prices for LMT, RTX, NOC, BA"
→ get_prices_bulk(["LMT","RTX","NOC","BA"])

# Crypto
"Where is Bitcoin today?"
→ get_crypto_price("BTC")

# Top movers
"Which cryptos are moving today?"
→ crypto_top_movers(limit=10)

# Full snapshot
"Show me all my assets"
→ price_snapshot(["NVDA","AAPL","GLD","SPY","BTC","ETH"])

🔗 Architecture — Revolut Ecosystem

Claude / Cursor
      │
      ├── revolut-pulse-mcp  →  Insider trades (SEC Form 4)
      │                         is_revolut_tradable()
      │                         check_insider_alerts()
      │
      └── mcprice            →  Real-time prices
                                get_price()
                                revolut_price_check()
                                crypto_top_movers()

📁 File Structure

mcprice/
├── app.py              ← All server code (6 tools)
├── requirements.txt    ← fastmcp, httpx
├── mcp.json            ← Config for Claude/Cursor
├── Dockerfile          ← For Railway/Fly.io
├── railway.json        ← Railway config
├── fly.toml            ← Fly.io config
├── .gitignore
├── .github/
│   └── workflows/
│       └── test.yml    ← GitHub Actions CI
└── README.md

🔒 Notes

  • No API key required — Yahoo Finance & Binance Public API are free
  • Rate limit: ~60 requests/min on Yahoo Finance — avoid bulk calls with >20 tickers
  • Stock prices may have a 15–20 minute delay (Yahoo Finance free tier)
  • Binance crypto prices are real-time (no delay)
  • Not financial advice

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选