4,500+ servers built on MCP Fusion
Vinkius
Cnnect logo
Vinkius
LangChain logo

How to Use the Cnnect MCP in LangChain

Feed real-time NFC card scans and lead profiles directly into your LangChain reasoning loops.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Cnnect MCP to LangChain

Create your Vinkius account to connect Cnnect 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

Automate lead triage in LangChain

The `list_leads` tool pulls raw contact data captured from your physical NFC cards straight into your active LangChain agent memory. Because this MCP Server tracks every call through LangSmith, you can monitor the latency of every Cnnect card lookup in real time. You can chain this with `create_lead` to instantly register new Cnnect prospects during a live event.

Sync team directories using this MCP Server

The `list_company_members` tool exposes your entire corporate roster to your multi-step LangChain pipelines. By scanning your directory, your LangChain agent inspects who is on the team and matches new Cnnect leads to the correct account manager. It uses `get_account_settings` to verify team permissions before assigning Cnnect leads to LangChain chains.

Analyze physical card performance

The `get_click_analytics` tool provides raw engagement metrics for every digital business card your team hands out to feed your LangChain reporting chains. Your pipeline pulls these Cnnect numbers to build instant performance reports. By feeding this data into a LangChain agent, you can automatically flag underperforming Cnnect cards using `get_card_details`.

Setup guide

Set up Cnnect 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 Cnnect 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({
    "cnnect-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 Cnnect 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 Cnnect. 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 Cnnect MCP in LangChain

Install the `langchain-mcp-adapters` package and use the MultiServerMCPClient to load this MCP Server directly. This exposes all twelve networking tools to your agent's tool-calling loop.
Yes, you can feed the output of `list_leads` directly into a database or CRM integration within the same chain. The framework manages the state transition between your digital card data and external APIs.
Yes, every single tool call is fully observable. You can trace inputs and outputs for operations like `get_analytics_summary` to see exactly how your agent queries your networking data.
Use `update_profile` to modify specific digital cards. Your agent can check active configurations using `get_my_profile` and make targeted updates based on the event context.
Vinkius runs this connector in an isolated sandbox where lead details retrieved by `get_lead_details` are never stored permanently. Your digital profile settings and contact lists remain private, passing only through ephemeral sessions to your local runtime.

Start using the Cnnect MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

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