MCP ExplorerExplorer

Agentcraft Mcp

@seyhunakon a year ago
1 MIT
FreeCommunity
AI Systems
AgentCraft MCP Server

Overview

What is Agentcraft Mcp

AgentCraft MCP Server is an AI Agent framework that enables the deployment of intelligent agents capable of understanding, learning, and evolving according to business needs. It integrates with AgentCraft to facilitate secure communication and data exchange between AI agents.

Use cases

Use cases for AgentCraft MCP include deploying chatbots for customer support, automating data retrieval and processing tasks, integrating with existing enterprise systems for enhanced functionality, and creating custom AI solutions tailored to specific business needs.

How to use

To use AgentCraft MCP, install it via pip with the command ‘pip install agentcraft-mcp’. Configure it by adding the necessary settings to your claude_desktop_config.json file, including the AgentCraft Bearer Token for authorization. Start the server using ‘python -m agentcraft_mcp.server’.

Key features

Key features include secure AI agent communication, support for both premade and custom AI agents, a scalable architecture suitable for enterprises, and compatibility with Windsurf MCP and example integrations for Cline and 5ire MCP clients.

Where to use

AgentCraft MCP can be used in various fields such as enterprise solutions, customer service automation, data analysis, and any application that requires intelligent agent interactions and data processing.

Content

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers