4,500+ servers built on MCP Fusion
Vinkius
AMcards logo
Vinkius
CrewAI logo

How to Use the AMcards MCP in CrewAI

Run autonomous agent crews that research leads and send physical greeting cards using CrewAI and this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

AMcards MCP on Cursor AI Code Editor MCP Client AMcards MCP on Claude Desktop App MCP Integration AMcards MCP on OpenAI Agents SDK MCP Compatible AMcards MCP on Visual Studio Code MCP Extension Client AMcards MCP on GitHub Copilot AI Agent MCP Integration AMcards MCP on Google Gemini AI MCP Integration AMcards MCP on Lovable AI Development MCP Client AMcards MCP on Mistral AI Agents MCP Compatible AMcards MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect AMcards MCP to CrewAI

Create your Vinkius account to connect AMcards to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Delegate physical card tasks within a CrewAI team

This MCP Server acts as the physical execution arm for your multi-agent crew, allowing specialized agents to use `send_greeting_card`. One agent writes the personalized message while another selects the template. By separating research from execution, your CrewAI setup avoids sending generic cards. The writer agent drafts custom copy based on CRM data, then hands the task to the mailing agent.

Coordinate drip campaigns across agent roles

Manage ongoing physical touchpoints using `trigger_drip_campaign` and monitor active sequences with `list_drip_campaigns`. Your coordinator agent checks history while your action agent starts new print cycles. CrewAI shares context across agents, meaning the mailing agent knows if a lead already received a card by checking `get_card_sending_history` before starting a new campaign.

Verify connection status autonomously

Maintain system reliability during autonomous runs using `check_api_health` and monitor webhooks with `list_configured_webhooks`. A supervisor agent runs these checks before initiating large-scale mailing tasks. If the API is unreachable, the crew pauses operations and logs the warning. This keeps your autonomous workflows from failing blindly in background terminal runs.

Setup guide

Set up AMcards MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke AMcards tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="AMcards Analyst",
    goal="Access and analyze AMcards data via MCP.",
    backstory="Expert analyst with direct AMcards access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent AMcards transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

Pass your Vinkius URL directly into the agent's configuration. CrewAI handles the transport layer automatically behind the scenes.
Yes. The agent calls `list_card_templates` to view available designs, matches the template to the lead's profile, and triggers the print job.
Use `MCPServerHTTP` with a filter to expose only safe tools like `list_card_templates`, keeping the actual mailing tools restricted to specific supervisor agents.
Yes. CrewAI supports Streamable HTTP and SSE transports, allowing your agents to run inside serverless containers or local terminals.
Yes. Recipient names, street addresses, and message histories are processed in an ephemeral zero-trust V8 sandbox. No contact records or API keys are stored on Vinkius servers.

Start using the AMcards MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 7 tools

We've already built the connector for AMcards. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 7 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.