Vtiger MCP Server
for AI Agents
Connect your AI agent to StackOne's Vtiger MCP server and give it 56 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
56 Agent Actions
Create, read, update, and delete across Vtiger — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Vtiger MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Vtiger 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 Vtiger call.
Tools Discovery →What is the Vtiger MCP Server?
A Vtiger MCP server lets AI agents read and write Vtiger data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Vtiger MCP server ships with 56 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 Vtiger MCP Tools
Every action from Vtiger's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Contacts
- Create Contact
Create a new contact record in Vtiger CRM with personal and address details
- List Contacts
Query contact records from Vtiger CRM with pagination support
- Get Contact
Retrieve a single contact record by its composite ID from Vtiger CRM
- Search Contacts
Search for contacts by email address or phone number using the /lookup endpoint
- Update Contact
Partially update a contact record using the /revise endpoint, sending only changed fields
- Delete Contact
Permanently delete a contact record from Vtiger CRM by its composite ID
Accounts
- Create Account
Create a new account/organization record in Vtiger CRM with billing and company details
- List Accounts
Query account (organization) records from Vtiger CRM with pagination support
- Get Account
Retrieve a single account/organization record by its composite ID from Vtiger CRM
- Search Accounts
Search for accounts by email address or phone number using the /lookup endpoint
- Update Account
Partially update an account record using the /revise endpoint, sending only changed fields
- Delete Account
Permanently delete an account/organization record from Vtiger CRM by its composite ID
Deals
- Create Deal
Create a new deal/opportunity record in Vtiger CRM linked to an account
- List Deals
Query deal (Potentials) records from Vtiger CRM with pagination support
- Get Deal
Retrieve a single deal/opportunity record by its composite ID from Vtiger CRM
- Update Deal
Partially update a deal record using the /revise endpoint, sending only changed fields
- Delete Deal
Permanently delete a deal/opportunity record from Vtiger CRM by its composite ID
Leads
- Create Lead
Create a new lead record in Vtiger CRM with contact and company details
- List Leads
Query lead records from Vtiger CRM with pagination support
- Get Lead
Retrieve a single lead record by its composite ID from Vtiger CRM
- Search Leads
Search for leads by email address or phone number using the /lookup endpoint
- Update Lead
Partially update a lead record using the /revise endpoint, sending only changed fields
- Delete Lead
Permanently delete a lead record from Vtiger CRM by its composite ID
Tasks
- Create Task
Create a new task, meeting, or call activity in the Vtiger CRM Calendar module
- List Tasks
Query task and activity records from the Vtiger CRM Calendar module with pagination support
- Get Task
Retrieve a single task/activity record by its composite ID from the Vtiger CRM Calendar module
- Update Task
Partially update a task/activity record using the /revise endpoint, sending only changed fields
- Delete Task
Permanently delete a task/activity record from the Vtiger CRM Calendar module by its composite ID
Products
- Create Product
Create a new product record in the Vtiger CRM product catalog
- List Products
Query product catalog records from Vtiger CRM with pagination support
- Get Product
Retrieve a single product record by its composite ID from Vtiger CRM
- Update Product
Partially update a product record using the /revise endpoint, sending only changed fields
- Delete Product
Permanently delete a product record from the Vtiger CRM catalog by its composite ID
Documents
- Create Document
Create a new document or note record in Vtiger CRM
- List Documents
Query document and note records from Vtiger CRM with pagination support
- Get Document
Retrieve a single document/note record by its composite ID from Vtiger CRM
- Update Document
Partially update a document/note record using the /revise endpoint, sending only changed fields
- Delete Document
Permanently delete a document/note record from Vtiger CRM by its composite ID
Related Records
- Add Related Record
Create a relationship link between two existing records in Vtiger CRM
- Get Related Records
Retrieve all records of a specific module type that are related to a given source record
- Query Related Records
Query related records with SQL-like filter criteria, scoped to a source record's relationships
- Delete Related Record
Remove a relationship link between two records without deleting either record
Tags
- Add Tags
Add one or more classification tags to a record in Vtiger CRM
- Get Tags
Retrieve all tags currently assigned to a specific record in Vtiger CRM
- Delete Tags
Remove specific tags from a record, optionally removing them from all records in Vtiger CRM
Other (11)
- Get Current User
Retrieve the authenticated user's profile and session details from Vtiger CRM
- List Users
Query all CRM user records with pagination support using SQL-like syntax
- Get Account Hierarchy
Retrieve the parent-child organizational hierarchy for an account in Vtiger CRM
- List Modules
List all accessible CRM modules (entity types) available to the authenticated user
- Get Related Types
Discover which modules have relationship definitions with a given module in Vtiger CRM
- Retrieve File
Download the binary content of a file attachment from Vtiger CRM by its resource ID
- Get Picklist Dependency
Retrieve the value dependency mapping between two linked picklist fields in a module
- Sync Records
Retrieve records modified since a Unix timestamp for incremental data synchronization
- Convert Lead
Convert a qualified lead into a contact and account, optionally creating a deal simultaneously
- Describe Module
Retrieve the schema, field definitions, and metadata for a specific Vtiger CRM module
- Reopen Record
Reopen a previously closed or completed record in Vtiger CRM
Vtiger AI Agent Use Cases
Connect your AI agent to Vtiger 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 helpdesk, CRM, and messaging tools to automate ticket triage and priority routing.
ViewSet Up Your Vtiger MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Vtiger 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 MCP Servers
380+ actions
158+ actions
127+ actions
121+ actions
120+ actions
88+ actions
88+ 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
Vtiger MCP Server FAQ
Does StackOne have a Vtiger MCP server?
Vtiger MCP server vs direct API integration — what's the difference?
How does Vtiger authentication work for AI agents?
origin_owner_id.Are Vtiger MCP tools vulnerable to prompt injection?
What is the context bloat of a Vtiger agent and how do I avoid it?
Can I limit which actions my Vtiger agent can access?
Can I create custom agent actions for my Vtiger MCP server?
When should I NOT use a Vtiger MCP server?
What AI frameworks and AI clients does the StackOne Vtiger 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.