SentiSignalFinancial Data MCP Server
Model Context Protocol

Financial Data Tools
Built for AI Agents

Use SentiSignal directly from Claude, Cursor, Windsurf, or any MCP-compatible client. Gold prices, FX rates, commodity data, and sentiment aggregates — without writing HTTP code.

10 tools
4 API products
1 API key
stdio transport

Works with your AI tools

Any client that supports MCP stdio transport can use SentiSignal financial data natively.

🤖
Claude Desktop
✓ Supported
Cursor
✓ Supported
🌊
Windsurf
✓ Supported
🛠️
Claude Code
✓ Supported
🔧
Any MCP Client
stdio transport

Financial data tools

All Finance Hub API products available as native MCP tools. Tier limits enforced identically to REST.

🪙 Gold API Free+
  • get_gold_price
  • get_gold_historical
💱 FX API Free+
  • get_fx_rate
  • get_fx_historical
🛢️ Commodity API Free+
  • get_commodity_price
  • get_commodity_historical
📊 Sentiment API Free / Starter+ / Enterprise
  • get_sentiment_daily
  • get_sentiment_rolling
  • get_top_sentiment_assets
  • get_sentiment_divergence

Quick Start

Add SentiSignal to your MCP client in one config block.

claude_desktop_config.json
{
  "mcpServers": {
    "sentisignal": {
      "command": "node",
      "args": ["/path/to/sentisignal-mcp/dist/index.js"],
      "env": {
        "SENTISIGNAL_API_KEY": "sk-your-api-key"
      }
    }
  }
}
Or install via npm (Node.js 18+)
# Clone and build the MCP server
git clone https://github.com/sentisignal/mcp-server.git
cd mcp-server
npm install && npm run build

# Set your API key
export SENTISIGNAL_API_KEY=sk-your-api-key

# Run directly (for testing)
node dist/index.js
Example: ask Claude
# Ask Claude directly — it picks the right tool automatically:

"What is the current gold price in EUR?"
→ calls get_gold_price({ currencies: "EUR" })

"Show me Bitcoin sentiment for the last 7 days"
→ calls get_sentiment_rolling({ asset_type: "crypto", symbol: "BTC", window: "7d" })

"What's the EURUSD rate today and how has it trended this month?"
→ calls get_fx_rate + get_fx_historical in sequence

How it works

1

Get early access

Register at #notify to be notified when the MCP Server opens. We'll send you access instructions the moment it's available.

2

Add MCP config

Point your MCP client at the SentiSignal server binary with your API key in the environment.

3

Ask naturally

Your AI agent calls financial data tools automatically when it needs market data — no HTTP code, no prompting.

Same limits as REST

Each MCP tool call goes through the exact same auth and rate-limit middleware as the REST API. No exceptions.

Tool / Feature Free Starter Pro Enterprise
Current Gold / FX / Commodity prices
Historical prices
Sentiment daily (today)
Sentiment daily history
Sentiment rolling averages
Top sentiment assets
Price-sentiment divergence
Coming Soon

Get notified when the Financial Data MCP Server launches

We're finalising pricing and terms. Register your email and we'll let you know the moment access opens.

No spam. One email when the Financial Data MCP Server opens.

FAQ

Do I need a separate key for MCP?

No. Your existing SentiSignal API key works for both REST and MCP. The same plan, same rate limits, same dashboard.

How are rate limits counted?

Each MCP tool call counts as one API request, identical to a REST call. Per-minute and per-month limits apply the same way.

Which MCP clients are supported?

Any client that supports MCP stdio transport: Claude Desktop, Cursor, Windsurf, Claude Code, and community clients. The server uses the official @modelcontextprotocol/sdk.

Can my agent call multiple tools in one conversation?

Yes. Agents can chain tool calls freely — for example, fetching FX rates then checking sentiment for the same asset in sequence.

What transport protocol does the server use?

stdio (standard input/output), which is the standard MCP transport for local clients like Claude Desktop and Cursor.

Be first when the MCP Server opens

Register above — we'll notify you when access is available.

Get Notified

Explore the full API suite

One API key covers all products. Finance Hub ->

Suite
Finance Hub
Full API suite

Umbrella landing for the full API suite with one key, one plan, and a shared product story.

View ->
Gold
Gold Price API
Spot, history, conversions

Gold spot prices, historical series back to 2004, and conversions across five weight units.

View ->
Metals
Metals Price API
Gold, silver, platinum, palladium

Daily precious metals coverage with FX conversion and weight-unit support.

View ->
FX
Currencies API
Spot and historical rates

Daily ECB reference rates and historical currency pairs for reporting, analytics, and conversion.

View ->
Sent
Market Sentiment API
Daily, rolling, divergence

Daily sentiment scores, rolling windows, and top-asset rankings derived from thousands of AI-analyzed financial news articles.

View ->
Cmdty
Commodities Price API
Energy and agriculture

Energy and agriculture endpoints with historical summaries, source transparency, and FX conversion.

View ->
News
News Search API
AI-scored financial news

Keyword and semantic search over AI-analyzed financial news, with importance, quality, and sentiment scores.

View ->