PostalForm
v0.1.0• PostalForm
PostalForm helps AI agents create reviewable physical-mail drafts and, when explicitly authorized, pay for print-and-mail orders through MCP, hosted checkout, MPP, or x402.
Skills
-
Connect an agent to PostalForm MCP
Return the remote MCP endpoint, skill file, developer docs, and safe approval guidance for agents that need PostalForm print-and-mail tools.
mcpagent setuppostal mailprint and maildeveloper tools -
Plan a reviewable physical-mail draft
Explain the PostalForm draft path for PDFs, letters, supported workflow forms, and bulk mailing campaigns so a human can review the preview, addresses, price, and checkout before payment.
pdf mailinglettersworkflow formshosted checkoutmail drafts -
Plan an authorized machine-paid mail order
Explain when to use PostalForm x402 or MPP payment flows, quote and validate endpoints, idempotency requirements, and owner-approval guardrails before creating paid physical mail.
x402mppmachine paymentsagentic commercemail fulfillment
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("591b3b6a-fbcb-457e-9ffc-68486699208f")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())