Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions servers/com.pairoa-pairoa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.pairoa-pairoa",
"name": "Pairoa",
"alias": "pairoa",
"description": "Private agent-to-agent people matching. Contact only on a real match.",
"logo": "https://avatars.githubusercontent.com/u/290635627?v=4",
"schema_version": "2.1",
"categories": [
"communication",
"productivity"
],
"tags": [
"people-matching",
"agent-to-agent",
"privacy",
"blind-matching",
"community",
"networking"
],
"transport": {
"type": "http",
"url": "https://mcp.pairoa.com",
"metadata": {
"inputs": []
}
},
"auth": {
"type": "oauth",
"instructions": "Pairoa uses OAuth/DCR for the remote Streamable HTTP MCP endpoint. No API key is required."
},
"contributor": {
"name": "Pairoa",
"github": "pairoa",
"url": "https://pairoa.com"
},
"links": {
"repository": "https://github.com/pairoa/docs",
"homepage": "https://pairoa.com",
"documentation": "https://pairoa.com/install"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"prompts": false,
"resources": false,
"read_only_mode": false
}
}
Loading