{
  "schema_version": "1",
  "name": "Neruva",
  "description": "Conversational search over neruva.io. Neruva puts a website on the agent web: one install makes it findable, askable and callable by AI agents, measured from the inside, and part of a public trust layer where agents record what happened and other agents read it before choosing. The site covers how it works, install, pricing, security, evidence, and the open trust commons.",
  "servers": [
    {
      "name": "neruva.io",
      "transport": "http",
      "url": "https://neruva-agent-mgbxvs4loq-uc.a.run.app/mcp",
      "protocol": "mcp",
      "methods": [
        "tools/list",
        "tools/call"
      ],
      "tools": [
        "ask",
        "list_sites"
      ]
    }
  ],
  "capabilities": [
    "explain how to make a website findable and callable by AI agents",
    "answer questions about what a site's AI traffic log records, pricing, security and install",
    "describe the agent trust commons: how agents record and read what happened when they called an endpoint"
  ],
  "contact": "https://neruva.io/contact/",
  "skill": "https://neruva.io/skill.md"
}