Polymarket Mcp Server

by mrlarryjohnson111

380 downloads
Not rated
GitHub

About

A production MCP server giving AI agents live Polymarket data as native tools: market search and prices, insider-scored whale trades (each verifiable by on-chain tx hash), trader leaderboards across 10 categories and 4 time windows, and wallet P&L profiles. Hosted on Apify (Strea

Details

Author
mrlarryjohnson111
Downloads
380
Categories
Other, Finance

- Live market search and prices
- Insider-scored whale trades with on-chain tx hash
- Trader leaderboards across 10 categories and 4 time windows
- Wallet P&L profiles
- Hosted on Apify (pay-per-call, no API keys)
- Fully async, fail-loud architecture

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Polymarket Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Use the hosted version on Apify via its Streamable HTTP interface—no installation, API keys, or configuration required. Configure your MCP client to point to the Apify endpoint, and the server will expose the Polymarket data tools for your AI agent to call.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "polymarket mcp server": {
            "polymarket": {
                "url": "https://mrlarryjohnson--polymarket-mcp-server.apify.actor/mcp",
                "headers": {
                    "Authorization": "Bearer <your-apify-token>"
                }
            }
        }
    }
}

McpServers

{
    "polymarket": {
        "url": "https://mrlarryjohnson--polymarket-mcp-server.apify.actor/mcp",
        "headers": {
            "Authorization": "Bearer <your-apify-token>"
        }
    }
}

A production MCP server giving AI agents live Polymarket data as native tools: market search and prices, insider-scored whale trades (each verifiable by on-chain tx hash), trader leaderboards across 10 categories and 4 time windows, and wallet P&L profiles. Hosted on Apify (Streamable HTTP, pay-per-call, no API keys); the only hosted zero-install option among Polymarket MCP servers. Fully async, fail-loud data integrity.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.