{
  "resource": "https://rngomes.com.br",
  "authorization_servers": [
    "https://api.notion.com/v1/oauth/authorize"
  ],
  "scopes_supported": [
    "blog:write",
    "blog:read",
    "notion:read"
  ],
  "bearer": true,
  "resource_name": "RNGomes Engenharia APIs",
  "resource_documentation": "https://rngomes.com.br/functions/apiCatalog",
  "resource_signing_alg_values_supported": [
    "RS256"
  ],
  "protected_resources": [
    {
      "endpoint": "https://rngomes.com.br/functions/blogMcp",
      "auth": "Bearer token (pre-shared API key — BLOG_MCP_API_KEY)",
      "scopes": [
        "blog:write",
        "blog:read"
      ],
      "protocol": "JSON-RPC 2.0 (MCP)"
    },
    {
      "endpoint": "https://rngomes.com.br/functions/notionQuery",
      "auth": "app-user OAuth (Notion connector)",
      "scopes": [
        "notion:read"
      ]
    },
    {
      "endpoint": "https://rngomes.com.br/functions/createBlogPost",
      "auth": "app-user session",
      "scopes": [
        "blog:write"
      ]
    },
    {
      "endpoint": "https://rngomes.com.br/functions/notifyContact",
      "auth": "app-user session",
      "scopes": [
        "contact:write"
      ]
    }
  ]
}