@earth_tourist/polymarket
v0.1.1
Published
Read-only [Polymarket](https://polymarket.com) MCP server for the configured wallet.
Readme
@earth_tourist/polymarket
Read-only Polymarket MCP server for the configured wallet.
Tools
get_portfolio— All open positions with PnL, current price, slug, asset token ID, and event IDget_portfolio_value— Total current USD value of open positionsget_activity— Wallet trade history (buys, sells, redeems)search_markets— Search and browse prediction markets by keyword or topicget_market— Full market details by slugget_market_price_history— Historical YES price series for a market tokenget_market_orderbook— Current bid/ask orderbook for a market tokenget_market_comments— Community comments for a market or event
Requirements
POLYMARKET_WALLET_ADDRESS— Your public Polygon/Ethereum wallet address (no private key needed)
Usage
bunx -y @earth_tourist/polymarket@latestOpenCode MCP configuration
{
"mcp": {
"polymarket": {
"type": "local",
"enabled": true,
"command": ["bunx", "-y", "@earth_tourist/polymarket@latest"],
"environment": {
"POLYMARKET_WALLET_ADDRESS": "0xYourWalletAddressHere"
}
}
}
}News search
News search has been separated into the official Tavily MCP. Use that alongside this server for market-related news.
