
Agentset MCP Server
The Agentset MCP Server is an open-source platform enabling Retrieval-Augmented Generation (RAG) with agentic capabilities, allowing AI assistants to connect wi...

Open-source MCP server connecting AI agents with enterprise data, real-time sources, and secure business workflows.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
Createve.AI Nexus is an open-source MCP (Model Context Protocol) server designed to bridge AI assistants—such as LLMs and agents—with enterprise systems, APIs, and real-world data sources. Developed by RootUK, it provides a universal integration layer that enables AI agents to securely access organizational data, trigger workflows, and interact with business applications. Createve.AI Nexus supports a variety of platforms, including Microsoft Copilot Studio (in preview), Anthropic’s Claude, and any MCP-enabled client, making it highly versatile for deployment scenarios. Its capabilities include real-time data streaming from sensors, secure connectivity to internal systems, role-based access management, and deployment features for enterprise environments (e.g., Azure integration, Private Link, Key Vault). By implementing MCP, Createve.AI Nexus empowers developers to build richer, context-aware AI solutions that can perform advanced tasks such as database queries, workflow automation, and live analytics integration.
No information about prompt templates is available in the provided repository.
No explicit resources are listed in the available documentation or repository files.
No detailed list of tools is documented in the repository files or code structure.
{
"mcpServers": {
"createveai-nexus": {
"command": "npx",
"args": ["@createveai-nexus-server@latest"]
}
}
}
Securing API Keys (Windsurf Example):
{
"mcpServers": {
"createveai-nexus": {
"command": "npx",
"args": ["@createveai-nexus-server@latest"],
"env": {
"API_KEY": "${API_KEY}"
},
"inputs": {
"api_key": "${API_KEY}"
}
}
}
}
{
"mcpServers": {
"createveai-nexus": {
"command": "npx",
"args": ["@createveai-nexus-server@latest"]
}
}
}
API Key Security:
"env": {
"API_KEY": "${API_KEY}"
}
{
"mcpServers": {
"createveai-nexus": {
"command": "npx",
"args": ["@createveai-nexus-server@latest"]
}
}
}
{
"mcpServers": {
"createveai-nexus": {
"command": "npx",
"args": ["@createveai-nexus-server@latest"]
}
}
}
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:
{
"createveai-nexus": {
"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 “createveai-nexus” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | No prompt templates in repo |
| List of Resources | ⛔ | Not explicitly listed |
| List of Tools | ⛔ | No tool details in repo |
| Securing API Keys | ✅ | Example provided in setup section |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
The Createve.AI Nexus MCP Server scores moderately due to its clear enterprise orientation, robust setup options, and licensing, but lacks explicit documentation for prompts, resources, and tools. Its real-world use cases are strong, but more technical transparency would improve its utility.
| Has a LICENSE | ✅ (Apache-2.0) |
|---|---|
| Has at least one tool | ⛔ |
| Number of Forks | 3 |
| Number of Stars | 1 |
Connect your AI agents to enterprise systems, automate workflows, and harness real-time analytics with Createve.AI Nexus MCP Server.

The Agentset MCP Server is an open-source platform enabling Retrieval-Augmented Generation (RAG) with agentic capabilities, allowing AI assistants to connect wi...

The Aiven MCP Server connects FlowHunt AI agents with Aiven's managed cloud services, enabling automated project discovery, service inventory, and real-time clo...

MCP-NixOS is a Model Context Protocol server for NixOS, enabling AI assistants and developers to programmatically access and manage NixOS configurations, packag...