FinBERT news sentiment and price history for 42 crypto, FX, stock, ETF and commodity tickers.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Full-stack crypto sentiment intelligence platform. Scrapes financial news headlines, scores them with FinBERT (a finance-specific transformer model), and correlates sentiment against live GBP crypto prices to surface predictive signals.
Live: sentimentfx.org Β· app.sentimentfx.org Β· developers.sentimentfx.org
positive_prob - negative_prob β range -1 to +1)| Layer | Technology |
|---|---|
| Backend | Python 3.11, FastAPI, SQLAlchemy |
| AI Model | FinBERT (ProsusAI/finbert) |
| Database | PostgreSQL |
| Auth | Supabase (email + Google OAuth) |
| Payments | Stripe (subscriptions + metered API billing) |
| Frontend | React, Recharts, Vite |
| Data | GNews API, feedparser (RSS), yfinance |
| Resend | |
| Deploy | Railway (backend), Vercel (frontend) |
Dashboard
Tickers: BTC, ETH, SOL, XRP, DOGE
Access tiers
Developer API (api.sentimentfx.org/v1/)
/v1/sentiment/{ticker} β scored headlines/v1/summary/{ticker} β daily averaged sentiment/v1/prices/{ticker} β daily GBP closing prices/v1/correlation/{ticker} β Pearson r across lag periodsAPScheduler runs scrape_all() on a cron trigger at the top of every hour.
Uses FinBERT's output probabilities directly:
Range: -1 (maximally negative) to +1 (maximally positive). Neutral headlines score near 0. This avoids the label Γ confidence collapse that zeros out neutral predictions.
Full docs at developers.sentimentfx.org
Procfile + nixpacks.toml. Starts with uvicorn app.main:app --host 0.0.0.0 --port $PORT.main.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sentimentfx)<a href="https://allmcps.com/mcp/sentimentfx"><img src="https://allmcps.com/api/badge/sentimentfx?style=directory" alt="SentimentFX on AllMCPs" /></a>