Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready BigChange MCP server with 98 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across BigChange — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your BigChange MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every BigChange tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every BigChange call.
Tools Discovery →A BigChange MCP server lets AI agents read and write BigChange data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's BigChange MCP server ships with 98 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from BigChange's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new contact
Retrieve a paged collection of contacts
Retrieve the details of a single contact
Update the details of a single contact
Create a new contact group
Retrieve a paged collection of contact groups
Retrieve the details of a single contact group
Update an existing contact group
Retrieve a paged collection of department codes
Retrieve the details of a single department code
Create a new invoice
Retrieve a paged collection of invoices
Retrieve the details of a single invoice
Update an existing invoice
Create a new invoice line item
Retrieve a paged list of line items for an invoice
Retrieve the details of a single invoice line item
Update an existing invoice line item
Delete a line item from an invoice
Create a new job
Retrieve a paged collection of jobs. At least one of the filters [Id, Reference] must be set, or at least one of the date ranges [(CreatedAtFrom and CreatedAtTo), (StartAtFrom and StartAtTo), (StatusModifiedAtFrom and StatusModifiedAtTo)] must be provided
Retrieve the details of a single job
Update an existing job
Create a new job constraint
Retrieve a paged collection of a job's constraints
Delete a job constraint
Create a new job stock
Retrieve a paged collection of job stocks
Retrieve the details of a single job stock
Permanently delete a job stock
Retrieve a paged collection of worksheets for a given job
Retrieve the details of a single job worksheet
Create a new job group
Retrieve a paged collection of job groups
Retrieve the details of a single job group
Update an existing job group
Retrieve a paged collection of job types
Retrieve the details of a single job type
Retrieve a paged collection of nominal codes
Retrieve the details of a single nominal code
Create a new note
Retrieve a paged collection of notes
Retrieve the details of a single note
Update an existing note
Retrieve a paged collection of note types
Retrieve the details of a single note type
Create a new person
Retrieve a paged collection of persons
Retrieve the details of a single person
Update an existing person
Create a new resource (workforce/employee)
Retrieve a paged collection of resources (workforce/employees)
Retrieve the details of a single resource
Update an existing resource
Retrieve a paged collection of resource groups for organizing workforce teams
Retrieve the details of a single resource group
Create a new stock details entity
Retrieve a paged collection of stock details
Retrieve the details of a single stock details entity
Update an existing stock details entity
Create a new stock supplier
Retrieve a paged collection of stock suppliers
Retrieve a stock supplier by its ID
Update the details of a stock supplier
Create a new stock item
Retrieve a paged collection of stock items
Retrieve a single stock item
Update an existing stock item
Create a new user
Retrieve a paged collection of users
Retrieve the details of a single user
Update an existing user
Create a new vehicle
Retrieve a paged collection of vehicles
Retrieve the details of a single vehicle
Update an existing vehicle
Retrieve a paged collection of worksheets
Retrieve the details of a single worksheet
Retrieve a paged collection of worksheet groups
Retrieve the details of a single worksheet group
Create a PDF document for an invoice
Get the status history of a job group showing all status changes over time
Get the history of progress updates for a note
Get the complete consent history for a person showing all consent changes over time
Retrieve a paged collection of product categories
Retrieve the details of a single product category
Retrieve a paged collection of stock movements
Retrieve the worksheet questions for a given worksheet
Retrieve a paged collection of worksheet answers
Set a job's result
Update a note's progress percentage
Set a person's data consent status
Mark an invoice as cancelled
Mark an invoice as paid
Mark an invoice as sent
Cancel a specific job. The job cannot be cancelled if it has already been started, suspended or completed.
Mark a job group as complete
Mark a job group as financially complete
One endpoint. Any framework. Your agent is talking to BigChange in under 10 lines of code.
MCP Clients
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>"
]
}
}
}172+ actions
134+ actions
134+ actions
133+ actions
133+ actions
126+ actions
125+ actions
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
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
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
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.