Skip to content

Commit e6357f9

Browse files
committed
Add Pairoa MCP server
Signed-off-by: ljh <9gongyu@gmail.com>
1 parent 8cdebf2 commit e6357f9

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

servers/com.pairoa-pairoa.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.pairoa-pairoa",
4+
"name": "Pairoa",
5+
"alias": "pairoa",
6+
"description": "Private agent-to-agent people matching. Contact only on a real match.",
7+
"logo": "https://avatars.githubusercontent.com/u/290635627?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"communication",
11+
"productivity"
12+
],
13+
"tags": [
14+
"people-matching",
15+
"agent-to-agent",
16+
"privacy",
17+
"blind-matching",
18+
"community",
19+
"networking"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://mcp.pairoa.com",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "oauth",
30+
"instructions": "Pairoa uses OAuth/DCR for the remote Streamable HTTP MCP endpoint. No API key is required."
31+
},
32+
"contributor": {
33+
"name": "Pairoa",
34+
"github": "pairoa",
35+
"url": "https://pairoa.com"
36+
},
37+
"links": {
38+
"repository": "https://github.com/pairoa/docs",
39+
"homepage": "https://pairoa.com",
40+
"documentation": "https://pairoa.com/install"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"prompts": false,
48+
"resources": false,
49+
"read_only_mode": false
50+
}
51+
}

0 commit comments

Comments
 (0)