domo-mcp-server
If you are the rightful owner of domo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that connects to Domo API.
The Domo MCP Server is a specialized server designed to interface with the Domo API, allowing users to perform various operations on Domo DataSets. It provides a seamless way to run SQL queries, search for datasets, and retrieve metadata and schema information. The server can be set up locally using Python or Docker, and it requires a Domo instance with a developer access token. This server is particularly useful for users who need to interact with Domo DataSets programmatically, offering tools to manage and query data efficiently. The server also supports integration with LLMs that use the MCP protocol, enabling natural language queries and interactions with Domo datasets.
Features
- Run SQL queries on Domo DataSets
- Search for DataSets by name
- Get the metadata of Domo DataSets
- Get the schema of Domo DataSets
- Create and manage roles within the Domo instance