{
  "schema": "mogos.magi-product/v1",
  "schemaUrl": "https://mogos.ch/schemas/magi-product/v1.json",
  "name": "Event Magi",
  "slug": "eventmagi",
  "vertical": "AI event matchmaking",
  "description": "Event Magi tells every confirmed delegate the five people in the room they most need to meet, says why in one line a human believes, and closes the loop from interested to we met — so organizers can prove, meeting by meeting, what the room produced.",
  "url": "https://eventmagi.com",
  "status": "beta",
  "generatedAt": "2026-07-03",
  "revision": "landing-v2",
  "publisher": {
    "name": "MOGOS Collective",
    "url": "https://mogos.ch"
  },
  "interfaces": {
    "mcp": {
      "endpoint": "https://eventmagi.com/mcp",
      "status": "proposed"
    },
    "openapi": {
      "url": "https://eventmagi.com/openapi.json",
      "status": "proposed"
    },
    "cli": {
      "install": "npx @mogos/eventmagi@latest matches --event <eventId> --delegate <delegateId>",
      "status": "proposed"
    },
    "web": {
      "url": "https://eventmagi.com",
      "status": "live"
    }
  },
  "auth": "Bearer token per tenant; OAuth for delegate-scoped agent actions (proposed).",
  "pricing": {
    "model": "Per-event for organizers; metered per accepted introduction for programmatic use.",
    "tiers": [
      {
        "name": "Design partner",
        "price": "Free",
        "forWho": "A serious event ready to run the matching loop with the team and shape the roadmap."
      },
      {
        "name": "Event",
        "price": "Talk to us",
        "forWho": "Organizers running a conference, summit, or buyer-supplier programme."
      },
      {
        "name": "Programmatic",
        "price": "Metered",
        "forWho": "Platforms and agents integrating matchmaking via API/MCP at scale."
      }
    ]
  },
  "capabilities": [
    {
      "name": "find_matches",
      "endpoint": "POST /api/matches",
      "description": "Return the top-N complementarity matches for a delegate, each with a one-line reason and a tracked outcome id.",
      "status": "proposed"
    },
    {
      "name": "request_introduction",
      "endpoint": "POST /api/introductions",
      "description": "Open a consented, double-opt-in introduction between two delegates and track it to outcome.",
      "status": "proposed"
    },
    {
      "name": "get_receipt",
      "endpoint": "GET /api/receipts/:id",
      "description": "Read the replayable outcome record for any match, introduction, or outcome.",
      "status": "proposed"
    }
  ],
  "trust": "Mints rcp_ receipts for every match and introduction, so an integrating agent can verify the outcome instead of trusting it.",
  "llms": {
    "index": "https://eventmagi.com/llms.txt",
    "full": "https://eventmagi.com/llms-full.txt"
  },
  "generatedFromConfig": true
}