Lob Connector for AI agents.
9 live capabilities
Send physical mail and postcards through your digital workspace.
Waiting for input…
Why people use Lob
Lob for Direct Mail and Postal Automation
With the Lob MCP, you just tell your AI agent what to do. You describe the recipient and the content, and the agent handles the verification, creation, and mailing. You get a confirmation and a tracking ID without ever leaving your chat window.
What Vinkius changes
You can move from a digital prompt to a physical mailbox in seconds.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Sending a welcome kit
A manager asks the agent to verify a new client's address and then send a welcome letter with a custom insert.
- Real-world use case 02
Bulk postcard campaign
A marketer tells the agent to send postcards to a list of 500 leads using a specific HTML design.
- Real-world use case 03
Automated vendor payments
A finance lead asks the agent to create and mail a $5,000 check to a specific vendor.
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
Get suggestions as you type an address to ensure it's correct. This helps you avoid delivery errors by providing real-time data.
- 02 Capability
Create check
Generate and send a physical check to a recipient. Use this to automate your payment process without manual printing.
- 03 Capability
Create letter
Send a physical letter with options for certified mail and custom inserts. This is perfect for formal notices or personalized mail.
04—06
3 capabilities in this set.
Part of 9 available through Lob.
- 04 Capability
Create postcard
Send a physical postcard using HTML or PDF designs for the front and back. It's a fast way to run direct mail marketing campaigns.
- 05 Capability
Get mail tracking
Check the current status of a specific mail piece in the postal system. Use this to see exactly where your mail is in transit.
- 06 Capability
List letters
See a list of all letters that have been sent. This gives you a clear history of your outgoing correspondence.
07—09
3 capabilities in this set.
Part of 9 available through Lob.
- 07 Capability
List postcards
View a history of postcards sent through the account. Keep track of your previous marketing efforts in one place.
- 08 Capability
Verify intl address
Confirm that an international address is valid and deliverable. This prevents your mail from being returned by international carriers.
- 09 Capability
Verify us address
Check if a US address is valid and get standardized formatting. Use this to clean your mailing lists and ensure accurate delivery.
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_l6GbZUPsQ7NqWUpWAnoUWSeNQZkvwtYKmPJFmEaP/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_l6GbZUPsQ7NqWUpWAnoUWSeNQZkvwtYKmPJFmEaP/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_l6GbZUPsQ7NqWUpWAnoUWSeNQZkvwtYKmPJFmEaP/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_l6GbZUPsQ7NqWUpWAnoUWSeNQZkvwtYKmPJFmEaP/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_l6GbZUPsQ7NqWUpWAnoUWSeNQZkvwtYKmPJFmEaP/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_l6GbZUPsQ7NqWUpWAnoUWSeNQZkvwtYKmPJFmEaP/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-alternative --transport http "https://edge.vinkius.com/vk_preview_l6GbZUPsQ7NqWUpWAnoUWSeNQZkvwtYKmPJFmEaP/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 marketing managers tired of manual mailing lists, finance teams who want to automate check printing, and ops leads who need to ensure mail actually reaches its destination.
Marketing Manager
Runs direct mail campaigns by asking the agent to send postcards to specific segments.
Finance Clerk
Automates the process of mailing physical checks to vendors using a simple prompt.
Operations Coordinator
Verifies large lists of addresses to prevent returned mail and tracks delivery status.
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 postcards?
Yes, it allows your AI agent to send postcards using HTML or PDF designs for both the front and back.
Does this work for international mail?
Yes, you can use it to verify and send mail to international addresses.
Can I use it to mail physical checks?
It can create and mail physical checks with specific payment details and memos.
How do I track my mail?
Your agent can check the real-time status of any mail piece sent through the Lob MCP.
Can it verify if an address is deliverable?
Yes, it checks US and international addresses to ensure they are valid before you send anything.
Is this for digital emails?
No, this Connector is specifically for physical mail like letters, postcards, and checks.
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