Postfleet MCP
Postfleet MCP
AI 에이전트에게 자체 이메일 주소를 부여하세요. Postfleet은 에이전트를 위한 이메일 인프라입니다 — 수신 이메일은 파싱되고, 분류되며, 사용자 스키마로 추출되고, 프롬프트 인젝션을 검사한 후에야 에이전트가 읽습니다.
이 레포지토리는 서버 소스와 플러그인 매니페스트를 포함하고 있습니다. 미러입니다 — 코드는 Postfleet 애플리케이션 레포지토리에서 개발되며 npm에 @postfleet/mcp로 게시됩니다; 여기서 이슈를 열고, 패치를 보내면 업스트림에 반영됩니다. 서버는 두 가지 방식으로 제공됩니다:
호스팅 (설치 불필요) |
|
로컬 (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는 클라이언트에 전달하는 키입니다. 워크로드마다 별도의 키를 사용하여 다른 키에 영향을 주지 않고 하나만 해지할 수 있습니다. 키를 절대 커밋하지 마세요; 이 레포지토리의 매니페스트에는 의도적으로 키가 포함되어 있지 않습니다.
링크
레지스트리 목록: MCP Registry의
ai.postfleet/postfleetnpm:
@postfleet/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