Bronto MCP Server
for AI Agents
Connect your AI agent to StackOne's Bronto MCP server and give it 77 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
77 Agent Actions
Create, read, update, and delete across Bronto — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Bronto MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Bronto 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 Bronto call.
Tools Discovery →What is the Bronto MCP Server?
A Bronto MCP server lets AI agents read and write Bronto data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Bronto MCP server ships with 77 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 Bronto MCP Tools
Every action from Bronto's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
An API Keys
- Update An API Key
Update an API key
- Delete An API Key
Delete an API key
An Export By IDs
- Retrieve An Export By ID
Retrieve an export by ID
- Delete An Export By ID
Delete an export by ID
A Groups
- Update A Group
Update a group
- Delete A Group
Delete a group
A Monitors
- Get A Monitor
Get a monitor
- Update A Monitor
Update a monitor
- Delete A Monitor
Delete a monitor
A Monitor Downtimes
- Update A Monitor Downtime
Update a monitor downtime
- Delete A Monitor Downtime
Delete a monitor downtime
A Tags
- Create A Tag
Create a tag
- Update A Tag
Update a tag
- Delete A Tag
Delete a tag
A User By IDs
- Retrieve A User By ID
Retrieve a user by ID
- Delete A User By ID
Delete a user by ID
A Widgets
- Create A Widget
Create a widget
- Retrieve A Widget
Retrieve a widget
- Update A Widget
Update a widget
- Delete A Widget
Delete a widget
Other (57)
- Create A New API Key
Create a new API key
- Create A Dashboard
Create a dashboard
- Append Widgets To A Dashboard
Append widgets to a dashboard
- Create A New Dataset
Create a new dataset
- Create A New Export
Create a new export
- Create A New Group
Create a new group
- Add Members To A Group
Add members to a group
- Create A New Log
Create a new log
- Create A New Monitor
Create a new monitor
- Create A New Monitor Downtime
Create a new monitor downtime
- Create A New User
Create a new user
- Append Widgets To A Widget
Append widgets to a widget
- Retrieve A List Of API Keys
Retrieve a list of API keys
- Retrieve A List Of Collections
Retrieve a list of collections
- Get All Dashboards For An Organisation
Get all dashboards for an organisation
- Get A Single Dashboard By ID
Get a single Dashboard by ID
- Retrieve A List Of Datasets
Retrieve a list of datasets
- Get The Parser Assigned To A Dataset
Get the parser assigned to a dataset
- Retrieve A List Of Exports
Retrieve a list of exports
- List All User Groups In The Organization
List all user groups in the organization
- Get A Specific Group
Get a specific group
- List Members Of A Group
List members of a group
- Retrieve A List Of Logs
Retrieve a list of logs
- Retrieve A List Of Log Views
Retrieve a list of log views
- List Dashboards Associated With A Log
List dashboards associated with a log
- List Monitors Associated With A Log
List monitors associated with a log
- Retrieve Monitors
Retrieve monitors
- Retrieve All Monitor Downtimes
Retrieve all monitor downtimes
- List Tags
List tags
- Retrieve Usage Metrics Over Time
Retrieve usage metrics over time
- Get The Usage Over A Period Of Time For A Log Id
Get the usage over a period of time for a log id.
- Get The Usage Over A Period Of Time For A User Per Log Id
Get the usage over a period of time for a user per log id.
- List Users In The Current Organisation
List users in the current organisation
- List All Users Across The Account (all Organisations)
List all users across the account (all organisations)
- List All Organizations This User Has Access To
List all organizations this user has access to
- List Groups A Member Belongs To
List groups a member belongs to
- Get User Preferences
Get user preferences
- Retrieve All The Widgets
Retrieve all the widgets
- Update Monitor Status
Update monitor status
- Update A User
Update a user
- Delete A Dashboard By ID
Delete a dashboard by ID
- Remove A Widget From A Dashboard
Remove a widget from a dashboard
- Remove Members From A Group
Remove members from a group
- Remove A Widget From A Widget
Remove a widget from a widget
- Partially Update A Dashboard By ID, Allowing Either A Name Change Or Modification Of Widget IDs (append Or Remove)
Partially update a dashboard by ID, allowing either a name change or modification of widget IDs (append or remove)
- Detach A Dashboard From A Template
Detach a dashboard from a template
- Assign A Parser To A Dataset
Assign a parser to a dataset
- Unassign The Parser From A Dataset
Unassign the parser from a dataset
- Return The List Of Monitor Events
return the list of monitor events
- Return The List Of Monitor Notifications
return the list of monitor notifications
- Run A Quick Log Query Via Query-string Parameters (GET)
Run a quick log query via query-string parameters (GET)
- Run A Full Log Query With A JSON Request Body (POST)
Run a full log query with a JSON request body (POST)
- Deactivate A User
Deactivate a user
- Reactivate A User
Reactivate a user
- Resend A User's Invitation Email
Resend a user's invitation email
- Patch User Preferences
Patch user preferences
- Partially Update A Widget By ID
Partially update a widget by ID
Set Up Your Bronto MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Bronto 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>"
]
}
}
}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
Bronto MCP Server FAQ
Does StackOne have a Bronto MCP server?
Bronto MCP server vs direct API integration — what's the difference?
How does Bronto authentication work for AI agents?
origin_owner_id.Are Bronto MCP tools vulnerable to prompt injection?
What is the context bloat of a Bronto agent and how do I avoid it?
Can I limit which actions my Bronto agent can access?
Can I create custom agent actions for my Bronto MCP server?
When should I NOT use a Bronto MCP server?
What AI frameworks and AI clients does the StackOne Bronto 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.