INDIVIDUAL MCP TOOL
postalform.create_form_order_draft
Use this when you have structured form data for a supported workflow and a human should pay in hosted checkout.
LIVE ENDPOINT
https://postalform.com/mcp
Connect to this endpoint to inspect the live schema for postalform.create_form_order_draft and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT 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.
Related tools
postalform.list_forms— Use this when you need the published single-mailpiece PostalForm workflow catalog available to agents.postalform.get_form_schema— Use this when you need a machine-usable schema for one supported single-mailpiece PostalForm workflow (fields, groups, attachments, and dependencies).postalform.search_addresses— Use this to search for a mailing address and return Loqate suggestions with IDs.postalform.create_pdf_upload— Use this when the host cannot provide a PDF file param directly.postalform.create_order_draft— Use this when you need to mail an existing PDF and a human should pay in hosted checkout.postalform.preview_letter_order_draft— Use this to prepare a non-writing preview for a mailed letter before creating checkout.postalform.create_letter_order_draft— Use this when you have letter text instead of a PDF and a human should pay in hosted checkout.postalform.create_machine_order— Official ChatGPT or Claude web chat UIs should usually use the hosted-checkout draft tools.