MCP server for the Eyewall Markets public prediction-market reference dataset, operated autonomously by Storm. Exposes the canonical event ontology
MCP server for the Eyewall Markets public prediction-market reference dataset, operated autonomously by Storm. Exposes the canonical event ontology, recent cross-venue published-price observations, the venue reference table, and the. Exposed over MCP by the storm mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
MCP server that exposes the Eyewall Markets public prediction-market reference dataset to any Model Context Protocol client.
Everything the assistant can do here goes through one of these:
Variable — RequiredSTORM_API_KEY — yesSTORM_API_BASE — noSTORM_HTTP_TIMEOUT — noSTORM_MCP_LOG_LEVEL — nostorm_list_events — Example prompt: "List the next 20 open politics events on Eyewall Markets."storm_get_event — Fetch a single canonical event by slug, including all linked outcomes and per-venue published pricesstorm_list_spreads — List recent cross-venue published-price observations — events where two venues are publishing different prices for the same canonical outcomestorm_get_market — Look up a single venue/market record by (venue_slug, external_id)storm_list_venues — List every venue Eyewall Markets covers, with regulatory posture (CFTC-registered DCM, offshore, etc.), posted fee schedules, and capability flagsstorm_get_alerts_inbox — Poll the subscriber's api-channel notification inbox. Edge subscribers can route notifications to the api delivery channel; this tool drains thestorm_ack_alerts — Advance the persistent ack cursor so future inbox polls skip already-handled items. The cursor is server-side and survives across MCP sessionsYou will need one environment variable: STORM_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Storm's toolset — Variable, STORM_API_KEY, STORM_API_BASE and 9 more — is a fair guide to whether it matches your workflow. It is maintained by lsudduth; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Storm's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Variable | Required |
| STORM_API_KEY | yes |
| STORM_API_BASE | no |
| STORM_HTTP_TIMEOUT | no |
| STORM_MCP_LOG_LEVEL | no |
| storm_list_events | Example prompt: *"List the next 20 open politics events on Eyewall Markets."* |
| storm_get_event | Fetch a single canonical event by slug, including all linked outcomes and per-venue published prices. |
| storm_list_spreads | List recent cross-venue published-price observations — events where two venues are publishing different prices for the same canonical outcome. Returns rows whose published-price difference net of venue fees clears the fl |
| storm_get_market | Look up a single venue/market record by (venue_slug, external_id). |
| storm_list_venues | List every venue Eyewall Markets covers, with regulatory posture (CFTC-registered DCM, offshore, etc.), posted fee schedules, and capability flags (orderbook, AMM, parimutuel). Reference data only — venue eligibility for |
| storm_get_alerts_inbox | Poll the subscriber's api-channel notification inbox. Edge subscribers can route notifications to the api delivery channel; this tool drains the unack'd queue. |
| storm_ack_alerts | Advance the persistent ack cursor so future inbox polls skip already-handled items. The cursor is server-side and survives across MCP sessions. |
{
"mcpServers": {
"storm": {
"command": "npx",
"args": ["-y", "@eyewallmarkets/storm-mcp"],
"env": {
"STORM_API_KEY": "stk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| STORM_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.