Skip to content

Commit fbe6118

Browse files
author
Polyrama
committed
docs: add Polyrama
Signed-off-by: Polyrama <support@polyrama.io>
1 parent 40ad751 commit fbe6118

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

servers/io.polyrama-mcp.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.polyrama-mcp",
4+
"name": "Polyrama",
5+
"alias": "polyrama",
6+
"description": "Research Polymarket and Kalshi markets, traders, signals, backtests, and paper orders through Polyrama.",
7+
"logo": "https://polyrama.io/static/favicon-192.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search",
11+
"ai-ml"
12+
],
13+
"tags": [
14+
"prediction-markets",
15+
"polymarket",
16+
"kalshi",
17+
"market-data",
18+
"trader-analytics",
19+
"signals",
20+
"backtesting",
21+
"paper-trading"
22+
],
23+
"transport": {
24+
"type": "stdio",
25+
"command": "npx",
26+
"args": [
27+
"-y",
28+
"@polyrama/mcp"
29+
],
30+
"env": {
31+
"POLYRAMA_API_TOKEN": "${input:POLYRAMA_API_TOKEN}"
32+
},
33+
"metadata": {
34+
"inputs": [
35+
{
36+
"id": "POLYRAMA_API_TOKEN",
37+
"label": "Polyrama access token",
38+
"description": "Token used locally by the MCP process to authenticate with Polyrama.",
39+
"type": "text",
40+
"required": true,
41+
"secret": true,
42+
"obtain": {
43+
"url": "https://polyrama.io/api",
44+
"instructions": "Sign in to Polyrama, open the API page, create a token with the scopes needed for your intended research or paper-trading workflow, and copy it into McpMux.",
45+
"button_label": "Open Polyrama"
46+
}
47+
}
48+
]
49+
}
50+
},
51+
"auth": {
52+
"type": "api_key",
53+
"instructions": "Use a Polyrama access token from https://polyrama.io/api. McpMux stores the value as a secret."
54+
},
55+
"contributor": {
56+
"name": "Polyrama",
57+
"github": "Polyrama",
58+
"url": "https://polyrama.io/"
59+
},
60+
"links": {
61+
"repository": "https://github.com/Polyrama/mcp",
62+
"homepage": "https://polyrama.io/",
63+
"documentation": "https://polyrama.io/mcp"
64+
},
65+
"platforms": [
66+
"all"
67+
],
68+
"capabilities": {
69+
"tools": true,
70+
"resources": false,
71+
"prompts": false,
72+
"read_only_mode": false
73+
},
74+
"changelog_url": "https://github.com/Polyrama/mcp/releases"
75+
}

0 commit comments

Comments
 (0)