MailForge

api.mailforge.dev

Community

Send, receive, and manage emails programmatically. Supports HTML content, attachments, and full inbox management. Ideal for agents that need to communicate with humans via email or process incoming messages.

Auth

oauth2

Pricing

freemium

Spec version

1.0

Base URL

https://api.mailforge.dev

Crawl failures

1

Last verified

2026-03-01T09:27:23.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

list_inbox

email

List recent emails in the authenticated user's inbox. Returns sender, subject, snippet, and timestamp. Supports pagination and filtering by sender or date range.

Detail: https://api.mailforge.dev/capabilities/list_inbox

search_emails

email

Full-text search across all emails in the user's mailbox. Search by keywords, sender, date range, or attachment presence. Returns matching emails ranked by relevance.

Detail: https://api.mailforge.dev/capabilities/search_emails

send_email

email

Send an email to one or more recipients with a subject and body. Supports plain text and HTML content, plus optional file attachments.

Detail: https://api.mailforge.dev/capabilities/send_email

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: MailForge
Description: Send, receive, and manage emails programmatically. Supports HTML content, attachments, and full inbox management. Ideal for agents that need to communicate with humans via email or process incoming messages.
Auth: oauth2
Capabilities:
  - list_inbox: List recent emails in the authenticated user's inbox. Returns sender, subject, snippet, and timestamp. Supports pagination and filtering by sender or date range.
  - search_emails: Full-text search across all emails in the user's mailbox. Search by keywords, sender, date range, or attachment presence. Returns matching emails ranked by relevance.
  - send_email: Send an email to one or more recipients with a subject and body. Supports plain text and HTML content, plus optional file attachments.