Polymarket via Gina
Trade Polymarket with AI — search, bet, track positions, and automate strategies from any MCP client.
Server URL: https://askgina.ai/ai/predictions/mcp
Use This Skill For
Searching & discovery
- Search prediction markets by topic, sport, keyword, or date
- Analyze market data with SQL (filter by volume, liquidity, end time, category)
- Find expiring markets about to resolve (last-minute opportunities)
- Discover recurring markets to set up automated strategies for (BTC, ETH, SOL — 5 min to monthly)
- Browse stock and index prediction markets (AAPL, S&P 500, Gold)
Trading
- Place market orders and limit orders on Polymarket
- Track your positions, P&L, and win rate
- View and cancel open orders
- Redeem winnings from resolved markets
Automating
- Set up Recipes — scheduled automations that trade or alert on your behalf.
- Daily market briefings, odds swing alerts, portfolio summaries.
- Set up fully automated trading strategies that scan, filter, trade, and journal for you.
What You Can Do
Just type natural language prompts — no special syntax needed.
| Feature |
Example Prompts |
| Getting started |
"What can you do Gina" "Give me some use cases I can try with the Gina MCP" |
| Search markets |
"NBA markets tomorrow" "Fed rate decision odds" |
| Trending |
"what's trending on Polymarket?" "markets with the most trading volume and liquidity" |
| Crypto prices |
"BTC 15 minute up or down" "ETH current hourly up/down market" |
| Stocks & indices |
"AAPL daily up or down" "S&P 500 daily" |
| Expiring markets |
"markets ending in 2 hours" "NBA games ending tonight" |
| Place trades |
"bet $10 on lakers to win" "buy $50 of Yes" |
| Limit orders |
"buy Yes at 0.40 or better" "avoid slippage" |
| View positions |
"show my Polymarket positions" "what's my P&L?" |
| Performance |
"what's my win rate?" "show my trade history" |
| Manage orders |
"show my open orders" "cancel all pending limit orders" |
| Redeem winnings |
"redeem my winnings" "what can I redeem?" |
| Data analysis |
"fetch crypto markets into SQL" "run a query" |
| Automations |
"daily market briefing at 9am" "alert me on odds swings" |
Quick Start
- Sign in at askgina.ai and open Agent Setup (sidebar or
https://askgina.ai/agent-setup).
- Give your token a name (e.g. "OpenClaw on MacBook") and click Generate Token.
- Copy the connection config immediately — the token is only shown once.
- Paste the config into your MCP client:
{
"mcpServers": {
"gina-predictions": {
"transport": "http",
"url": "https://askgina.ai/ai/predictions/mcp",
"headers": {
"Authorization": "Bearer <PASTE_TOKEN_HERE>"
}
}
}
}
- Restart your MCP client and ask:
"What can you do with gina".
For detailed client setup instructions, see the Quick Start guide.
How It Works
- Auth: Long-lived JWT token generated at
https://askgina.ai/agent-setup. Tokens expire after 90 days. You can have up to 5 active tokens and revoke any of them from the Agent Setup page.
- Wallets: Self-custodial via Privy. You own your keys.
- Trades: Execute on-chain on Polymarket (Polygon / USDC).
- Gas: Gina provides gas sponsorship to help cover transaction fees.
- Safety: Large trades require explicit confirmation before executing.
- Automations: Create scheduled jobs (market briefings, alerts) via natural language. Manage anytime.
Safety
- Treat your token like a private key — never share it publicly
- Trading uses real money (USDC on Polygon) — always review before confirming
- Start with read-only prompts (search, trending) before trading
- Large trades require explicit confirmation
- Revoke tokens immediately if you suspect exposure (Agent Setup page)
- If the auth flow asks for private keys, do not proceed
Links
1---2name: askgina-polymarket3description: Polymarket via Gina4---56# Polymarket via Gina78Trade Polymarket with AI — search, bet, track positions, and automate strategies from any MCP client.910**Server URL:** `https://askgina.ai/ai/predictions/mcp`1112## Use This Skill For1314### Searching & discovery1516- Search prediction markets by topic, sport, keyword, or date17- Analyze market data with SQL (filter by volume, liquidity, end time, category)18- Find expiring markets about to resolve (last-minute opportunities)19- Discover recurring markets to set up automated strategies for (BTC, ETH, SOL — 5 min to monthly)20- Browse stock and index prediction markets (AAPL, S&P 500, Gold)2122### Trading2324- Place market orders and limit orders on Polymarket25- Track your positions, P&L, and win rate26- View and cancel open orders27- Redeem winnings from resolved markets2829### Automating3031- Set up Recipes — scheduled automations that trade or alert on your behalf.32- Daily market briefings, odds swing alerts, portfolio summaries.33- Set up fully automated trading strategies that scan, filter, trade, and journal for you.3435## What You Can Do3637Just type natural language prompts — no special syntax needed.3839| Feature | Example Prompts |40|---------|----------------|41| **Getting started** | `"What can you do Gina"` `"Give me some use cases I can try with the Gina MCP"` |42| **Search markets** | `"NBA markets tomorrow"` `"Fed rate decision odds"` |43| **Trending** | `"what's trending on Polymarket?"` `"markets with the most trading volume and liquidity"` |44| **Crypto prices** | `"BTC 15 minute up or down"` `"ETH current hourly up/down market"` |45| **Stocks & indices** | `"AAPL daily up or down"` `"S&P 500 daily"` |46| **Expiring markets** | `"markets ending in 2 hours"` `"NBA games ending tonight"` |47| **Place trades** | `"bet $10 on lakers to win"` `"buy $50 of Yes"` |48| **Limit orders** | `"buy Yes at 0.40 or better"` `"avoid slippage"` |49| **View positions** | `"show my Polymarket positions"` `"what's my P&L?"` |50| **Performance** | `"what's my win rate?"` `"show my trade history"` |51| **Manage orders** | `"show my open orders"` `"cancel all pending limit orders"` |52| **Redeem winnings** | `"redeem my winnings"` `"what can I redeem?"` |53| **Data analysis** | `"fetch crypto markets into SQL"` `"run a query"` |54| **Automations** | `"daily market briefing at 9am"` `"alert me on odds swings"` |5556## Quick Start57581. Sign in at [askgina.ai](https://askgina.ai) and open **Agent Setup** (sidebar or `https://askgina.ai/agent-setup`).592. Give your token a name (e.g. "OpenClaw on MacBook") and click **Generate Token**.603. Copy the connection config immediately — the token is only shown once.614. Paste the config into your MCP client:6263```json64{65 "mcpServers": {66 "gina-predictions": {67 "transport": "http",68 "url": "https://askgina.ai/ai/predictions/mcp",69 "headers": {70 "Authorization": "Bearer <PASTE_TOKEN_HERE>"71 }72 }73 }74}75```76775. Restart your MCP client and ask: `"What can you do with gina"`.78For detailed client setup instructions, see the [Quick Start guide](https://docs.askgina.ai/predictions-mcp/quick-start).7980## How It Works8182- **Auth**: Long-lived JWT token generated at `https://askgina.ai/agent-setup`. Tokens expire after 90 days. You can have up to 5 active tokens and revoke any of them from the Agent Setup page.83- **Wallets**: Self-custodial via [Privy](https://privy.io). You own your keys.84- **Trades**: Execute on-chain on Polymarket (Polygon / USDC).85- **Gas**: Gina provides gas sponsorship to help cover transaction fees.86- **Safety**: Large trades require explicit confirmation before executing.87- **Automations**: Create scheduled jobs (market briefings, alerts) via natural language. Manage anytime.8889## Safety9091- Treat your token like a private key — never share it publicly92- Trading uses real money (USDC on Polygon) — always review before confirming93- Start with read-only prompts (search, trending) before trading94- Large trades require explicit confirmation95- Revoke tokens immediately if you suspect exposure (Agent Setup page)96- If the auth flow asks for private keys, **do not proceed**9798## Links99100- **App**: https://askgina.ai101- **Docs**: https://docs.askgina.ai102- **Features**: https://docs.askgina.ai/predictions-mcp/features103- **Client setup**: https://docs.askgina.ai/predictions-mcp/client-setup104- **Troubleshooting**: https://docs.askgina.ai/predictions-mcp/troubleshooting105- **Terms**: https://askgina.ai/terms-and-conditions106- **Twitter**: https://x.com/askginadotai