Agent5ive MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent5ive MCP Serverwhat can this agent help me with?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent5ive MCP Server
This package provides a Model Context Protocol (MCP) server for interacting with deployed Agent5ive agents. It allows you to connect your MCP-compatible clients (like Claude Desktop) to your Agent5ive agents to leverage their capabilities as tools.
Installation
Installing via Smithery
To install agent5ive-mcp automatically via Smithery:
npx -y @smithery/cli install @agent5ive/agent5ive-mcpManual Installation
To use this MCP server, you can run it directly with npx or install it globally:
npm install -g agent5ive-mcpRelated MCP server: OpenClaw MCP Server
Usage
To run the server, you need to provide the DEPLOYMENT_ID of your Agent5ive agent as an environment variable.
export DEPLOYMENT_ID="your-deployment-id"
npx agent5ive-mcpThe server will start and listen for commands on standard input/output.
Connecting with an MCP Client
You can connect to this server from any MCP-compatible client. For example, to connect from Claude Desktop, add the following to your claude_desktop_config.json file:
{
"mcpServers": {
"my-agent5ive-agent": {
"command": "npx",
"args": [
"agent5ive-mcp"
],
"env": {
"DEPLOYMENT_ID": "your-deployment-id"
}
}
}
}Available Tools
This server exposes the following tools:
get_agent_purpose
Description: Get the details and purpose of the deployed agent.
Input: None
interact_with_agent
Description: Interact with the deployed agent.
Input:
message(string, required): The message to send to the agent.history(array, optional): The conversation history.
This server cannot be deployed
Maintenance
Related MCP Connectors
Discover and call AI agents via MCP. Supports A2A agents and platform agents with async tasks.
AI agent registry — search, discover, register, and connect agents via MCP.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Chat with your Zihin.ai agents, list them and load platform skills from any MCP client.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables management of Mistral AI agents through MCP tools including creating, listing, searching, viewing details, and deleting agents. Integrates with Mistral API to provide agent management capabilities through natural language interactions.1-
- FlicenseNot gradedqualityNot gradedmaintenanceEnables delegation of immediate conversational messages and long-running background tasks to OpenClaw agents. It allows users to spawn research or monitoring tasks, check execution status, and manage active agent sessions within MCP-compatible clients.-
- FlicenseAqualityFmaintenanceMCP server that exposes 300+ AI agents as tools via a single API key. Supports listing agents, invoking any agent with chat-completion style messages, checking agent health, and retrieving platform statistics.53-
- FlicenseAqualityDmaintenanceExposes two MCP tools (discover and execute) that enable agents to query an OpenAPI schema via natural language and execute matched API operations.2-