A2MCP Skill Provider for Polymarket — MCP server with x402 pay-per-call and correct CLOB v2 signatureType per wallet architecture. Compliance-neutral technical layer.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"polymarket-gateway-c": {
"command": "npx",
"args": [
"-y",
"cardanobuybot/polymarket-gateway-core"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add polymarket-gateway-c npx -y cardanobuybot/polymarket-gateway-core
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"polymarket-gateway-c": {
"command": "npx",
"args": [
"-y",
"cardanobuybot/polymarket-gateway-core"
]
}
}
}
📋 Copy