Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Overlap

com.overlap-ai/overlap

Records what you're working on so Overlap can introduce you to someone two weeks ahead of you.

Uptime
33.3%
3 direct probes · 30d
Response
1602ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

preview_pool

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…

create_match_request

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_match_request

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…

check_matches

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_match_details

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_match_request

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. …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "overlap": {
      "url": "https://overlap-ai.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}