← polystrike.xyz
INDIVIDUAL MCP TOOL
get_predictions
Get predictions for active Elon tweet markets with forecast percentiles.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.polystrike]
url = "https://polystrike.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"polystrike": {
"type": "http",
"url": "https://polystrike.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: polystrike
Remote MCP URL: https://polystrike.xyz/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": {
"polystrike": {
"url": "https://polystrike.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"polystrike": {
"type": "http",
"url": "https://polystrike.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "polystrike",
"transport": "streamable-http",
"url": "https://polystrike.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_market_metadata— Get metadata for active Elon tweet markets.get_trading_signals— Get EV-based trading signals for Elon tweet markets with Kelly criterion sizing.get_crypto_metadata— Get metadata for crypto markets.get_recent_tweets— Get recent Elon tweets with metadata.analyze_portfolio— Analyze a wallet's positions with EV-based recommendations.get_rebalancing_recommendations— Get rebalancing recommendations for a wallet's positions.check_health— Check Polystrike API health status.