How to Use the AMcards MCP in Cursor
Trigger physical mailings and track campaigns directly from your Cursor editor while writing your business logic.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AMcards MCP to Cursor
Create your Vinkius account to connect AMcards 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 card-sending code with live API context
With the `list_card_templates` tool, your agent pulls active designs directly into your editor so you can write integration code with real context. This MCP Server lets your agent test physical mail dispatches instantly. You can test physical mail dispatches instantly. The agent calls `send_greeting_card` using actual contact payloads, letting you debug your CRM workflows with live feedback.
Programmatically schedule drip sequences
Using the `list_drip_campaigns` tool, Cursor reads your marketing schedules to write accurate onboarding scripts. Your agent uses `trigger_drip_campaign` to hook these physical touchpoints into your database events. You get working, production-ready integration code without reading documentation files. It cuts down on trial-and-error when setting up offline customer retention flows.
Debug AMcards webhook listeners in Cursor
The `list_configured_webhooks` tool lets you inspect your active endpoints directly from the Cursor chat panel. Running this MCP Server lets you debug physical mail integrations like they were local databases. If you need to verify if an event fired, run `get_card_sending_history` to compare your database records against actual mail dispatches. It makes debugging physical mail integrations feel like debugging a local database.
Set up AMcards 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 AMcards 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 AMcards transactions." If the MCP tools are loaded correctly, Cursor will call the AMcards tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"amcards-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 AMcards. 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 AMcards MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AMcards MCP today
We host it, we monitor it, we maintain it. You just paste one token.