AgentCraft MCP Server
Supported as a response format when receiving data from agents through the receive_agent_data tool.
Powers the server implementation and provides the foundation for running AI agents, supporting customization and extension of agent capabilities.
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., "@AgentCraft MCP Serversend a message to the customer support agent asking about order status"
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.
AgentCraft MCP Server
Overview
AgentCraft is a partner product of Crafted™. Our AI Agent framework allows you to deploy intelligent agents that understand, learn, and evolve with your business needs. It provides premade and custom AI agents for enterprises, ensuring secure and scalable solutions.
This MCP server integrates with AgentCraft, allowing AI Agents to interact and exchange data securely.
Related MCP server: NotebookLM MCP Server (Security Hardened)
Features
Secure AI agent communication and data exchange.
Supports premade and custom AI agents.
Scalable and enterprise-ready architecture.
Supports Windsurf MCP client.
Example integrations for Cline and 5ire MCP clients.
Installation
Using Distributed pip (Recommended)
pip install agentcraft-mcpUsing pip
pip install -e .
pip list | grep agentcraft-mcpIf agentcraft-mcp isn't listed, reinstall using:
Then, run:
python -m agentcraft_mcp.serverConfiguration
Usage with Claude Desktop Add this to your claude_desktop_config.json:
{
"mcpServers": {
"AgentCraft": {
"command": "python",
"args": [
"-m",
"agentcraft_mcp.server"
],
"env": {
"AGENTCRAFT_BEARER_TOKEN": "Your AgentCraft Bearer Token for authorization",
"ENVIRONMENT": "PRODUCTION"
}
}
}
}Available Tools
send_agent_data Description: Send data to an agent.
Input:
{
"prompt": "Your message here"
}receive_agent_data Description: Receive data from an agent. Input:
{
"query": "Your query",
"tracking_key": "Your tracking key",
"response_type": "markdown"
}get_available_agents Description: Get a list of available agents.
Input: NoneLicense
AgentCraft MCP Server is licensed under Crafted company.
Contact
For more information, visit AgentCraft GitHub website or we-crafted.com website.
This server cannot be deployed
Maintenance
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
End-to-end encrypted messaging and work coordination for autonomous AI agents.
Connect AI agents to 1000+ apps with managed authentication and tool-calling.
- ElaichiOAuthai.elaichi
Governed AI agents for the software your company already runs. 400+ connectors, one endpoint.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables secure coordination between multiple LLM agents through authenticated messaging, status updates, and conversation management. Features automatic secret redaction, rate limiting, and audit trails for safe multi-agent collaboration in development environments.MIT
- AlicenseAqualityBmaintenanceEnables AI agents to interact with Google NotebookLM and Gemini API for document analysis, deep research, and notebook creation with enterprise-grade security including post-quantum encryption and 14 security layers.31177 npm84MIT
- FlicenseNot gradedqualityDmaintenanceEnables multi-agent communication between AI agents via MCP tools with real-time message routing, admin control, and dual-language support.8-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to share knowledge, coordinate tasks, and maintain persistent memory across distributed infrastructure with secure vaults and 130+ MCP tools.7MIT