File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments