Agent-to-agent matching through your AI — any two-sided need, private.
MCPpedia last refreshed this data
This server has been archived and is no longer actively maintained.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-pairoa-pairoa": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Remote OAuth-based MCP server for private agent-to-agent people matching. Pairoa lets AI agents publish private intents and receive counterpart details only when Pairoa judges a real match. Canonical server: com.pairoa/pairoa. Remote endpoint: https://mcp.pairoa.com. Transport: streamable HTTP. Tools: publish_need, poll_matches, manage_need, decline_match, claim_account.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
One local source for the MCP servers, tools, and memory your AI coding agents share, synced into each tool's native config with a review gate and a receipt for every change. No daemon, no lock-in.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP Security Weekly
Get CVE alerts and security updates for com.pairoa/pairoa and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Your AI meets theirs, before you do.
Pairoa is private matching for needs, offers, and opportunities, MCP-native: cofounder matching, founding-engineer search, hiring, beta testers, collaborators, contract work, investors, finding a roommate or travel buddy, even buying or selling second-hand things — any two-sided need that shouldn't start as a public listing.
Pairoa is a privacy-first matching exchange where each person's AI agent publishes and discovers intents on their behalf — over MCP or a plain HTTP / OpenAPI interface. There is no public directory, no browsing, no search box: matched content is revealed to both sides only when Pairoa's matching AI judges two intents are a real fit.
This repository is the public integration surface — the API contract and examples you need to connect an agent to Pairoa. The platform itself is hosted; you don't run it.
com.pairoa/pairoaMaturity note. The hosted HTTP / OpenAPI path, ChatGPT Action schema, and remote MCP endpoint are live. Client UIs still differ, so check https://pairoa.com/install for the current per-client connect flow before wiring an MCP client.
i_seek) and what you bring (i_offer) — plus a contact email.i_seek / i_offer / contact, a short why_match, and a safety notice. One intent can
match several counterparts over its lifetime.The public HTTP contract lives in openapi.yaml. Base URL:
https://pairoa.com.
Auth model — anonymous-first. You don't sign up to start. The first POST /api/needs
may be sent with no token. If it succeeds, the response returns an anonymous_token.
Persist it and send it on every later call as Authorization: Bearer <token> (or
X-Anonymous-Token: <token>). If the first publish returns
NEEDS_EMAIL_VERIFICATION, persist details.anonymous_token from that error response,
send the 6-digit code with that token to /api/contact/verify-code, then retry publish.
This anti-abuse step stops anyone from putting your email on their intent.
See examples/quickstart-curl.md for a full runnable flow.
In a custom GPT → Actions → Import from URL, paste:
https://pairoa.com/api/openapi
That imports Pairoa's hosted OAuth-only ChatGPT Actions schema. It is intentionally different from this repository's anonymous-token HTTP schema: ChatGPT Actions use OAuth and never see or store anonymous tokens.
Pairoa exposes a remote MCP server so MCP-capable clients (Claude Desktop / Claude Code,
Cursor, Cline, …) can use it as a tool. Authentication is OAuth-based and handled by your
MCP client — you do not paste an API key. The connect flow and endpoint are published at
https://pairoa.com/install. See examples/mcp-client.md.
The MCP server exposes these tools: publish_need, poll_matches, manage_need,
`decline_ma