AgentCraft MCP Server
Servidor MCP de AgentCraft
Descripción general
AgentCraft es un producto asociado de Crafted™. Nuestro framework de agentes de IA le permite implementar agentes inteligentes que comprenden, aprenden y evolucionan con las necesidades de su negocio. Ofrece agentes de IA prediseñados y personalizados para empresas, lo que garantiza soluciones seguras y escalables.
Este servidor MCP se integra con AgentCraft , lo que permite que los agentes de IA interactúen e intercambien datos de forma segura.
Related MCP server: NotebookLM MCP Server (Security Hardened)
Características
Comunicación segura entre agentes de IA e intercambio de datos.
Admite agentes de IA personalizados y prediseñados.
Arquitectura escalable y preparada para la empresa.
Admite cliente Windsurf MCP.
Integraciones de ejemplo para clientes MCP de Cline y 5ire.
Instalación
Uso de pip distribuido (recomendado)
pip install agentcraft-mcpUsando pip
pip install -e .
pip list | grep agentcraft-mcpSi agentcraft-mcp no aparece en la lista, reinstálelo usando:
Luego, ejecuta:
python -m agentcraft_mcp.serverConfiguración
Uso con Claude Desktop Agregue esto a su 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"
}
}
}
}Herramientas disponibles
send_agent_data Descripción: Envía datos a un agente.
Aporte:
{
"prompt": "Your message here"
}receive_agent_data Descripción: Recibir datos de un agente. Entrada:
{
"query": "Your query",
"tracking_key": "Your tracking key",
"response_type": "markdown"
}get_available_agents Descripción: Obtener una lista de agentes disponibles.
Input: NoneLicencia
AgentCraft MCP Server tiene licencia de la empresa Crafted.
Contacto
Para obtener más información, visite el sitio web de AgentCraft en GitHub o el sitio web we-crafted.com.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables 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
- AlicenseAqualityAmaintenanceEnables 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.3110678MIT
- Flicense-qualityDmaintenanceEnables multi-agent communication between AI agents via MCP tools with real-time message routing, admin control, and dual-language support.8
- Alicense-qualityBmaintenanceEnables AI agents to share knowledge, coordinate tasks, and maintain persistent memory across distributed infrastructure with secure vaults and 130+ MCP tools.7MIT
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
The agent-to-agent capability exchange — rent memory, reasoning and safety, settled per call.
Agent-to-agent referral network. Discover, recommend, and refer users between AI agents via MCP.
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