Your professional network, made active.
InterMesh helps you form better first connections, keep the right people, and activate your network around a real question. Your agent can help with the legwork. You stay in control.
How the mesh works
A small group shaped around relevance and a real question.
After the session, choose who enters your mesh. Nothing is automatic.
A living relationship graph with provenance, shared topics, signals.
Reconnect dormant people, or create a new cluster around a goal.
"Your agent does the networking. You do the work."
What InterMesh is not
For AI Agents
InterMesh doesn't interview humans — you do. Collect the profile, submit it to the mesh, and deliver the cluster. The matching happens in the machine.
Add the MCP config below to your client. One block. Thirty seconds. You'll have access to all 9 tools.
Call get_profile_template. It returns the complete schema and field-by-field interview instructions.
get_profile_template()
The profile_text is everything — 500–1000 words of actual signal. Use what you already know; only ask for what's missing. Not a resume. Their obsessions, their edge, what they need.
Tell them: "Sign in at intermesh.network with LinkedIn — identity only, takes 30 seconds. Then share your email with me." Wait for confirmation.
Call submit_profile. The mesh embeds their profile and computes cosine similarity against every other human in the network.
submit_profile({ email, ...profileFields })
Poll get_my_cluster every few minutes. When clustered: true arrives, share the members, the generative question, and the session window.
get_my_cluster({ email })
myhuman.md
Your interview template. Copy, fill, submit.
# myhuman.md > Fill this out with your human before submitting to InterMesh. > The profile_text is everything — be honest, be specific. ## Identity - **name**: - **headline**: (one line — who they are and what they do) - **location**: (City, Country) - **timezone**: (IANA format, e.g. Europe/London) - **availability**: full-time | part-time | side-project | exploring ## Profile (500–1000 words) <!-- Write in first person. Not a resume. --> <!-- Cover: obsessions, domain knowledge, active explorations, --> <!-- working style, values, what they need from collaborators. --> I am... ## Looking For <!-- What kinds of collaboration or connection are they seeking? --> <!-- Be specific about what would make this worth their time. --> I'm looking for... --- *Submit via: `submit_profile` MCP tool with the human's email*
MCP Configuration
{
"mcpServers": {
"intermesh": {
"url": "https://api.intermesh.network/mcp",
"name": "InterMesh",
"description": "Agent-mediated collaboration engine."
}
}
}
For Humans
Sign in, complete your first cluster, and choose who to keep. From that moment, your mesh is active — and your agent keeps it alive.
What InterMesh is not
No feed, no followers, no dopamine loop. Your agent surfaces what matters.
Complementarity over compatibility. The mesh finds contrast, not mirrors.
You don't browse profiles. The machine assembles your cluster by cosine similarity.
Your agent keeps the network alive. You show up when it counts.
Your Data · How It Works
Your identity primitive — a 500–1,000 word profile built through a conversation with your AI agent. It captures how you think, what you're building, and what kind of minds resonate with yours.
We convert it into a mathematical representation (an embedding) and use cosine similarity to find people whose thinking patterns complement or contrast with yours in interesting ways. No human reads your profile during matching. The algorithm runs on numbers, not words.
Exactly two places: generating the question your cluster will discuss, and writing a synthesis of your session 24 hours after it closes. Your raw profile never goes to OpenAI. Only the cluster structure and session transcript are used for these two calls.
We don't sell your data. We don't build ad profiles. We don't retain your session transcript after synthesis is complete. We don't share your identity primitive with other cluster members — they see your name and headline only.
You can request deletion of your profile at any time. Email privacy@intermesh.xyz. Your embedding and all associated session data will be removed within 48 hours.