Pipeliner CRM MCP Server
for AI Agents
Connect your AI agent to StackOne's Pipeliner CRM MCP server and give it 59 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
59 Agent Actions
Create, read, update, and delete across Pipeliner CRM — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Pipeliner CRM MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Pipeliner CRM tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Pipeliner CRM call.
Tools Discovery →What is the Pipeliner CRM MCP Server?
A Pipeliner CRM MCP server lets AI agents read and write Pipeliner CRM data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Pipeliner CRM MCP server ships with 59 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All Pipeliner CRM MCP Tools
Every action from Pipeliner CRM's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Accounts
- Create Account
Creates a new account record.
- List Accounts
Returns a paginated list of account records.
- Get Account
Retrieves a single account by ID.
- Update Account
Updates an existing account by ID.
- Delete Account
Removes an account by ID.
Contacts
- Create Contact
Creates a new contact in Pipeliner CRM.
- List Contacts
Returns a paginated list of contacts from Pipeliner CRM.
- Get Contact
Retrieves a single contact by ID from Pipeliner CRM.
- Update Contact
Updates an existing contact by ID in Pipeliner CRM.
- Delete Contact
Removes a contact from Pipeliner CRM by ID.
Leads
- Create Lead
Creates a new lead in Pipeliner CRM.
- List Leads
Returns a paginated list of leads from Pipeliner CRM.
- Get Lead
Retrieves a single lead by ID.
- Update Lead
Updates an existing lead by ID.
- Delete Lead
Removes a lead from Pipeliner CRM by ID.
Opportunitys
- Create Opportunity
Create a new opportunity in Pipeliner CRM.
- Get Opportunity
Retrieve a single opportunity by ID.
- Update Opportunity
Update an existing opportunity by ID.
- Delete Opportunity
Delete an opportunity by ID.
Tasks
- Create Task
Creates a new task in Pipeliner CRM.
- List Tasks
Returns a paginated list of tasks.
- Get Task
Retrieves a single task by ID.
- Update Task
Updates an existing task by ID.
- Delete Task
Removes a task by ID.
Appointments
- Create Appointment
Creates a new appointment in Pipeliner CRM.
- List Appointments
Returns a paginated list of appointments.
- Get Appointment
Retrieves a single appointment by ID.
- Update Appointment
Updates an existing appointment by ID.
- Delete Appointment
Removes an appointment by ID.
Notes
- Create Note
Creates a new note in Pipeliner CRM.
- List Notes
Returns a paginated list of notes.
- Get Note
Retrieves a single note by ID.
- Update Note
Updates an existing note by ID.
- Delete Note
Removes a note by ID.
Products
- Create Product
Creates a new product in the catalog.
- List Products
Returns a paginated list of products from the product catalog.
- Get Product
Retrieves a single product by ID.
- Update Product
Updates an existing product by ID.
- Delete Product
Removes a product from the catalog by ID.
Opportunity Product Relations
- Create Opportunity Product Relation
Creates a new product line item on an opportunity.
- List Opportunity Product Relations
Returns a paginated list of opportunity product line items.
- Get Opportunity Product Relation
Retrieves a single opportunity product line item by ID.
- Update Opportunity Product Relation
Updates an existing opportunity product line item by ID.
- Delete Opportunity Product Relation
Removes an opportunity product line item by ID.
Clients
- List Clients
Returns a paginated list of CRM users (clients).
- Get Client
Retrieves a single CRM user by ID.
Pipelines
- List Pipelines
Returns a paginated list of sales pipelines.
- Get Pipeline
Retrieves a single pipeline by ID.
Steps
- List Steps
Returns a paginated list of pipeline steps.
- Get Step
Retrieves a single pipeline step by ID.
Sales Units
- List Sales Units
Returns a paginated list of sales units.
- Get Sales Unit
Retrieves a single sales unit by ID.
Account Types
- List Account Types
Returns a paginated list of account type classifications.
- Get Account Type
Retrieves a single account type by ID.
Tags
- List Tags
Returns a paginated list of tag definitions.
- Get Tag
Retrieves a single tag by ID.
Other (3)
- List Opportunities
Retrieve a paginated list of opportunities from Pipeliner CRM.
- List Currencies
Returns a paginated list of currency definitions.
- Get Currency
Retrieves a single currency by ID.
Pipeliner CRM AI Agent Use Cases
Connect your AI agent to Pipeliner CRM and help your team scale the sales operations they run by hand today.
Use StackOne to connect your AI agent to your CRM, email, and calendar tools to automate post-demo follow-up.
ViewUse StackOne to connect your AI agent to your CRM, email, and calendar tools to automate deal risk scoring and pipeline alerts.
ViewUse StackOne to connect your AI agent to your CRM, sales engagement, and messaging tools to automate outbound prospecting.
ViewSet Up Your Pipeliner CRM MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Pipeliner CRM in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Check More crm-sales MCP Servers
136+ actions
104+ actions
61+ actions
53+ actions
26+ actions
24+ actions
Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Pipeliner CRM MCP Server FAQ
Does StackOne have a Pipeliner CRM MCP server?
Pipeliner CRM MCP server vs direct API integration — what's the difference?
How does Pipeliner CRM authentication work for AI agents?
origin_owner_id.Are Pipeliner CRM MCP tools vulnerable to prompt injection?
What is the context bloat of a Pipeliner CRM agent and how do I avoid it?
Can I limit which actions my Pipeliner CRM agent can access?
Can I create custom agent actions for my Pipeliner CRM MCP server?
When should I NOT use a Pipeliner CRM MCP server?
What AI frameworks and AI clients does the StackOne Pipeliner CRM MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.