4,500+ servers built on MCP Fusion
Vinkius
Kit (ConvertKit) logo
Vinkius
LangChain logo

How to Use the Kit (ConvertKit) MCP in LangChain

Build multi-step subscriber workflows by wiring Kit (ConvertKit) into your LangChain agents.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Kit (ConvertKit) MCP to LangChain

Create your Vinkius account to connect Kit (ConvertKit) to LangChain 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

Wire the Kit MCP Server into ReAct agents

The Kit (ConvertKit) MCP Server gives your LangChain agent direct access to email marketing endpoints. You pass the tools into your agent executor, and it decides when to fire off `list_subscribers` or grab macro metrics via `get_account_growth_summary`. You get full observability through LangSmith. Every API request the agent makes shows up in your trace logs. If a chain fails because it hallucinated a tag ID, you see exactly what it sent to `apply_tag_to_subscriber` and fix the prompt immediately.

Chain opt-ins and segmentation

This server exposes `add_subscriber_to_form` and `apply_tag_to_subscriber` so your pipeline handles acquisition and tagging in one pass. An agent reads an incoming lead from a database, drops them into a specific form, and immediately tags them based on their industry. You don't have to write custom integration code. The agent pulls available tags using `list_all_tags` and matches them against the user profile. If a tag is missing, the chain stops and alerts you.

Run automated subscriber audits

Your agent uses `get_subscriber_details` and `update_subscriber` to clean up stale lists automatically. You can build a chron job in LangGraph that checks subscriber engagement scores and updates their custom fields. When you need a broader view, the agent calls `list_email_sequences` to map out where users currently sit in your funnels. It feeds that raw data into your LLM to summarize campaign health.

Setup guide

Set up Kit (ConvertKit) MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes Kit (ConvertKit) tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "kit-convertkit-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent Kit (ConvertKit) transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Kit. 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 Kit (ConvertKit) MCP in LangChain

Install `langchain-mcp-adapters`. Use `MultiServerMCPClient` to connect to the endpoint, call `client.get_tools()`, and pass them directly to your ReAct agent setup.
Yes. If the agent calls `search_subscriber_by_id` with an email instead of a numeric ID, the API returns an error. The ReAct loop catches that error, corrects the input, and tries again.
It works out of the box. You map the tools to specific nodes in your graph. One node handles pulling forms while another processes the logic to route subscribers.
LangChain agents are stateless by default. Use `client.session()` to keep context alive so the agent remembers which forms it just pulled.
The server processes raw email addresses and numeric IDs. Vinkius runs the connection in an ephemeral V8 Isolate Sandbox that shuts down immediately after the LangChain tool call finishes. No subscriber records touch disk.

Start using the Kit (ConvertKit) MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Kit (ConvertKit). Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 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.