Skip to main content
Glama
Thestral12

Postfleet MCP

by Thestral12

Postfleet MCP

AIエージェントに独自のメールアドレスを付与します。Postfleetはエージェント向けのメールインフラです。受信メールは解析、分類、スキーマに抽出され、プロンプトインジェクションのスクリーニングを経てからエージェントが内容を読み取ります。

このリポジトリにはサーバーソースコードとプラグインマニフェストが含まれています。これはミラーです。コードはPostfleetアプリケーションリポジトリで開発され、npmに@postfleet/mcpとして公開されています。Issueはこちらで受け付け、パッチもこちらに送信してください。それらは上流に取り込まれます。サーバーは2つの方法で提供されます。

ホステッド(インストール不要)

https://api.postfleet.ai/api/mcp、ストリーミングHTTP、Authorization: Bearer pf_...

ローカル(stdio)

@postfleet/mcp via npx

pf_ APIキーはpostfleet.aiで取得してください。

ツール

list_mailboxescreate_mailboxlist_domainssend_emailreply_emaillist_inboxread_emailwait_for_email — さらに下書きライフサイクル(create_draftlist_draftsget_draftupdate_draftsend_draftdelete_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つを失効させても他に影響を与えません。キーをコミットしないでください。このリポジトリのマニフェストには意図的にキーは含まれていません。

リンク

ソースからビルド

npm install && npm run build   # tsup → dist/

MITライセンス。

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • -
    license
    C
    quality
    C
    maintenance
    Gives 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.to
    10
    85
  • A
    license
    A
    quality
    F
    maintenance
    Enables 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.
    10
    188
    9
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Give AI agents their own email inboxes. Create, send, receive, and manage email entirely via MCP tools.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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