Lob Connector for AI agents.
9 live capabilities
Send physical mail, checks, and postcards through automated print and mail APIs.
Waiting for input…
Why people use Lob
Lob for Automated Physical Mail and Direct Mail Marketing
With this Connector, your AI agent handles the entire process. You just tell it who needs a letter or check, and it handles the verification, printing, and mailing. You get a tracking number back in your app, and the mail arrives at the destination without you ever having to touch a piece of paper.
What Vinkius changes
That your AI agent handles the entire journey from digital data to a physical mailbox.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Automated Vendor Payments
An accounting agent uses create_check to send a physical check to a vendor as soon as an invoice is approved.
- Real-world use case 02
Personalized Welcome Kits
A success agent uses create_letter with a custom template to mail a physical welcome letter to new high-tier customers.
- Real-world use case 03
Bulk Marketing Campaigns
A marketing agent uses create_postcard and create_template to send 500 personalized postcards to a specific zip code.
Complete set · 9capabilities
The complete Lob capability set.
These are the exact actions your AI can choose when you ask it to work with Lob.
01—03
3 capabilities in this set.
Part of 9 available through Lob.
- 01 Capability
Autocomplete address
Suggest address completions
- 02 Capability
Create check
Generate and mail a physical check to a recipient. You can include a memo or a custom logo on the check.
- 03 Capability
Create letter
Send a physical letter using an HTML template with merge variables. This lets you personalize the content for every recipient.
04—06
3 capabilities in this set.
Part of 9 available through Lob.
- 04 Capability
Create postcard
Mail a physical postcard with a custom front and back design. You can use merge variables to include specific messages.
- 05 Capability
Get mail tracking
Track a mail piece
- 06 Capability
List postcards
See a list of all physical postcards you've sent. You can limit the number of results returned in one go.
07—09
3 capabilities in this set.
Part of 9 available through Lob.
- 07 Capability
Verify intl address
Verify an international address
- 08 Capability
Verify us address
Check if a US address is valid and get the standardized version. It adds missing ZIP+4 codes and fixes formatting errors.
- 09 Capability
List letters
View all sent letters along with their status and tracking numbers. It's the best way to audit your mail history.
Set up in minutes
One URL. Then ask Lob to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Lob from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QGpJ6KHhrS8a6OlK7vmqkJoZPOKxvw7lIUko4Mcm/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Lob, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Lob for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QGpJ6KHhrS8a6OlK7vmqkJoZPOKxvw7lIUko4Mcm/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Lob URL.
- Step 03
Save and start
Save the connection and enable Lob in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"lob": {
"url": "https://edge.vinkius.com/vk_preview_QGpJ6KHhrS8a6OlK7vmqkJoZPOKxvw7lIUko4Mcm/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Lob
Open Agent mode in chat and ask: "Using Lob, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"lob": {
"url": "https://edge.vinkius.com/vk_preview_QGpJ6KHhrS8a6OlK7vmqkJoZPOKxvw7lIUko4Mcm/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Lob
Ask Copilot: "Using Lob, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"lob": {
"url": "https://edge.vinkius.com/vk_preview_QGpJ6KHhrS8a6OlK7vmqkJoZPOKxvw7lIUko4Mcm/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Lob
Open Cascade and ask: "Using Lob, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"lob": {
"url": "https://edge.vinkius.com/vk_preview_QGpJ6KHhrS8a6OlK7vmqkJoZPOKxvw7lIUko4Mcm/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Lob
Ask Cline: "Using Lob, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add lob --transport http "https://edge.vinkius.com/vk_preview_QGpJ6KHhrS8a6OlK7vmqkJoZPOKxvw7lIUko4Mcm/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Lob
Ask Claude: "Using Lob, show me...". 9 tools are ready
Where the request belongs
Work Lob can move forward.
This is for operations managers, marketing leads, and finance teams who need to send physical mail at scale without the manual headache of printing, stuffing, and sorting.
Marketing Manager
Sends out personalized postcards and letters for local campaigns.
Finance Officer
Automates the mailing of physical checks for vendor payments.
Customer Success Lead
Sends physical welcome kits or letters to new high-value clients.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLob
Send physical mail programmatically with an API for postcards, letters, and checks that integrates into your digital workflows.
Click2Mail
Manage physical mail and printing via Click2Mail. track jobs, monitor credit balance, and submit mailings directly from any AI agent.
Cardly
Send physical greeting cards via Cardly. automate personalized card sends, track orders, and manage contacts directly from any AI agent.
Handwrytten
Automate handwritten notes via Handwrytten. manage cards, fonts, and send physical mail directly from any AI agent.
Stannp
Automate direct mail and physical letters via Stannp. manage letters, postcards, and campaigns directly from any AI agent.
UK Postbox
Manage your virtual mailbox via UK Postbox u2014 scan letters, forward mail, send correspondence, and track parcels from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Lob connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Lob.
The practical details behind the request, access and result.
Can the Lob MCP send physical letters?
Yes, it lets your agent print and mail physical letters directly to any US or international address.
How does the Lob MCP handle address verification?
It checks your addresses against postal databases to ensure they are deliverable and provides the standardized format.
Can I use the Lob MCP to send checks?
Yes, you can automate physical check payments by providing the bank account details and the amount to your agent.
Does the Lob MCP support personalized mail?
It supports HTML templates with merge variables, which lets your agent customize each letter or postcard for the recipient.
How fast is the mailing with Lob MCP?
Most mail is printed, processed, and delivered within 24 hours via USPS integration.
Can I track my mailings?
Yes, your agent can list all sent letters and postcards to give you tracking numbers and expected delivery dates.
What types of physical mail can I send with Lob?
Lob supports three main mail types: Letters (formal correspondence, invoices, notifications with customizable color, double-sided printing), Postcards (marketing campaigns, invitations, reminders in 4x6, 6x9, or 6x11 sizes), and Checks (vendor payments, payroll, refunds, rebates with customizable memo lines and company logos). All mail is printed and mailed within 24 hours via USPS.
How does Lob address verification work?
Lob's address verification validates and standardizes addresses using USPS data. It corrects formatting, adds missing ZIP+4 codes, fixes typos, and confirms deliverability. The service returns a deliverability status: 'deliverable' (valid and deliverable), 'undeliverable' (cannot be delivered), or 'deliverable_unnecessary' (valid but additional info not needed). This reduces returned mail by up to 5% and ensures your mailings reach the correct destination.
Can I use HTML templates for personalized mailings?
Yes! Lob supports HTML templates with merge variables using the Handlebars templating engine. Create a template with placeholders like {{name}}, {{order_number}}, {{delivery_date}}, then pass actual values when creating letters or postcards. This enables personalized, scalable direct mail campaigns. Templates are reusable and can be referenced by ID when creating mailings. You can also embed CSS styling for professional-looking mail designs.
How long does it take for mail to be delivered?
Lob prints and mails all items within 24 hours of creation. Delivery time depends on the mail type selected: USPS First Class Mail typically delivers in 2-5 business days, while USPS Standard Mail takes 3-7 business days. You receive a tracking number for each piece of mail to monitor delivery status. Lob also provides expected delivery dates in API responses for planning purposes.
Can I send letters and postcards through the AI agent?
Yes. Create and send letters with PDF/HTML content and postcards with custom designs. Track delivery through the postal system.
Does Lob use Basic Auth?
Yes. Lob uses HTTP Basic Auth with the API Key as username (no password) against api.lob.com/v1.
Can I verify US addresses?
Yes. Verify and standardize US addresses with CASS certification. Returns deliverability status, corrected addresses, and coordinates.
One connection away
Give your agent a direct line to Lob.
Connect Lob once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available