Work in Progress These docs are a work in progress. More content is coming soon.

← Back to Documentation

Rothera

Search Rothera prediction markets and analyze stored end-of-day settlements, volume, open interest, trade tapes, history, and movers.

Tool Reference: 8 tools with full schemas →

Setup

Connect the Rothera toolkit to search and analyse Toolforest’s stored Rothera market data. It is a read-only toolkit built from Rothera’s public end-of-day files and retained trade tapes, not a connection to live trading.

Prerequisites

Before connecting, ensure you have configured an MCP server in your toolforest.io dashboard.

Setup Steps

Rothera requires no account, OAuth connection, wallet, or trading credentials.

Prefer video? This 58-second walkthrough shows the whole setup, from the Prediction Markets tab to a connected toolkit:

Step 1: Connect

  1. Open Toolforest and go to Toolkits.
  2. Select the Prediction Markets tab.
  3. Find Rothera.
  4. Click Connect.

Step 2: Confirmation

The toolkit status will change to Connected, and your assistant can begin querying the stored data.

Understanding Data Access

Public, read-only data

Toolforest serves stored snapshots derived from Rothera’s public files, together with retained executions. The toolkit can search and analyse that data but cannot place trades, manage orders, or access funds.

Managing Your Connection

Disconnect

To disconnect the toolkit:

  1. Click the Disconnect button in your MCP server panel.
  2. The toolkit will stop serving Rothera data to your assistant.

Note: There is no Rothera account authorisation or third-party permission to revoke.


Capabilities

ToolCapability
search_marketsSearch supported stored markets by human-readable title
get_market_detailsRead the latest stored end-of-day snapshot for one market
get_market_historyRead daily stored end-of-day history
get_market_changesCalculate stored price and volume changes over 7-day or 30-day windows
get_moversFind 7-day or 30-day end-of-day price movers
get_recent_tradesRead retained executions for one market and source session
list_categoriesList the canonical category vocabulary and active-market counts
list_contract_termsList published contract-terms PDFs

Every tool is exposed with the rothera- prefix, for example rothera-search_markets.


Reading Rothera data

End of day, not live

price is an end-of-day settlement mark. It is not a live quote, midpoint, best bid or ask, or necessarily the last execution. The toolkit has no order-book tool.

volume, volume_24h, and trade quantities are measured in contracts, not USD notional.

The 0.50 convention

Rothera often publishes 0.5 for a contract that did not trade during a session. Preserve the accompanying volume and open-interest information rather than treating every 0.5 as missing:

  • price == 0.5 with volume == 0 and open_interest == 0 can represent no market or a contract that has never traded.
  • price == 0.5 with non-zero open interest remains a real stored settlement mark. The contract may simply have had no execution in that session.

Stored coverage

  • Search covers Toolforest’s human-readable title index for supported Rothera end-of-day markets, not the venue’s raw catalogue.
  • Trade-tape queries are scoped to one market and retained by source session. They do not form a live tape.
  • History contains daily end-of-day observations. get_market_changes and get_movers support 7d and 30d windows.
  • list_contract_terms discovers published PDFs, but those documents are not currently mapped to individual market symbols.

Example prompts

Using the Rothera toolkit, find the 2026 U.S. House control markets. What is the latest stored EOD settlement for Democrats, how much volume traded that session, and what is open interest?
Show me the five most recent stored executions for the Democratic House-control market and compare them with the latest EOD settlement. Make clear that this is a stored session tape, not live trading data.
What were the biggest 7-day moves in active Rothera political markets? Require at least two observations and explain that the changes are EOD settlement moves, not live odds.
What categories are currently available in the Rothera toolkit, and how many active markets are in each?