Skip to content

Commit ccf5f2b

Browse files
authored
Add ai.pubfi-mcp (#262)
Signed-off-by: Xavier Lau <x@acg.box>
1 parent 591724d commit ccf5f2b

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

servers/ai.pubfi-mcp.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "ai.pubfi-mcp",
4+
"name": "PubFi MCP",
5+
"alias": "pubfi",
6+
"description": "Route crypto data needs through PubFi capability and gateway tools.",
7+
"logo": "https://avatars.githubusercontent.com/u/184483802?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"ai-ml",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"pubfi",
15+
"crypto",
16+
"web3",
17+
"data-api",
18+
"agents",
19+
"routing",
20+
"streamable-http"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://mcp.pubfi.ai",
25+
"headers": {
26+
"Authorization": "Bearer ${input:PUBFI_API_KEY}"
27+
},
28+
"metadata": {
29+
"inputs": [
30+
{
31+
"id": "PUBFI_API_KEY",
32+
"label": "PubFi API Key",
33+
"description": "PubFi API key used to authenticate hosted MCP tool calls.",
34+
"type": "text",
35+
"required": true,
36+
"secret": true,
37+
"placeholder": "PUBFI_API_KEY",
38+
"obtain": {
39+
"url": "https://pubfi.ai/#plans",
40+
"instructions": "1. Open the PubFi plans or contact section\n2. Request API access for your workspace\n3. Copy the PubFi API key after access is provisioned",
41+
"button_label": "Request Access"
42+
}
43+
}
44+
]
45+
}
46+
},
47+
"auth": {
48+
"type": "api_key",
49+
"instructions": "PubFi MCP requires a PubFi API key sent as an Authorization: Bearer header. Request API access from PubFi if your workspace is not provisioned yet."
50+
},
51+
"contributor": {
52+
"name": "PubFi",
53+
"github": "helixbox",
54+
"url": "https://pubfi.ai"
55+
},
56+
"links": {
57+
"repository": "https://github.com/helixbox/pubfi-docs",
58+
"homepage": "https://pubfi.ai",
59+
"documentation": "https://pubfi.ai/agents.md"
60+
},
61+
"platforms": [
62+
"all"
63+
],
64+
"capabilities": {
65+
"tools": true,
66+
"resources": false,
67+
"prompts": false,
68+
"read_only_mode": false
69+
}
70+
}

0 commit comments

Comments
 (0)