Integrate this server via the CLI, MCP SDK, or AI SDK. Smithery handles OAuth, token refresh, and session management for you.
1. Install Smithery CLI
npm install -g smithery
2. Create a namespace
smithery namespace create {your-namespace}
3. Use this server
# Add this server smithery mcp add ggaabe/postalform # List available tools smithery tool list {connection} # Call a tool smithery tool call {connection} {tool_name} '{"key": "value"}'
postalform.get_form_schema
postalform.search_addresses
postalform.list_forms
postalform.create_pdf_upload
postalform.get_order_status
postalform.ping
postalform.create_letter_order_draft
postalform.create_form_order_draft
postalform.create_order_draft