Productivity
postalform.com
Manages PostalForm workflows including form catalog retrieval, schema access, address search, PDF upload, and order draft creation for mailing physical documents.
ENDPOINT 1
https://postalform.com/mcp
MCP server metadata
- Name
- postalform
- Version
- 0.1.0
PostalForm prints and mails physical letters, documents, and forms via USPS. Typical flow: search_addresses to validate addresses, create_order_draft to get a checkout URL and price, then complete payment via the returned checkout link (human approval) or machine payment paths. Docs and guidance: https://postalform.com/agents (agent payment workflows), https://postalform.com/developers (API reference), https://postalform.com/openapi.json (OpenAPI spec). Developers and agents can provision PostalForm infrastructure and build on these APIs at https://projects.postalform.com (Stripe Projects CLI or regular login). Support: support@postalform.com.
Known tools 12
postalform.list_formsUse this when you need the published single-mailpiece PostalForm workflow catalog available to agents.
Inferred read-onlypostalform.get_form_schemaUse this when you need a machine-usable schema for one supported single-mailpiece PostalForm workflow (fields, groups, attachments, and dependencies).
Inferred read-onlypostalform.search_addressesUse this to search for a mailing address and return Loqate suggestions with IDs.
Inferred read-onlypostalform.create_pdf_uploadUse this when the host cannot provide a PDF file param directly.
Inferred read-onlypostalform.create_order_draftUse this when you need to mail an existing PDF and a human should pay in hosted checkout.
Potential side effectspostalform.preview_letter_order_draftUse this to prepare a non-writing preview for a mailed letter before creating checkout.
Inferred read-onlypostalform.create_letter_order_draftUse this when you have letter text instead of a PDF and a human should pay in hosted checkout.
Potential side effectspostalform.create_form_order_draftUse this when you have structured form data for a supported workflow and a human should pay in hosted checkout.
Potential side effectspostalform.create_machine_orderOfficial ChatGPT or Claude web chat UIs should usually use the hosted-checkout draft tools.
Inferred read-onlycomplete_checkoutUse this when ChatGPT Instant Checkout returns a payment token and you need to finalize payment for a prepared checkout session.
Potential side effectspostalform.get_order_statusRead payment, processing, stored mailing/carrier status, the latest 50 public tracking events, and electronic return receipt availability.
Potential side effectspostalform.pingUse this when you want a quick health check that the PostalForm MCP server is reachable.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.postalform]
url = "https://postalform.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"postalform": {
"type": "http",
"url": "https://postalform.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: postalform
Remote MCP URL: https://postalform.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"postalform": {
"url": "https://postalform.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"postalform": {
"type": "http",
"url": "https://postalform.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "postalform",
"transport": "streamable-http",
"url": "https://postalform.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://postalform.com/ucp/mcp
MCP server metadata
- Name
- postalform-ucp
- Version
- 0.1.0
Known tools 7
postalform.search_addressesUse this to search for a US mailing address and return Loqate suggestions with IDs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.postalform-ucp]
url = "https://postalform.com/ucp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"postalform-ucp": {
"type": "http",
"url": "https://postalform.com/ucp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: postalform-ucp
Remote MCP URL: https://postalform.com/ucp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"postalform-ucp": {
"url": "https://postalform.com/ucp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"postalform-ucp": {
"type": "http",
"url": "https://postalform.com/ucp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "postalform-ucp",
"transport": "streamable-http",
"url": "https://postalform.com/ucp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for postalform.com was fetched 2026-09-13T23:23:33.271Z.
postalform.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.