Skip to main content
Glama

Polymarket MCP Tool

search_prediction_markets

Search Polymarket prediction markets by specific terms to retrieve market data, including titles, volumes, and outcome probabilities, in JSON format for analysis.

Instructions

Search prediction markets by any term.

Parameters

search_term : str Identifier such as "argentina".

Returns

str JSON array of objects with the schema: [ { "title": "Trump to win 2024?", "volume": 123456.78, "outcomes": [ {"option": "Yes", "probability": 0.42}, {"option": "No", "probability": 0.58} ] }, … ] Parse with json.loads.

Input Schema

NameRequiredDescriptionDefault
search_termYes

Input Schema (JSON Schema)

{ "properties": { "search_term": { "title": "Search Term", "type": "string" } }, "required": [ "search_term" ], "type": "object" }
Install Server

Other Tools from Polymarket MCP Tool

Related Tools

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/fernandezpablo85/polymarket-mcp'

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