Domo MCP Server
for AI Agents
Connect your AI agent to StackOne's Domo MCP server and give it 23 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
23 Agent Actions
Create, read, update, and delete across Domo — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Domo MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Domo 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 Domo call.
Tools Discovery →What is the Domo MCP Server?
A Domo MCP server lets AI agents read and write Domo data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Domo MCP server ships with 23 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 Domo MCP Tools
Every action from Domo's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Activity Logs
- List Activity Logs
Retrieve audit activity log entries for your Domo instance via GET /v1/audit, filtered by a required start timestamp and an optional end timestamp (defaults to current time when omitted). Supports narrowing results to a specific user via the 'user' filter parameter (numeric user ID) and paginating with limit and offset.
Datasets
- List Datasets
Retrieve a paginated list of DataSets in your Domo instance via GET /v1/datasets. Only sorting by name is supported — the Domo API rejects other sort values (e.g. description) with a 400 error.
Groups
- Create Group
Create a new group in your Domo instance via POST /v1/groups
- List Groups
Retrieve a paginated list of all groups in your Domo instance via GET /v1/groups
- Get Group
Retrieve full details of a single group by its numeric ID via GET /v1/groups/{id}
- Update Group
Update an existing group's attributes via PUT /v1/groups/{id}. All fields (name, active, default) are required. WARNING - Setting active=false triggers a Domo soft-delete that appends a _deleted_ suffix to the group name.
- Delete Group
Permanently delete a group via DELETE /v1/groups/{id}. The group must have no users before deletion.
Group Users
- List Group Users
Retrieve the numeric user IDs of all members in a specified group via GET /v1/groups/{id}/users, with offset-limit pagination (default 50, max 500 per page).
User To Groups
- Add User To Group
Add a user to a group via PUT /v1/groups/{groupId}/users/{userId}. Returns 204 No Content on success.
User From Groups
- Remove User From Group
Remove a user from a group via DELETE /v1/groups/{groupId}/users/{userId}. Returns 204 No Content on success.
Unified Credentials
- Get Unified Credentials
Get the current Domo connection's unified credentials and identity.
Unified Groups
- List Unified Groups
List unified groups in Domo.
- Get Unified Group
Get a unified Domo group by ID.
Unified Roles
- List Unified Roles
List unified roles in Domo.
- Get Unified Role
Get a unified Domo role by ID.
Unified Users
- List Unified Users
List unified users in Domo.
- Get Unified User
Get a unified Domo user by ID.
Streams
- List Streams
Retrieve a paginated list of Streams in your Domo instance via GET /v1/streams. Supports sorting and offset-limit pagination (default 50 per page).
Users
- Create User
Create a new user in your Domo instance via POST /v1/users with the sendInvite query parameter
- List Users
Retrieve a paginated list of all users in your Domo instance via GET /v1/users
- Get User
Retrieve full details of a single user by their numeric ID via GET /v1/users/{id}
- Update User
Update an existing user's attributes via PUT /v1/users/{id}. The role and roleId fields are mutually exclusive — if both are provided, roleId takes priority and role is omitted, because the API returns 400 if both are sent simultaneously.
- Delete User
Permanently delete a user via DELETE /v1/users/{id}. This action is irreversible.
Set Up Your Domo MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Domo 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 Data & Analytics MCP Servers
189+ actions
122+ actions
104+ actions
102+ actions
101+ actions
80+ actions
73+ 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
Domo MCP Server FAQ
Does StackOne have a Domo MCP server?
Domo MCP server vs direct API integration — what's the difference?
How does Domo authentication work for AI agents?
origin_owner_id.Are Domo MCP tools vulnerable to prompt injection?
What is the context bloat of a Domo agent and how do I avoid it?
Can I limit which actions my Domo agent can access?
Can I create custom agent actions for my Domo MCP server?
When should I NOT use a Domo MCP server?
What AI frameworks and AI clients does the StackOne Domo 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.