How to Use the Lob MCP in Cursor
Build automated physical mail workflows inside Cursor by calling the Lob API directly from your codebase.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Lob MCP to Cursor
Create your Vinkius account to connect Lob to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code using live address data
The `verify_us_address` tool validates real-world delivery details so your agent can call MCP tools and test address-handling code with actual API responses. Instead of guessing how the API structures its JSON payloads, you get live, standardized address formats injected straight into your editor. When you need to build autocomplete fields, the `autocomplete_us_address` tool provides real-time suggestions that you can use to debug your frontend forms. This ensures your code works with the exact structure returned by the physical mail API.
Programmatic check and payment dispatch
The `create_check` tool lets your agent write and execute payment scripts that physically mail checks to vendors. You can write your billing logic in Cursor, run it in Agent mode, and watch the server dispatch real payments using your registered bank details. To manage these accounts, the `list_bank_accounts` tool pulls your active funding sources directly into your editor context. You can map these IDs to your local configuration files without switching back and forth to a web dashboard.
Manage mail templates inside Cursor
The `create_template` tool uploads your local HTML files directly to the API as reusable mail templates. You can edit your HTML and CSS inside the editor, and have your agent sync the changes to your account instantly. If you need to verify how your templates look, you can use `get_template` to pull the current layout details. This MCP Server integration removes the friction of manual template uploads during development.
Set up Lob MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Lob MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Lob transactions." If the MCP tools are loaded correctly, Cursor will call the Lob tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"lob-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Lob. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Lob MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Lob MCP today
We host it, we monitor it, we maintain it. You just paste one token.