← Registry

AI & Machine Learning

sentimentfx.org

Provides financial sentiment scores and price data for assets using FinBERT-based headline analysis.

1 endpoint6 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.sentimentfx.org/mcp

No auth detected

MCP server metadata

Name
SentimentFX
Version
1.29.1
Capabilities
experimentalpromptsresourcestools
Server instructions

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

list_tickers

List every asset SentimentFX tracks.

Inferred read-only
get_usage

Introspect your API key: calls used this month, included allowance, remaining credits, and when the counter resets.

Inferred read-only
get_sentiment

Return the most recent FinBERT-scored headlines for `ticker`.

Inferred read-only
get_summary

Return daily aggregated sentiment for `ticker` over the last `days`.

Inferred read-only
get_prices

Return daily close prices for `ticker` over the last `days`, in the ticker's native currency -- see the `currency` field on the response.

Inferred read-only
get_correlation

180-day Pearson correlation between daily sentiment shifts and next-day price returns for `ticker`.

Inferred read-only

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

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.