{"name":"MailAgents","description":"Agent-accessible email inbox, sending, search, task triage, and E2EE workflows.","version":"1.0.0","url":"https://mailagents.net/mcp","protocolVersion":"0.3.0","preferredTransport":"JSONRPC","supportedInterfaces":[{"url":"https://mailagents.net/mcp","transport":"JSONRPC","protocol":"mcp","description":"Streamable HTTP JSON-RPC endpoint for MailAgents MCP tools."}],"capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false},"defaultInputModes":["application/json","text/plain"],"defaultOutputModes":["application/json","text/plain"],"documentationUrl":"https://mailagents.net/agent-guide","provider":{"organization":"MailAgents","url":"https://mailagents.net"},"securitySchemes":{"mailboxToken":{"type":"apiKey","in":"header","name":"X-Agent-Token","description":"Mailbox token with read and/or send scope."},"oauth2":{"type":"oauth2","authorizationUrl":"https://mailagents.net/oauth/authorize","tokenUrl":"https://mailagents.net/oauth/token","scopes":{"read":"Read mailbox messages and tasks.","send":"Send and reply to email."}}},"security":[{"mailboxToken":[]},{"oauth2":["read","send"]}],"skills":[{"id":"send-email","name":"Send email","description":"Send or reply to email from an authorized MailAgents mailbox with idempotent delivery verification.","tags":["email","send","mcp"],"examples":["Send a status update email and verify it appears in sent mail."],"inputModes":["application/json","text/plain"],"outputModes":["application/json"]},{"id":"read-email","name":"Read email","description":"List, search, and read mailbox messages and task state, including Agent E2EE next-action metadata.","tags":["email","search","inbox","mcp"],"examples":["Search recent unread support messages and summarize the matching thread."],"inputModes":["application/json","text/plain"],"outputModes":["application/json","text/plain"]}]}