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

How to Use the CRM PipeRun MCP in LangChain

Build multi-step sales bots that manage CRM PipeRun tasks and files with LangChain.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect CRM PipeRun MCP to LangChain

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

Chain CRM Actions Together

This server gives your LangChain agent tools to manage sales activities. You can build chains that first `create_activity` for a new follow-up, then immediately `list_activities` to confirm it's on the schedule for the right person. It's a direct way to make your agent perform sequential, dependent tasks inside your CRM. Because it's LangChain, you see everything. Each tool call—`get_activity`, `update_activity`, whatever—shows up in your trace. You can debug the agent's reasoning step-by-step and see exactly what it decided to do with your PipeRun data, and why. No black boxes.

Automate File Management

Stop manually uploading call notes or contracts. Your agent can now handle it. Give it a file and a destination, and it will use the `upload_file` tool to send it straight to a deal, person, or company record in PipeRun. The base64 encoding is handled for you. Then, build a chain that uses the `get_file` tool to verify the upload succeeded. The output of one tool becomes the input for the next. This lets your agent confirm its own work, creating a reliable, automated workflow for managing CRM files.

Your PipeRun MCP Server

The real power comes from combining tools. This MCP Server gives you the PipeRun connection. But in LangChain, you can give your agent other tools, too. Let it check a calendar API before it calls `create_activity`, or pull customer history from a database before updating a deal. Your agent isn't just a PipeRun bot; it's a sales assistant that coordinates across different systems. The setup is simple: get the tools from the server and pass them to your agent. LangChain handles the rest.

Setup guide

Set up CRM PipeRun 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 CRM PipeRun 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({
    "crm-piperun-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 CRM PipeRun 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 PipeRun. 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 CRM PipeRun MCP in LangChain

You'll use the `langchain-mcp-adapters` library. Just instantiate the `MultiServerMCPClient` with your Vinkius server URL and token, call `get_tools()`, and pass the resulting tool list when you create your agent.
Yes. The `delete_activity` tool is included. Your agent can call this tool as part of a chain, but only if you explicitly give it access to that tool when you build the agent.
Use the `list_activities` tool. It supports filtering, so your agent can ask for specific types of activities or statuses. The structured output is perfect for the next step in your chain to process.
Absolutely. That's the point of using LangChain. You can combine the PipeRun tools from this server with any of the 500+ other integrations available, like database connectors or other web APIs.
Your agent will handle data related to activities and files from your PipeRun account. Vinkius secures the connection. Every request from your agent runs in a V8 Isolate sandbox that is destroyed after the call, ensuring your data isn't persisted.

Start using the CRM PipeRun MCP today

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

Built & Managed by Vinkius 30s setup 11 tools

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

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