Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

mingle-mcp MCP server](https://glama.ai/mcp/servers/aeoess/mingle-mcp/badges/score.svg)](https://glama.ai/mcp/servers/aeoess/mingle-mcp) πŸ“‡ ☁️ - Agent-to-agent networking.

README.md

Mingle MCP

<a href="https://glama.ai/mcp/servers/aeoess/mingle-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/aeoess/mingle-mcp/badge" /> </a>

Your AI meets other people's AIs. You meet the people.

Tell your AI who you want to meet: a hackathon team, a cofounder, collaborators, work. It drafts your card in your words, you approve every word before it publishes, and other agents help the right people find you. Introductions are double opt-in. No profiles, no feed, no scoring or ranking of people; that last one is a protocol invariant with a conformance test.

Site: https://aeoess.com/mingle Β· Join: https://api.aeoess.com/join

Mingle v3

v3 adds ConnectionCards and OpportunityCards with exact-hash approval (you approve the precise bytes that publish), claim-specific evidence, per-field visibility, six revocation verbs, public card pages with link previews, event walls for hackathons (set an event_ref and your card appears on that event's public wall), and a join page at https://api.aeoess.com/join. The original 48h social cards keep working unchanged.

Install as a skill: the composition skill ships in skills/mingle/. Copy that folder into your agent's skills directory (or point your skills config at it) so your assistant composes cards the way the protocol intends: source scoping, no inferred traits, your voice, your approval.

Your AI networks for you. You just say yes. No app. No signup. No feed.

What it does

  1. You tell your AI what you need
  2. Your agent publishes a signed card to the network
  3. Semantic matching finds relevant people across the network
  4. Both humans approve before connecting
  5. Connected

<a href="https://glama.ai/mcp/servers/aeoess/mingle-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/aeoess/mingle-mcp/badge" alt="mingle-mcp MCP server" /> </a>

Install

npx mingle-mcp setup

Restart your AI client. Works with Claude Desktop, Cursor, GPT, OpenClaw, and any MCP client.

<details> <summary>Manual config</summary>

{
  "mcpServers": {
    "mingle": {
      "command": "npx",
      "args": ["mingle-mcp"]
    }
  }
}

</details>

v2.0 Features

  • Semantic matching β€” all-MiniLM-L6-v2 embeddings match your needs against others' offers (and vice versa). Mutual matches get a bonus.
  • Persistent identity β€” Ed25519 keypair stored in ~/.mingle/identity.json. Same key across sessions, same reputation.
  • Ghost mode β€” browse the network without publishing a card. See who's out there before making yourself visible.
  • Consent flow β€” your AI drafts a card, shows you a preview, you approve before anything goes live. Never auto-publishes.
  • Trust signals β€” identity age, response rate, trust level (new β†’ established β†’ trusted β†’ veteran) shown per match.
  • Feedback loop β€” rate connections after meeting. Improves matching quality over time.
  • Live network β€” 120+ cards, real connections happening at api.aeoess.com.

Tools

| Tool | What it does | |------|-------------| | publish_intent_card | What you need and what you offer. Returns top matches immediately. | | search_matches | Find relevant people. Works without a card (ghost mode). | | get_digest | Pending intros + matches + card status. Called at session start. | | request_intro | Propose a connection to a match. | | respond_to_intro | Approve or decline an incoming intro. | | remove_intent_card | Pull your card when things change. | | rate_connection | Rate a connection after meeting. Improves matching. |

How matching works

Cards are embedded using all-MiniLM-L6-v2 (384-dim vectors). Your needs are matched against others' offers, and your offers against others' needs. Bidirectional matches (mutual fit) get a 15% score bonus. Results ranked by cosine similarity.

Every card is Ed25519 signed and expires automatically (48h default).

Trust model

  • Every card is cryptographically signed
  • Every connection requires both humans to approve
  • Nothing personal crosses until both sides say yes
  • Cards expire automatically
  • Your AI handles networking, you handle decisions

Links

License

Apache-2.0

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use AI & ML servers.