Overlap
com.overlap-ai/overlapRecords what you're working on so Overlap can introduce you to someone two weeks ahead of you.
Tools · 6
Count the people already in the pool whose situation is close to a description. Returns a number and nothing else, capped at 10 — never anyone's words, name or details. It saves nothing: no match requ…
Submit what the user is going through, to find someone living through something similar. Write the match request from the current conversation. Write 2–5 sentences in the third person, and 200–1500 ch…
Confirm one draft match request and add it to the matching pool. The other requests of the user do not change. It stays active until the user withdraws it. Call this ONLY after the user approves the e…
Where the user stands. It returns every current match request, the number of other people in the pool, and any match. Use it to answer what the user submitted, and who they matched with. A match can a…
Get the full details of one match. You can also record that the user accepts it, declines it or blocks it. When both people accept, overlap opens a private conversation in the app. It also sends each …
Withdraw one match request, either a draft or an open one. Always pass its request_id. If it is unclear which one the user means, call check_matches first. The other requests of the user stay active. …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"overlap": {
"url": "https://overlap-ai.com/api/mcp",
"transport": "streamable-http"
}
}
}