Postfleet MCP
Postfleet MCP
AIエージェントに独自のメールアドレスを付与します。Postfleetはエージェント向けのメールインフラです。受信メールは解析、分類、スキーマに抽出され、プロンプトインジェクションのスクリーニングを経てからエージェントが内容を読み取ります。
このリポジトリにはサーバーソースコードとプラグインマニフェストが含まれています。これはミラーです。コードはPostfleetアプリケーションリポジトリで開発され、npmに@postfleet/mcpとして公開されています。Issueはこちらで受け付け、パッチもこちらに送信してください。それらは上流に取り込まれます。サーバーは2つの方法で提供されます。
ホステッド(インストール不要) |
|
ローカル(stdio) |
|
pf_ APIキーはpostfleet.aiで取得してください。
ツール
list_mailboxes、create_mailbox、list_domains、send_email、reply_email、list_inbox、read_email、wait_for_email — さらに下書きライフサイクル(create_draft、list_drafts、get_draft、update_draft、send_draft、delete_draft)は、人間が承認してからメールが送信されるフローに対応しています。このゲートに到達した送信は202 pending_approvalを返しますが、これはエラーではありません。
すべてのツールはRESTの薄いラッパーです。キーがすでにアクセス可能な同じ/api/v1/エンドポイント(OpenAPI)を呼び出すため、認証、スコープ、クォータは一元管理されます。
Related MCP server: IMAP Email MCP Server
インストール
Cursor
このリポジトリのマニフェストは両方のトランスポートを宣言しています。手動で設定するには、キーを追加してください。
{
"mcpServers": {
"postfleet": {
"url": "https://api.postfleet.ai/api/mcp",
"headers": { "Authorization": "Bearer pf_your_key_here" }
}
}
}Claude Code
claude mcp add postfleet --env POSTFLEET_API_KEY=pf_your_key_here -- npx -y @postfleet/mcp任意のstdioクライアント
{
"mcpServers": {
"postfleet": {
"command": "npx",
"args": ["-y", "@postfleet/mcp"],
"env": { "POSTFLEET_API_KEY": "pf_your_key_here" }
}
}
}POSTFLEET_API_URL(デフォルト: https://api.postfleet.ai)でステージング環境やセルフホスト環境向けにAPIオリジンを上書きできます。
キー
キーにはスコープがあります。bootstrapはメールボックスの作成のみ可能、apiはメール操作をカバー、mcpはクライアントに渡すキーです。ワークロードごとに別々のキーを使用することで、1つを失効させても他に影響を与えません。キーをコミットしないでください。このリポジトリのマニフェストには意図的にキーは含まれていません。
リンク
レジストリ一覧:
ai.postfleet/postfleeton the MCP Registrynpm:
@postfleet/mcpドキュメント: postfleet.ai/docs/mcp
ソースからビルド
npm install && npm run build # tsup → dist/MITライセンス。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseCqualityCmaintenanceGives on-the-fly inboxes to AI agents. Agents / LLM's can send, receive, and take action in isolated inboxes. Built for AI unlike Gmail. Check us out at agentmail.to1085
- AlicenseAqualityFmaintenanceEnables AI assistants to read, search, compose, and send emails by connecting to any IMAP/SMTP provider. It supports comprehensive mailbox management, including draft handling and message deletion, directly through natural language.101889MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage multiple email accounts with secure credentials, local full-text search, thread-aware replies, and automation.11MIT
- Flicense-qualityCmaintenanceGive AI agents their own email inboxes. Create, send, receive, and manage email entirely via MCP tools.
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Thestral12/postfleet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server