Skip to main content
Glama
tdnupe3

Coin Railz MCP Server

by tdnupe3

search_polymarket

Find prediction markets on Polymarket by searching keywords to identify events with current odds for informed decision-making.

Instructions

Search Polymarket events by keyword.

Args: query: Search query limit: Number of results to return

Returns: Matching prediction markets with current odds.

Price: $0.20

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
limitNo

Implementation Reference

  • The search_polymarket function is defined as an MCP tool, accepting a query and limit, and calling the 'polymarket-search' service via 'call_coinrailz_service'.
    @mcp.tool()
    async def search_polymarket(query: str, limit: int = 10) -> str:
        """
        Search Polymarket events by keyword.
        
        Args:
            query: Search query
            limit: Number of results to return
        
        Returns:
            Matching prediction markets with current odds.
        
        Price: $0.20
        """
        payload = {"query": query, "limit": limit}
        result = await call_coinrailz_service("polymarket-search", payload)
        return json.dumps(result, indent=2)

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/tdnupe3/mcp-server-coinrailz'

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