-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
37 lines (37 loc) · 1.19 KB
/
mcp.json
File metadata and controls
37 lines (37 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://modelcontextprotocol.io/schema/v1/manifest.json",
"name": "polyzig-platform",
"displayName": "PolyZig — Polymarket Copy-Trading",
"description": "Sub-500ms copy-trading on Polymarket prediction markets. Use these tools to discover top traders, manage copy configurations, monitor positions and PnL, and (with `trade:*` scopes) place or cancel orders.",
"version": "1.0.0",
"protocolVersion": "2025-06-18",
"endpoint": {
"url": "https://api.polyzig.com/api/mcp",
"transport": "streamable-http"
},
"authentication": {
"type": "bearer",
"tokenPrefix": "pzk_",
"tokenIssuance": "https://polyzig.com/dashboard/keys",
"scopes": [
"read:account",
"read:positions",
"read:trades",
"read:markets",
"trade:execute",
"trade:cancel",
"wallet:write"
]
},
"documentation": {
"openapi": "https://polyzig.com/openapi.json",
"interactive": "https://api.polyzig.com/api/docs",
"agents": "https://polyzig.com/AGENTS.md",
"humanReadable": "https://polyzig.com/llms-full.txt"
},
"publisher": {
"name": "PolyZig",
"url": "https://polyzig.com",
"supportEmail": "support@polyzig.com"
}
}