Bring Contact Management
to OpenAI Agents SDK
Create your Vinkius account to connect Pipedrive Contacts to OpenAI Agents SDK and start using all 11 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Pipedrive Contacts MCP Server?
Connect Pipedrive CRM to any AI agent — manage your entire sales pipeline without switching tabs.
What you can do
- Deals — Search, create, and update deals with pipeline tracking
- Contacts — Find and create persons with email, phone, and organization
- Organizations — Search companies linked to deals and contacts
- Activities — Create calls, meetings, tasks, and emails
- Notes — Attach notes to deals, persons, or organizations
- Pipelines — View all pipeline stages and deal flow
Who is this for?
- Sales Reps — Manage your pipeline without leaving your AI assistant
- SDRs — Quickly create leads, contacts, and activities
- Sales Managers — Pipeline overview and deal insights through conversation
- RevOps — Full CRM visibility and reporting
Built-in capabilities (11)
Name is required. Address is optional. Once created, persons and deals can be linked to this organization. Returns the created org with its new Pipedrive ID. Create a new organization (company/account) in Pipedrive with name and address
Name is required. Link to an existing organization via org_id (use pd_search_orgs to find). Pipedrive supports multiple emails and phones per person — here a single value is accepted for simplicity. Returns the created person with their new ID. Create a new contact (person) in Pipedrive with name, email, phone, and optional organization link
Use only when the user explicitly wants to delete a contact. Consider whether the contact should remain in the system for historical deal tracking before deleting. Permanently delete a contact from Pipedrive — this action cannot be undone
Returns org name, address, open/won/lost deal counts, number of people linked, and all custom fields. Use after searching to drill into a specific company for full details. Get complete details of a specific Pipedrive organization by ID, including address, deal stats, and custom fields
Returns full contact data: name, all emails, all phones, organization, open/won/lost deal counts, activities count, and custom fields. Use after searching to drill into a specific contact. Get complete details of a specific Pipedrive contact by ID, including all custom fields and activity history
Returns names, emails, phones, and linked orgs. Use for contact directory browsing, headcount analysis, or when the user wants to see all people in the CRM. List all contacts in Pipedrive with names, emails, phones, and organization associations
Returns deal titles, values, stages, and statuses. Use when the user asks "what deals does this person have?" or wants to see the full sales relationship history for a contact. Get all deals linked to a specific contact person to see their sales history and active opportunities
Returns org name, address, and associated data. Use when the user asks about a company, needs org IDs for linking to persons or deals, or wants to look up account information. Search Pipedrive organizations (companies/accounts) by name to find business entities in your CRM
Returns name, email addresses, phone numbers, and linked organization. Use when the user wants to find a specific person, look up contact info by email, or get person IDs for linking to deals or activities. Search Pipedrive contacts by name, email, or phone to find people in your CRM with their organization links
Only specified fields change. Use when the user wants to correct company info, update the address, or rename an account. Update an existing Pipedrive organization — change name, address, or other properties
Only specified fields are changed. Use when the user wants to correct contact details, update a phone number, or change the associated organization. Update an existing Pipedrive contact — change name, email, phone, or other properties
Why OpenAI Agents SDK?
The OpenAI Agents SDK auto-discovers all 11 tools from Pipedrive Contacts through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries Pipedrive Contacts, another analyzes results, and a third generates reports, all orchestrated through Vinkius.
- —
Native MCP integration via
MCPServerSse, pass the URL and the SDK auto-discovers all tools with full type safety - —
Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure
- —
Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate
- —
First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output
Pipedrive Contacts in OpenAI Agents SDK
Why run Pipedrive Contacts with Vinkius?
The Pipedrive Contacts connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 11 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Pipedrive Contacts using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Pipedrive Contacts and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Pipedrive Contacts to OpenAI Agents SDK through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Pipedrive Contacts for OpenAI Agents SDK
Every request between OpenAI Agents SDK and Pipedrive Contacts is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
What Pipedrive data can I access?
Deals, Persons, Organizations, Activities, Notes, and Pipelines. All data respects your Pipedrive permissions.
Can I create and update records?
Yes! Create and update deals, contacts, activities, and notes — all through natural conversation.
How does authentication work?
Uses your personal Pipedrive API token. Find it in Settings > Personal preferences > API. No OAuth flow needed.
How does the OpenAI Agents SDK connect to MCP?
Use MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.
Can I use multiple MCP servers in one agent?
Yes. Pass a list of MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.
Does the SDK support streaming responses?
Yes. The SDK supports SSE and Streamable HTTP transports, both of which work natively with Vinkius.
MCPServerStreamableHttp not found
Ensure you have the latest version: pip install --upgrade openai-agents
Agent not calling tools
Make sure your prompt explicitly references the task the tools can help with.
Explore More MCP Servers
View all →
AbuseIPDB
4 toolsAudit IP addresses — check abuse scores and reports via AI.

Spotify Music
13 toolsControl playback, search library, get audio features, and manage playlists via Spotify API.

Numeral Formatter Engine
1 toolsFormat raw numbers into perfect display strings: currencies ($10,000.00), bytes (2.5MB), percentages (97%), and abbreviations (1.5k).

Mambu
11 toolsManage clients, loans, deposits, and tasks on Mambu Cloud Banking Platform.
