Skip to main content
Glama
dizpers

polystrike

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POLYSTRIKE_API_KEYNoPolystrike PRO API key. Leave empty for the free tier (no key required).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_market_metadataA

Get live metadata for the active Polymarket tweet-count markets of one tracked account. Returns one entry per active market with its event_id, title, and three live counters: real_counter (Polystrike's independent 60-second count), polymarket_xtracker_counter (the official XTracker count that settlement pays out on), and polymarket_ui_counter (the number shown in Polymarket's UI), plus the deltas between them (deltas are null while an event is warming up). Free tier, no API key needed. Call this first to discover active markets and event IDs before using get_predictions or get_trading_signals. Read-only; makes a single HTTPS request to polystrike.xyz.

get_recent_tweetsA

Get the most recent captured posts for a tracked account, newest first, with per-post metadata including whether each post counts toward the active tweet-count markets. Use it to understand posting pace and to verify what is being counted. The free tier returns the latest 15 posts and ignores pagination; with a PRO key (POLYSTRIKE_API_KEY environment variable) limit can go up to 100 and offset paginates. Read-only.

get_predictionsA

Get Monte Carlo forecast data for the active tweet-count markets of a tracked account. The free tier (no key) returns a limited view; a PRO key (POLYSTRIKE_API_KEY environment variable) adds forecast percentiles (p5/p50/p95), per-bucket model probabilities, and posting velocity/sleep-schedule fields. Use this for market analysis; for concrete buy/sell recommendations use get_trading_signals instead. Read-only.

get_trading_signalsA

Get actionable BUY/SELL signals with Kelly-criterion bet sizing for a tracked account's tweet-count markets. Each signal carries its strategy context, e.g. BUY TWO_BUCKET (predicted bucket plus lower adjacent) or BUY SINGLE_BUCKET (high-conviction single bet), and a suggested stake for the given bankroll. Requires a PRO API key in the POLYSTRIKE_API_KEY environment variable; without one the call fails with HTTP 402 and an explanatory message. Informational only — this tool never places orders and is not financial advice.

get_crypto_metadataA

Get metadata for Polystrike's tracked crypto prediction markets (market IDs and basic market info). Free tier, no API key required. The data array is empty when no crypto markets are currently tracked. For the main tweet-count markets use get_market_metadata.

analyze_portfolioA

Analyze a Polymarket wallet's open positions across the active Elon tweet-count markets, with a model-based expected-value assessment per position. Elon markets only. Requires a PRO API key (POLYSTRIKE_API_KEY environment variable); fails with HTTP 402 without one. Read-only: it inspects publicly visible positions and returns analysis — it never places or modifies orders.

get_rebalancing_recommendationsA

Get concrete rebalancing actions (ADD_MORE or TRIM, with USD amounts) for a Polymarket wallet's positions in the active Elon tweet-count markets, based on current model signals. Only positions whose suggested adjustment exceeds the threshold are returned. Elon markets only. Requires a PRO API key (POLYSTRIKE_API_KEY environment variable); fails with HTTP 402 without one. Read-only — returns recommendations, never executes trades.

check_healthA

Check that the Polystrike API is up and responding; returns a status payload with a server timestamp. Free tier, no API key required. Use to verify connectivity before assuming other tools are failing for data reasons.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dizpers/polystrike-examples'

If you have feedback or need assistance with the MCP directory API, please join our Discord server