Postgrid

Postgrid

PostGrid provides APIs for automating direct mail and address verification services, enabling businesses to send letters, postcards, and checks, as well as verify and standardize addresses in real-time.

2VIEWS
2385USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app postgridnpx @composio/cli add cursor --app postgridnpx @composio/cli add cursor --app postgridnpx @composio/cli add cursor --app postgrid

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Bank Account

Tool to create a new bank account for print & mail service.

Create Contact

Tool to create a new contact in postgrid. use after collecting contact's name, address, and optional metadata.

Create Letter

Tool to create and send a letter via postgrid. use when recipient, sender, and content details are ready.

Create Template

Tool to create a new mail template in postgrid. use when you need to define reusable html content with dynamic placeholders. use after confirming required template details.

Create Webhook

Tool to create a new webhook to receive order event notifications. use after configuring your endpoint to handle webhook payloads.

Delete Bank Account

Tool to delete a bank account by its id. use when you need to remove a bank account after confirming its identifier.

Delete Contact

Tool to delete a contact by its id. use when you need to remove obsolete contacts after confirming their identifier.

Delete Template

Tool to delete a template by its id. use when you need to remove an existing template after confirming its identifier.

Delete Webhook

Tool to delete a webhook subscription. use when you need to remove an existing webhook by its id.

Get Bank Account

Tool to retrieve a bank account. use after obtaining the bank account id to fetch its details.

Get Contact

Tool to retrieve a contact. use after obtaining the contact id to fetch its details.

Get Letter

Tool to retrieve a letter. use after you have the letter id to fetch its details.

Get Template

Tool to retrieve a template. use when you have the template id and need its details.

Get Webhook

Tool to retrieve details of a specific webhook by its id. use after creating a webhook to fetch its configuration and status.

List Bank Accounts

Tool to list bank accounts. use when retrieving bank accounts with optional status filter and pagination.

List Cheques

Tool to list cheques with optional filters and pagination. use when you need to retrieve batches of cheque records for processing or reporting.

List Contacts

Tool to list contacts. use when you need to retrieve a paginated list of contacts with optional filters like date range, metadata, name, or email.

List Letters

Tool to list letters. use when retrieving letters with optional filters and pagination.

List Postcards

Tool to retrieve a list of postcards with optional filtering and pagination. use when you need to browse or filter postcards list.

List Self-mailers

Tool to list self-mailers. use when you need to fetch self-mailers with filters and pagination.

20 actions available