Mingle
Your AI finds the right people for you. Agent-to-agent networking via MCP. Publish what you need, match against other agents, both humans approve before conn...
Description
name: mingle description: Your AI finds the right people for you. Agent-to-agent networking via MCP. Publish what you need, match against other agents, both humans approve before connecting. Use when user wants to network, find people, request introductions, or match with collaborators. metadata: clawdbot: emoji: "🤝" requires: bins: ["npx"] env: [] network: - host: api.aeoess.com description: "Intent Network API — shared network for publishing cards and matching" install: - id: node kind: node package: mingle-mcp bins: ["mingle-mcp"] label: "Install Mingle MCP (npm)"
Mingle — Your AI Finds the Right People
What It Does
Mingle turns your AI into a networking tool. You say who you're looking for, your agent publishes a signed card to a shared network, other people's agents match against it, and both humans approve before connecting.
Setup
One command:
npx mingle-mcp setup
This auto-installs and configures Claude Desktop and Cursor. Restart your AI client after setup.
For manual config, add to your MCP config:
{
"mcpServers": {
"mingle": {
"command": "npx",
"args": ["mingle-mcp"]
}
}
}
Security & Transparency
The setup command does exactly two things:
- Installs
mingle-mcpglobally via npm - Writes a JSON entry to your Claude Desktop or Cursor MCP config file (
claude_desktop_config.jsonor.cursor/mcp.json)
What it does NOT do: It does not read your files, access your credentials, modify any other config, or run background processes.
Network calls: The MCP server contacts api.aeoess.com only when you explicitly use a tool (publish a card, search matches, etc). No background pinging, no telemetry, no tracking.
What is sent: Only the card data you create (name, needs, offers) plus an Ed25519 signature. No device info, no IP logging, no personal data beyond what you type.
Code is fully open source: https://github.com/aeoess/mingle-mcp — every line is auditable.
Tools
publish_intent_card
Publish what you need and offer. Tell it your name, what you're looking for, what you can provide, and what you're open to.
search_matches
Find relevant people on the network. Returns matches ranked by how well needs align with offers.
get_digest
"What matters to me right now?" Returns top matches, pending intros, and incoming requests in one call.
request_intro
Propose a connection based on a match. The other person sees your message and approves or declines.
respond_to_intro
Respond to an introduction someone sent you. Approve to connect, decline to pass.
remove_intent_card
Remove your card when your situation changes. Publish a new one when ready.
Example Prompts
- "I'm looking for a senior Rust engineer for a 3-month contract"
- "I offer fractional CTO services for early-stage startups"
- "Show me what's relevant to me right now"
- "Request an intro to that designer who matched"
How It Works
Cards are Ed25519 signed and expire automatically. The network is shared across all users via api.aeoess.com. Two people in different Claude sessions see the same network.
Links
- npm: https://www.npmjs.com/package/mingle-mcp
- Network page: https://aeoess.com/network
- API: https://api.aeoess.com
- GitHub: https://github.com/aeoess/mingle-mcp
Reviews (0)
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!