Inbox MCP API
Email receiving and processing for AI agents via Model Context Protocol
The Inbox MCP API provides AI assistants with email inbox access capabilities. Agents can list email messages, mark them as handled, download attachments, and delete processed messages using the MCP protocol over HTTP transport with JSON-RPC 2.0.
MCP Endpoint
https://mcp.ainoflow.io/mcp/v1/inboxTransport:
Configuration
Add MCP server in the UI dialog:
Add to your Claude Desktop configuration:
Add to your Cursor MCP configuration:
Available Tools
email isHandled fromAddress receivedAfter receivedBefore sortBy sortOrder page limit Example Usage:
Response:
attachmentId Example Usage:
Response:
messageId Example Usage:
Response:
messageId Example Usage:
Response:
Available Resources
MIME Type: application/json
Returns: [{"name": "Support Inbox", "email": "habcd1234-...@ainobox.com", "status": "active", "messageCount": 42}]
Use Cases for AI Assistants
Process invoices received by email
Parse incoming order emails
Gather documents from external senders
Discover and monitor inboxes
Max email size10 MB (10485760 bytes)Max attachments10 per emailDefault TTL30 daysDeduplicationSHA-256 hash of raw emailDownload URL expiry1 hour (default)List page sizeDefault 50, max 5000| REST API | MCP Tool |
|---|---|
GET /inbox/{id}/messages | inbox_messages |
GET /inbox/.../attachments/{id}/url | inbox_attachment_url |
POST /inbox/{id}/messages/{msgId}/handle | inbox_handle_message |
DELETE /inbox/{id}/messages/{msgId} | inbox_delete_message |
Ready to integrate Inbox MCP?
Sign up for free and start processing emails with your AI agents