AgentCraft MCP Server
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.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seyhunak/agentcraft-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server