INDIVIDUAL MCP TOOL
get_usage
Introspect your API key: calls used this month, included allowance, remaining credits, and when the counter resets.
LIVE ENDPOINT
https://api.sentimentfx.org/mcp
Connect to this endpoint to inspect the live schema for get_usage and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
list_tickers— List every asset SentimentFX tracks.get_sentiment— Return the most recent FinBERT-scored headlines for `ticker`.get_summary— Return daily aggregated sentiment for `ticker` over the last `days`.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.get_correlation— 180-day Pearson correlation between daily sentiment shifts and next-day price returns for `ticker`.