{"$id":"https://glama.ai/mcp/schemas/connector.json","$schema":"http://json-schema.org/draft-07/schema#","anyOf":[{"required":["claim"]},{"required":["maintainers"]}],"description":"Ownership metadata served from /.well-known/glama.json on the same origin as a remote MCP connector.","properties":{"claim":{"description":"Stable, account-bound ownership token copied from the Glama claim panel. Keep it published to retain verified ownership. It contains no personal information.","pattern":"^glama_claim_[A-Za-z0-9_-]{32}$","type":"string"},"maintainers":{"deprecated":true,"description":"Legacy email-based ownership declarations. New claims should use an opaque claim token.","items":{"properties":{"email":{"description":"Email address associated with a Glama account","format":"email","type":"string"}},"required":["email"],"type":"object"},"minItems":1,"type":"array","uniqueItems":true}},"title":"Glama MCP connector ownership metadata","type":"object"}