JUHE API Marketplace
seyhunak avatar
MCP Server

AgentCraft MCP Server

Integrates with the AgentCraft framework to enable secure communication and data exchange between AI agents, supporting both premade and custom enterprise AI agents.

1
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "AgentCraft",
3 "command": "python",
4 "args": [
5 "-m",
6 "agentcraft_mcp.server"
7 ],
8 "env": {
9 "AGENTCRAFT_BEARER_TOKEN": "Your AgentCraft Bearer Token for authorization",
10 "ENVIRONMENT": "PRODUCTION"
11 }
12}
JSON12 lines

README Documentation

AgentCraft MCP Server

logo_sm_dark

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.

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-mcp

Using pip

pip install -e .
pip list | grep agentcraft-mcp

If agentcraft-mcp isn't listed, reinstall using:

Then, run:

python -m agentcraft_mcp.server

Configuration

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
  1. send_agent_data Description: Send data to an agent.

Input:

{  
    "prompt": "Your message here"
}
  1. receive_agent_data Description: Receive data from an agent. Input:
{
  "query": "Your query",
  "tracking_key": "Your tracking key",
  "response_type": "markdown"
}
  1. get_available_agents Description: Get a list of available agents.
Input: None

License

AgentCraft MCP Server is licensed under Crafted company.

Contact

For more information, visit AgentCraft GitHub website or we-crafted.com website.

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source