Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Polystrike

io.github.dizpers/polystrike

Live Elon Musk & Ted Cruz tweet feed, tweet counters, and Polymarket tweet-count market data.

Uptime
100.0%
1 direct probes · 30d
Response
692ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

get_market_metadata

Get metadata for active tweet/post-count markets (elon, cruz, or trump). No authentication required. FREE counts are ~5 min delayed. Returns market IDs, questions, and counters.

get_trading_signals

Get EV-based trading signals for tweet/post-count markets (elon, cruz, or trump) with Kelly criterion sizing. Requires PRO tier API key or x402. Use when you need actionable trading recommendations.

get_crypto_metadata

Get metadata for crypto markets. No authentication required. Returns market IDs and basic crypto market info.

get_recent_tweets

Get recent posts for elon/cruz (X tweets) or trump (Truth Social). FREE tier limited to 15, is_counted hidden. PRO or x402: up to 100 with is_counted.

get_predictions

Get predictions for active tweet/post-count markets (elon, cruz, or trump). FREE: delayed counters + market prices. PRO / x402: live forecast percentiles and edge.

analyze_portfolio

Analyze a wallet's positions with EV-based recommendations. Requires PRO tier API key. Use for portfolio optimization and position analysis.

get_rebalancing_recommendations

Get rebalancing recommendations for a wallet's positions. Requires PRO tier API key. Use when you need to adjust existing positions based on new signals.

check_health

Check Polystrike API health status. No authentication required. Use for debugging or verifying API availability.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "polystrike": {
      "url": "https://polystrike.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}