4,500+ servers built on MCP Fusion
Vinkius
Berg System CRM logo
Vinkius
OpenAI Agents SDK logo

How to Use the Berg System CRM MCP in OpenAI Agents SDK

Build production agents that manage Berg System CRM data. Designed for the OpenAI Agents SDK to run with real-world guardrails.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Berg System CRM MCP to OpenAI Agents SDK

Create your Vinkius account to connect Berg System CRM to OpenAI Agents SDK 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 Client Onboarding

Your agent can add new clients directly to your CRM. It uses `create_new_company` for business accounts and `create_new_customer` for individuals. The tools are straightforward and map directly to how your team already works. Here’s the key part for production use: the OpenAI Agents SDK provides guardrails. Your agent won't accidentally create duplicate clients because the `forceAdd` parameter on `create_new_customer` is off by default. It requires explicit intent, which prevents common automation mistakes before they happen.

Get a Complete Client Picture

Give your agent the tools to pull a client's entire history in seconds. It can grab contact info and notes with `get_customer_details`, see all active policies with `list_insurance_policies`, and check for any uploaded files with `list_stored_documents`. This works perfectly with the OpenAI SDK's ability to create specialized agents that hand off work. One agent can use these tools to gather all the raw data from the Berg System CRM. Then, it can pass that structured information to another agent tasked with summarizing it for a pre-meeting brief.

Prep for Your Next Sales Call with this MCP Server

An agent can get you ready for any client conversation. Let it run `list_sales_opportunities` to see open deals and `list_crm_tasks` to check for any pending follow-ups or reminders. You'll walk into every meeting knowing exactly what's going on. Because this is an MCP Server, setup is minimal. Your agent auto-discovers these tools from the Vinkius endpoint. You don't write boilerplate code to define each function. Just point your agent at the URL, and it knows how to check for new sales opportunities in your CRM.

Setup guide

Set up Berg System 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 Berg System CRM tools at runtime.

  3. 3

    Create your Agent

    Pass the MCP to Agent(mcp_servers=[server]). The agent receives Berg System 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 Berg System 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="Berg System CRM Agent",
            instructions="You have access to Berg System 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 Berg System. 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 Berg System CRM MCP in OpenAI Agents SDK

You instantiate the `MCPServerStreamableHttp` class with your Vinkius endpoint URL and pass it to your Agent's constructor. The SDK handles tool discovery automatically, so the Berg System CRM actions are ready to be called.
Your agent can list current sales opportunities, check on CRM tasks, and pull any custom sales fields you've configured. It can also create new customer and company records when you're adding a new lead to the system.
Yes, it uses the `create_new_customer` and `create_new_company` tools. The OpenAI SDK's guardrails are useful here, as they can help prevent your agent from creating duplicate records unless you explicitly approve it.
It's a simple status check. Before your agent runs a complex chain of actions, it can ping `check_api_health` to make sure the Berg System CRM API is online and responsive. It's a quick way to fail fast if the underlying service is down.
This MCP server handles your Berg System CRM data, which includes customer names, company details, and insurance policy information. Vinkius runs every tool call in an isolated V8 sandbox that is destroyed after execution. The OpenAI SDK's tracing also gives you a full audit log of every piece of data your agent touches.

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