Vinkius
Pipeline CRM logo
Vinkius
Vinkius runs on OpenAI Agents SDK

How to Use the Pipeline CRM MCP in OpenAI Agents SDK

Run production OpenAI Agents SDK workflows that securely read Pipeline CRM deals and tasks with built-in execution guardrails.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Pipeline CRM MCP on Cursor AI Code Editor MCP Client Pipeline CRM MCP on Claude Desktop App MCP Integration Pipeline CRM MCP on OpenAI Agents SDK MCP Compatible Pipeline CRM MCP on Visual Studio Code MCP Extension Client Pipeline CRM MCP on GitHub Copilot AI Agent MCP Integration Pipeline CRM MCP on Google Gemini AI MCP Integration Pipeline CRM MCP on Lovable AI Development MCP Client Pipeline CRM MCP on Mistral AI Agents MCP Compatible Pipeline CRM MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on OpenAI Agents SDK

Connect Pipeline CRM MCP to OpenAI Agents SDK

Create your Vinkius account to connect Pipeline CRM to OpenAI Agents SDK — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Automate deal triage with OpenAI Agents SDK

The `list_pipeline_deals` tool exposes active sales pipelines to your OpenAI Agents SDK runtime via our MCP Server for automated analysis. You feed this data directly into your agentic loops, allowing the model to spot stalled opportunities without manual exports. By pairing this with `get_pipeline_deal`, your agent pulls deep context on single high-value opportunities. The SDK validates these actions against your guardrails before execution, keeping your automated sales pipeline triage predictable and safe.

Coordinate team handoffs using task data

The `list_pipeline_tasks` tool lets your OpenAI Agents SDK system monitor outstanding sales actions and coordinate work between specialized agents. Your routing agent checks pending items and hands off hot leads to the correct team member. When a task requires historical context, the agent calls `list_pipeline_notes` to review previous interactions. All of these tool executions are logged in your OpenAI dashboard, giving you full tracing for every automated CRM update.

Sync customer touchpoints during agent runs

The `list_pipeline_events` tool provides your OpenAI Agents SDK agents with real-time calendar context directly from the CRM. This allows your autonomous scheduling agents to match customer meetings with historical notes. Your agent uses `get_pipeline_person` to fetch contact details before drafting pre-meeting briefs. This MCP integration ensures your customer-facing agents always operate with the latest Pipeline CRM contact records.

Setup guide

Set up Pipeline CRM MCP in OpenAI Agents SDK

Prerequisites

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

    Install the SDK

    Run pip install openai-agents to install the OpenAI Agents SDK. The MCP integration is built-in — no extra dependencies needed.

  2. 2

    Connect via SSE transport

    Use MCPServerSse with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. The SDK auto-discovers all Pipeline CRM tools at runtime.

  3. 3

    Create your Agent

    Pass the MCP to Agent(mcp_servers=[server]). The agent receives Pipeline CRM tools as native definitions — JSON schemas resolve automatically.

  4. 4

    Run the agent

    Call Runner.run(agent, prompt) to execute. The agent invokes the appropriate Pipeline CRM tools and returns structured results. Copy the full example on the right to get started.

agent.py
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerSse

async def main():
    async with MCPServerSse(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ) as server:
        agent = Agent(
            name="Pipeline CRM Agent",
            instructions="You have access to Pipeline CRM tools.",
            mcp_servers=[server],
        )
        result = await Runner.run(agent, "List recent transactions")
        print(result.final_output)

asyncio.run(main())

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Pipeline CRM. 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 Pipeline CRM MCP in OpenAI Agents SDK

You initialize the connection using `MCPServerStreamableHttp` with your Vinkius endpoint. Pass the server instance directly into the `Agent` constructor within your Python code. The SDK handles auto-discovery of tools like `list_pipeline_deals` instantly.
Yes, you control tool exposure during the server registration step in your Python setup. You can restrict the agent to read-only tools like `list_pipeline_people` and `get_pipeline_account` to prevent unauthorized data access.
The SDK manages execution loops, but you should handle rate limits by setting `cacheToolsList=True` in your connection parameters. This prevents the agent from making redundant calls to discover tools like `list_pipeline_tasks` on every run.
Yes, the agent calls `list_pipeline_companies` to search your database. It then uses the returned IDs to fetch deep account profiles or related deal histories.
Your data never persists on Vinkius; it flows directly through an ephemeral, zero-trust V8 sandbox. This ensures that sensitive records fetched via `get_pipeline_person` or `list_pipeline_deals` remain strictly between your OpenAI Agents SDK runtime and the CRM API.

Start using the Pipeline CRM 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 Pipeline CRM. 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.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.