mcprice
mcprice v5.0 🚀
Real-Time Financial Intelligence MCP for Claude / Cursor / VS Code
25 MCP tools + 25 REST endpoints. No API keys. Deploy in one push.
What's New in v5.0 — Skills → MCP Conversion
Five Claude Skills (SKILL.md format) converted to production MCP tools + REST endpoints:
MCP Tool | REST Endpoint | Source Skill |
|
| stock-correlation SKILL.md |
|
| options-payoff SKILL.md |
|
| hormuz-strait SKILL.md |
|
| yfinance-data SKILL.md |
|
| yfinance-data SKILL.md |
All 25 Tools
Price Tools (1–10)
# | MCP Tool | REST | Description |
1 |
|
| Single stock/ETF price |
2 |
|
| Up to 20 tickers at once |
3 |
|
| Binance crypto price |
4 |
|
| Mixed stock+crypto watchlist |
5 |
|
| Price + Revolut availability |
6 |
|
| Binance 24h gainers/losers |
7 |
| — | Real-time P&L for holdings |
8 |
| — | Indices + commodities + crypto |
9 |
| — | Bulk Revolut check |
10 |
| — | Sector scan + best Revolut pick |
Signal Tools (11–16)
# | MCP Tool | REST | Description |
11 |
|
| Fear & Greed + trading bias |
12 |
|
| Next earnings + EPS estimates |
13 |
|
| RSI/SMA/EMA/MACD engine |
14 |
|
| SEC Form 4 cluster buys |
15 |
|
| Binance perp funding rates |
16 |
|
| Multi-ticker alert monitor |
Intelligence Tools (17–20)
# | MCP Tool | REST | Description |
17 |
|
| Live headlines (NewsNow) |
18 |
|
| Institutional investment signals |
19 |
|
| Polymarket crowd probabilities |
20 |
|
| FinBERT-distilled sentiment |
Analytics Tools — v5.0 NEW (21–25)
# | MCP Tool | REST | Description |
21 |
|
| Co-move discovery, pairs, clustering, rolling |
22 |
|
| BS payoff curves + Greeks (7 strategies) |
23 |
|
| Hormuz + oil trade signals |
24 |
|
| Income/balance/cashflow/analysts/insiders |
25 |
|
| Live IV surface + OI + max pain |
Quick Start
Claude Desktop / Cursor
{
"mcServers": {
"mcprice": {
"url": "https://mcprice.fly.dev/mcp"
}
}
}REST API
# Stock correlation — find what moves with NVDA
curl "https://mcprice.fly.dev/correlation?tickers=NVDA&mode=discover"
# Pair analysis — AMD vs NVDA
curl "https://mcprice.fly.dev/correlation?tickers=AMD,NVDA&mode=pair"
# Deep fundamentals — NVDA overview
curl "https://mcprice.fly.dev/fundamentals/NVDA?data_type=all"
# Options chain — AAPL
curl "https://mcprice.fly.dev/options/chain/AAPL"
# Geopolitical energy risk
curl "https://mcprice.fly.dev/geopolitical/energy"
# Options analysis (POST)
curl -X POST https://mcprice.fly.dev/options/analysis \
-H "Content-Type: application/json" \
-d '{"strategy":"vertical_spread","underlying":"NVDA","spot":880,"strikes":[860,920],"premium":18.5,"dte":21,"iv":0.42}'Data Sources
Source | Tools |
yfinance | Stocks, ETFs, options, fundamentals |
Binance Public API | Crypto prices, funding rates, top movers |
alternative.me | Fear & Greed index |
SEC EDGAR (via GitHub Actions) | Insider flow scan |
Hormuz Strait Monitor | Geopolitical energy risk |
DeepEar Lite | Institutional investment signals |
Polymarket Gamma API | Prediction markets |
NewsNow / WallStreetCN | Financial headlines |
Deploy
git add app.py api/main.py mcpize.yaml README.md PATCH_NOTES_V5.md
git commit -m "feat: v5.0 — 25 tools, Skills-to-MCP conversion"
git push origin main
# MCPize auto-deploys on pushBuilt by GRG | mcprice.fly.dev | No API keys required
This server cannot be installed
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/gepappas98/revolut-pulse-mcp.v2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server