AI & Machine Learning
sentimentfx.org
Provides financial sentiment scores and price data for assets using FinBERT-based headline analysis.
ENDPOINT 1
https://api.sentimentfx.org/mcp
MCP server metadata
- Name
- SentimentFX
- Version
- 1.29.1
SentimentFX exposes FinBERT-scored news sentiment (-1 to +1) and GBP prices for 42 assets spanning crypto, forex, US equities, ETFs and commodity futures. Use `list_tickers` first to see what's available. `get_summary` for daily sentiment aggregates, `get_sentiment` for the raw scored headlines, `get_prices` for historical closes, `get_correlation` for a 180-day Pearson stat between daily sentiment shifts and next-day price returns. All responses are in GBP; sentiment scores are pos_prob - neg_prob.
Known tools 6
get_usageIntrospect your API key: calls used this month, included allowance, remaining credits, and when the counter resets.
Inferred read-onlyget_pricesReturn daily close prices for `ticker` over the last `days`, in the ticker's native currency -- see the `currency` field on the response.
Inferred read-onlyget_correlation180-day Pearson correlation between daily sentiment shifts and next-day price returns for `ticker`.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sentimentfx]
url = "https://api.sentimentfx.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sentimentfx": {
"type": "http",
"url": "https://api.sentimentfx.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sentimentfx
Remote MCP URL: https://api.sentimentfx.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sentimentfx": {
"url": "https://api.sentimentfx.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sentimentfx": {
"type": "http",
"url": "https://api.sentimentfx.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sentimentfx",
"transport": "streamable-http",
"url": "https://api.sentimentfx.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.