Skip to content

New Server: TradeKix — Financial Market Data #3335

@jamesjohnfox

Description

@jamesjohnfox

Server: tradekix-mcp-server

What it does:
Provides financial market data to Claude and other MCP clients. 10 tools covering real-time market data designed for AI agent consumption.

Tools:

  • tradekix_market_overview — Full market snapshot (indices, forex, events, alerts, news)
  • tradekix_prices — Stock & crypto price data
  • tradekix_indices — Major market indices by region
  • tradekix_forex — Forex exchange rates
  • tradekix_earnings — Earnings calendar
  • tradekix_economic_events — Economic events (FOMC, CPI, jobs)
  • tradekix_congressional_trades — Congressional stock trades with conflict-of-interest detection
  • tradekix_sentiment — Social media sentiment
  • tradekix_tweets — Curated financial tweets
  • tradekix_news — AI-curated financial news

Auth: API Key via TRADEKIX_API_KEY env variable. Free developer tier: 100 calls/day.

npm: tradekix-mcp-server
GitHub: TradekixAI/tradekix-mcp-server
Website: tradekix.ai

Install:

npx -y tradekix-mcp-server

Claude Desktop config:

{
  "mcpServers": {
    "tradekix": {
      "command": "npx",
      "args": ["-y", "tradekix-mcp-server"],
      "env": {
        "TRADEKIX_API_KEY": "your_key_here"
      }
    }
  }
}

Get a free key:

curl -X POST https://tradekix-alpha.vercel.app/api/v1/connect \
  -H "Content-Type: application/json" \
  -d '{"agent_name": "MyClaude", "email": "you@example.com", "source": "mcp"}'

Happy to submit a PR if preferred. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions