-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Open
Description
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 datatradekix_indices— Major market indices by regiontradekix_forex— Forex exchange ratestradekix_earnings— Earnings calendartradekix_economic_events— Economic events (FOMC, CPI, jobs)tradekix_congressional_trades— Congressional stock trades with conflict-of-interest detectiontradekix_sentiment— Social media sentimenttradekix_tweets— Curated financial tweetstradekix_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-serverClaude 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels