Command Palette

Search for a command to run...

UnylyUnyly
Browse all

dizpers/polystrike-examples

FreeNot checked

Live Elon Musk & Ted Cruz tweet feed and real-time tweet counters for Polymarket's tweet-count markets — recent tweets with reply/quote/retweet classification a

GitHubEmbed

About

Live Elon Musk & Ted Cruz tweet feed and real-time tweet counters for Polymarket's tweet-count markets — recent tweets with reply/quote/retweet classification against the settlement rules, plus the real count, the XTracker oracle count, the UI count, and the deltas between them. Hosted remote server at https://polystrike.xyz/mcp (streamable-http; SSE at /mcp/sse). Free tier is keyless.

README

Code examples for the Polystrike API: live tweet counters for Polymarket's Elon Musk and Ted Cruz tweet-count markets.

The free tier needs no key (100 requests/hour). One call gets you three counters per active market — Polystrike's independent 60-second count, the official XTracker settlement count, and the count shown on Polymarket's UI — plus the deltas between them:

curl https://polystrike.xyz/api/v1/meta/elon
{
  "timestamp": 1783363631650,
  "data": [
    {
      "event_id": 666466,
      "event_title": "Elon Musk # tweets July 6 - July 8, 2026?",
      "polymarket_xtracker_counter": 41,
      "real_counter": 44,
      "polymarket_ui_counter": 41,
      "settlement_delta": 3,
      "display_delta": 3,
      "internal_delta": 0
    }
  ]
}

Examples

Example What it does
python/poll_counters.py Poll both accounts, print counters + deltas (stdlib only)
typescript/pollCounters.ts Same in TypeScript / Node 18+
mcp/claude_desktop_config.json Connect Claude Desktop to the hosted MCP server
mcp-server/server.js Local MCP server over the public REST API (Node 20+)

Local MCP server

mcp-server/server.js is a stdio MCP server that wraps the public REST API — the same tools as the hosted server, runnable locally:

npm install && node mcp-server/server.js

Free-tier tools need no key. Set POLYSTRIKE_API_KEY to unlock the PRO tools (trading signals, portfolio analysis).

Endpoints used

  • GET /api/v1/meta/elon — Elon Musk markets (free)
  • GET /api/v1/meta/cruz — Ted Cruz markets (free)
  • GET /api/v1/meta/{account}/tweets — recent tweet stream (free: last 15)

Full reference: API docs · OpenAPI spec · MCP setup guide

Notes on the data

  • The XTracker oracle is the settlement authority — Polymarket pays out on its number. Polystrike measures it faster (60s vs ~5min) but does not replace it.
  • Deleted tweets stay in Polystrike's count if captured before deletion; a settlement_delta driven by a deletion is not a real edge.
  • These are measurement tools, not a promise of profit.

MIT licensed.

from github.com/dizpers/polystrike-examples

Installing dizpers/polystrike-examples

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/dizpers/polystrike-examples

FAQ

Is dizpers/polystrike-examples MCP free?

Yes, dizpers/polystrike-examples MCP is free — one-click install via Unyly at no cost.

Does dizpers/polystrike-examples need an API key?

No, dizpers/polystrike-examples runs without API keys or environment variables.

Is dizpers/polystrike-examples hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install dizpers/polystrike-examples in Claude Desktop, Claude Code or Cursor?

Open dizpers/polystrike-examples on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

LibreOffice Tools

Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a

passerbyflutterby passerbyflutter

dannote/figma-use

Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.

dannoteby dannote

Logo.dev

Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content

NOVA-3951by NOVA-3951

Design Inspiration Server

Searches top design platforms like Dribbble and Behance to provide UI inspiration, color palettes, and layout patterns via the Serper API. It allows users to re

YonasValentinby YonasValentin

PIX4Dmatic

Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem

jangjo123by jangjo123

Figma

Extract design specs and assets

Figmaby Figma

mcp-dockmaster

An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS.

by Community

ariekogan/ateam-mcp

Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environm

ariekoganby ariekogan

thinkchainai/mcpbundles

MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic

thinkchainaiby thinkchainai

arikusi/nakkas

MCP server that turns AI into an SVG artist. One rendering engine with JSON config, AI controls all design parameters. CSS @keyframes + SMIL animations, 16+ ele

arikusiby arikusi

Compare dizpers/polystrike-examples with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All design MCPs