Card snapshot
mcp.sendmux.ai
·
2026-08-18 18:27:00 UTC
·
60e63b265e2598f228151bb297ac2b4fbc3746016a5ef3a5c817348bfd63a8dc
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Sendmux A2A",
"description": "Deterministic agent access to Sendmux mailbox, management, and sending operations.",
"supportedInterfaces": [
{
"url": "https://a2a.sendmux.ai/a2a/v1",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"version": "1.6.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"securitySchemes": {
"oauth2": {
"oauth2SecurityScheme": {
"description": "OAuth 2.0 authorization-code flow with PKCE.",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://app.sendmux.ai/mcp/oauth/authorize",
"tokenUrl": "https://app.sendmux.ai/mcp/oauth/token",
"refreshUrl": "https://app.sendmux.ai/mcp/oauth/token",
"scopes": {
"webhook.read": "Sendmux permission: webhook.read",
"domain.create": "Sendmux permission: domain.create",
"email.send": "Sendmux permission: email.send",
"domain.verify": "Sendmux permission: domain.verify",
"webhook.manage": "Sendmux permission: webhook.manage",
"webhook.create": "Sendmux permission: webhook.create",
"mailbox.admin.create": "Sendmux permission: mailbox.admin.create",
"analytics.read": "Sendmux permission: analytics.read",
"billing.read": "Sendmux permission: billing.read",
"logs.read": "Sendmux permission: logs.read",
"mailbox.settings.update": "Sendmux permission: mailbox.settings.update",
"mailbox.admin.read": "Sendmux permission: mailbox.admin.read",
"domain.read": "Sendmux permission: domain.read",
"mailbox.admin.manage": "Sendmux permission: mailbox.admin.manage",
"mailbox.read": "Sendmux permission: mailbox.read"
},
"pkceRequired": true
}
},
"oauth2MetadataUrl": "https://app.sendmux.ai/.well-known/oauth-authorization-server"
}
}
},
"securityRequirements": [
{
"schemes": {
"oauth2": {}
}
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "mailbox",
"name": "Mailbox",
"description": "Read, search, organise, and send mail through granted Sendmux mailboxes.",
"tags": [
"email",
"mailbox"
]
},
{
"id": "management",
"name": "Management",
"description": "Manage Sendmux domains, mailboxes, logs, metrics, billing, and webhooks.",
"tags": [
"email",
"management"
]
},
{
"id": "sending",
"name": "Sending",
"description": "Send email and manage outbound attachments through Sendmux sending routes.",
"tags": [
"email",
"sending"
]
}
]
}