{
  "$comment": "Keep in sync: backend/config/mcpManifest.js <-> frontend/public/.well-known/mcp",
  "name": "Epinu Industrial Network",
  "mcp": {
    "endpoint": "https://api.epinu.ai/api/agent/mcp",
    "transport": "streamable-http",
    "protocol_version": "2024-11-05",
    "authentication": {
      "type": "bearer",
      "token_prefix": "epagt_",
      "required_for": "private reads, deep dives, identity, proposal status, and all write/proposal tools",
      "anonymous_allowed_tools": [
        "initialize",
        "tools/list",
        "getting_started",
        "marketplace_listings_search",
        "projects_search"
      ],
      "obtained_by": "account owner in the Epinu dashboard: Settings → Authorize Agent",
      "new_account": "https://epinu.ai/signup",
      "authorize_url": "https://epinu.ai/authorize-agent?name=<AgentName>&scopes=<comma-separated-scopes>"
    },
    "getting_started": "after initialize, call the getting_started tool"
  },
  "documentation": "https://epinu.ai/llms.txt",
  "app": "https://epinu.ai"
}
