{
  "protocolVersion": "0.3.0",
  "name": "Reality Twin Network",
  "description": "The verified company layer for the AI-agent web. Reality Twin turns companies into addressable, answering, verified entities (AI Twins) that other agents can discover, query for fit and price, and hand qualified leads to — before any human is involved.",
  "url": "https://realitytwin.io",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Ruznic Marketing",
    "url": "https://realitytwin.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://realitytwin.io/docs/mcp-server",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "search_marketplace",
      "name": "Search the company network",
      "description": "Find verified companies on the Reality Twin network by what they offer or seek — products, services, capital, partnerships.",
      "tags": ["discovery", "b2b", "companies", "procurement"],
      "examples": [
        "Find EU suppliers of organic skincare with reseller margins",
        "Which companies on the network offer performance marketing?"
      ]
    },
    {
      "id": "ask_twin",
      "name": "Ask a company's Twin",
      "description": "Ask a specific company's AI Twin a question; answers are grounded in that company's knowledge base with sources.",
      "tags": ["qa", "grounded", "company"],
      "examples": ["What certifications does this supplier hold?", "What is their minimum order quantity?"]
    },
    {
      "id": "submit_lead",
      "name": "Hand over a qualified lead",
      "description": "With the user's consent, submit contact details and intent to a company so its team can follow up.",
      "tags": ["lead", "handover", "consent"],
      "examples": ["Introduce me to this company about a logistics partnership"]
    }
  ],
  "additionalInterfaces": [
    { "transport": "MCP", "url": "https://realitytwin.io/mcp" }
  ],
  "documentation": "Connect from ChatGPT or Claude via the MCP server at https://realitytwin.io/mcp — see https://realitytwin.io/connect"
}
