Polymarket Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Polymarket Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
A Model Context Protocol (MCP) server for seamless Polymarket integration
</div>
Polymarket MCP Server provides a comprehensive toolkit for accessing Polymarket data through the Model Context Protocol. This server enables seamless integration with Claude and other MCP clients, allowing you to search markets, fetch events, analyze leaderboards, query user activity, and much more.
git clone https://github.com/yashhsm/polymarket-mcp.git
cd polymarket-mcppnpm installpnpm buildpnpm startThis MCP server can be used with any MCP-compatible client. Configure your client to connect to this server's stdio transport, and you'll have access to all available Polymarket tools.
Add this configuration to your Claude Desktop config file (typically located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"polymarket": {
"command": "node",
"args": ["/absolute/path/to/polymarket-mcp/dist/index.js"]
}
}
}Note: Replace /absolute/path/to/polymarket-mcp with the actual absolute path to your cloned repository.
Once configured, you can ask Claude:
pnpm buildRun with hot reload:
pnpm devpnpm testpnpm evalsrc/
├── index.ts # Main MCP server setup and tool registration
├── constants.ts # Configuration constants and API endpoints
├── eval.ts # Evaluation utilities
├── prompt-evals.ts # Prompt evaluation functions
└── tools/ # Tool implementations
├── index.ts # Tool exports
├── markets.ts # Market-related tools
├── events.ts # Event-related tools
├── leaderboard.ts # Leaderboard tools
├── user.ts # User activity tools
└── ... # Additional tool implementationsThis server integrates with the following Polymarket public APIs:
Contributions are welcome! If you'd like to contribute:
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
For issues, feature requests, or questions:
<div align="center">
Made with ❤️ by the Polymarket MCP community
</div>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.