
DataHub MCP Server Integration
The DataHub MCP Server bridges FlowHunt AI agents with the DataHub metadata platform, enabling advanced data discovery, lineage analysis, automated metadata ret...
Connect your AI agents and LLMs directly to DevHub CMS. Automate business info retrieval, streamline content management, and simplify platform integration with robust, secure MCP server support.
The DevHub CMS MCP (Model Context Protocol) Server acts as an integration layer that connects AI assistants and large language models (LLMs) to the DevHub CMS system. By leveraging the Model Context Protocol, this server enables AI clients to manage and interact with DevHub CMS content, such as querying businesses and handling content management workflows. This integration allows developers to use AI agents for tasks like retrieving business information, managing locations, and performing content operations via standardized APIs. As a result, it streamlines content management workflows, enhances automation, and provides a unified interface for AI-driven development and CMS administration.
No prompt templates are mentioned in the repository.
No specific resources are documented in the repository.
No Windsurf-specific instructions found.
uv
package manager installed.claude_desktop_config.json
file.mcpServers
object:{
"mcpServers": {
"devhub_cms_mcp": {
"command": "uvx",
"args": [
"devhub-cms-mcp"
],
"env": {
"DEVHUB_API_KEY": "YOUR_KEY_HERE",
"DEVHUB_API_SECRET": "YOUR_SECRET_HERE",
"DEVHUB_BASE_URL": "https://yourbrand.cloudfrontend.net"
}
}
}
}
Securing API keys:
Environment variables are set in the env
field as shown above.
{
"mcpServers": {
"devhub_cms_mcp": {
"command": "uvx",
"args": [
"devhub-cms-mcp"
],
"env": {
"DEVHUB_API_KEY": "YOUR_KEY_HERE",
"DEVHUB_API_SECRET": "YOUR_SECRET_HERE",
"DEVHUB_BASE_URL": "https://yourbrand.cloudfrontend.net"
}
}
}
}
Securing API keys:
Environment variables are set in the env
field as shown above.
No Cline-specific instructions found.
npx -y @smithery/cli install @devhub/devhub-cms-mcp --client claude
Securing API keys:
Handled via environment variables when launching the service.
claude mcp add devhub-cms-mcp \
-e DEVHUB_API_KEY=YOUR_KEY_HERE \
-e DEVHUB_API_SECRET=YOUR_SECRET_HERE \
-e DEVHUB_BASE_URL=https://yourbrand.cloudfrontend.net \
-- uvx devhub-cms-mcp
{
"mcpServers": {
"devhub_cms_mcp": {
"command": "uvx",
"args": [
"devhub-cms-mcp"
],
"env": {
"DEVHUB_API_KEY": "YOUR_KEY_HERE",
"DEVHUB_API_SECRET": "YOUR_SECRET_HERE",
"DEVHUB_BASE_URL": "https://yourbrand.cloudfrontend.net"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"devhub_cms_mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “devhub_cms_mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server deployment.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | Not present |
List of Resources | ⛔ | Not present |
List of Tools | ✅ | Only get_businesses() |
Securing API Keys | ✅ | via env in config |
Sampling Support (less important in evaluation) | ⛔ | Not documented |
Between these tables:
This MCP server provides basic integration with clear installation instructions and one documented tool but lacks prompt templates, explicit resources, root, and sampling support. Based on comprehensiveness and utility, we would rate this MCP integration a 5/10.
Has a LICENSE | ⛔ (No LICENSE file found) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 4 |
Number of Stars | 3 |
It connects AI assistants or LLMs to DevHub CMS, allowing automated business info retrieval, content workflows, and integration via standardized APIs.
You can deploy it on Claude, Cursor, Smithery, and more. Each platform has specific configuration instructions.
All sensitive credentials are stored as environment variables in the configuration files, never hard-coded.
Currently, it offers the `get_businesses()` tool to list all businesses in your DevHub account, with future support for more content operations.
Automate business directory management, content updates, and info retrieval in DevHub CMS using AI-powered workflows.
Unlock AI-driven CMS management. Enable FlowHunt and other AI platforms to automate business data operations securely using the DevHub CMS MCP Server.
The DataHub MCP Server bridges FlowHunt AI agents with the DataHub metadata platform, enabling advanced data discovery, lineage analysis, automated metadata ret...
The Azure DevOps MCP Server acts as a bridge between natural language requests and the Azure DevOps REST API, enabling AI assistants and tools to automate DevOp...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...