{
  "schema_version": "2025-06-18",
  "name": "AIOProductOS",
  "description": "Ask across your tools, not inside one: who asked for this, what they pay, did shipping it work.",
  "url": "https://platform.aioproductos.com/api/mcp",
  "transport": "streamable-http",
  "apps": {
    "count": 3,
    "extension": "io.modelcontextprotocol/ui",
    "uris": [
      "ui://aioproductos/board",
      "ui://aioproductos/memo",
      "ui://aioproductos/funnel"
    ]
  },
  "tools_count": 71,
  "_demo_note": "A client with no credentials is not blocked. Running the stdio package with PRODUCTOS_TOKEN unset starts a read-only session against a seeded showcase workspace, so an agent can evaluate this server before anyone signs up. Verified 2026-08-08 against the published 0.19.0 tarball and a live tools/list.",
  "demo": {
    "available": true,
    "requires_account": false,
    "run": "npx -y @aioproductoscom/mcp",
    "access": "read-only",
    "scope": "subset of tools, seeded showcase workspace"
  },
  "_authentication_note": "Values below are mirrored from the live platform metadata and were verified against it on 2026-08-07. The metadata documents are authoritative — a client should follow authorization_server_metadata rather than trust this copy. Before 2026-08-07 this block hard-coded only authorize/token with no registration_endpoint and no pointer to the metadata, so a client reading it could not do Dynamic Client Registration and had nowhere to look it up: our loudest claim (OAuth 2.1 + DCR, nothing to paste) was human-readable only.",
  "authentication": {
    "type": "oauth2.1",
    "issuer": "https://platform.aioproductos.com",
    "authorization_endpoint": "https://platform.aioproductos.com/oauth/authorize",
    "token_endpoint": "https://platform.aioproductos.com/api/oauth/token",
    "registration_endpoint": "https://platform.aioproductos.com/api/oauth/register",
    "dynamic_client_registration": true,
    "pkce_required": true,
    "code_challenge_methods_supported": ["S256"],
    "scopes": ["mcp"],
    "authorization_server_metadata": "https://platform.aioproductos.com/.well-known/oauth-authorization-server",
    "protected_resource_metadata": "https://platform.aioproductos.com/.well-known/oauth-protected-resource"
  },
  "homepage": "https://aioproductos.com",
  "documentation": "https://aioproductos.com/product/mcp",
  "logo": "https://aioproductos.com/icon.svg",
  "contact": "office@aioproductos.com",
  "data_residency": ["EU", "US"],
  "links": {
    "privacy": "https://aioproductos.com/privacy",
    "terms": "https://aioproductos.com/terms",
    "security": "https://aioproductos.com/.well-known/security.txt",
    "agents": "https://aioproductos.com/.well-known/agents.json"
  }
}
