-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
53 lines (53 loc) · 1.92 KB
/
Copy pathmcp.json
File metadata and controls
53 lines (53 loc) · 1.92 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"$schema": "https://modelcontextprotocol.io/schema/v1/manifest.json",
"name": "polyzig-platform",
"displayName": "PolyZig — Polymarket Trader",
"description": "Polymarket market intelligence and sub-500ms copy-trading. Poke users connect with PolyZig OAuth, ask a natural-language question to get live odds in one shot (quote), inspect localized markets, images/logos, depth, history, liquidity, and outcome choices, then trade or manage copy configurations from Messages with preview-confirmed live writes under user-set spend caps.",
"version": "1.1.0",
"protocolVersion": "2025-06-18",
"endpoint": {
"url": "https://api.polyzig.com/api/mcp",
"transport": "streamable-http"
},
"authentication": {
"type": "oauth2",
"tokenPrefix": "pzo_",
"authorizationServer": "https://api.polyzig.com/.well-known/oauth-authorization-server",
"protectedResource": "https://api.polyzig.com/.well-known/oauth-protected-resource",
"authorizationEndpoint": "https://api.polyzig.com/api/oauth/authorize",
"tokenEndpoint": "https://api.polyzig.com/api/oauth/token",
"registrationEndpoint": "https://api.polyzig.com/api/oauth/register",
"credentialMode": "user-login",
"scopes": [
"read:account",
"read:positions",
"read:trades",
"read:markets",
"trade:execute",
"trade:cancel",
"wallet:write"
],
"recommendedScopes": [
"read:account",
"read:positions",
"read:trades",
"read:markets",
"trade:execute",
"trade:cancel"
],
"optionalScopes": [
"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"
}
}