AgentCraft MCP Server: A secure and scalable AI agent framework
Project description
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-mcp-server==0.1.0
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
- 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: None
License
AgentCraft MCP Server is licensed under Crafted company.
Contact
For more information, visit AgentCraft GitHub website or we-crafted.com website.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentcraft_mcp-0.1.0.tar.gz.
File metadata
- Download URL: agentcraft_mcp-0.1.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7d92e5d951b3d22310745c371dad86fbaf370a5d4256f991ab941c21c868dd9
|
|
| MD5 |
286838f272c23228cad297ed127de22c
|
|
| BLAKE2b-256 |
3dcf19e270f2b8dc3712e6ee7f297a903fb48389757feb28a85d50872dde3342
|
File details
Details for the file agentcraft_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentcraft_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d670a340acbc503b2b88be80b6cbe505dfb785e8ce116cea5a9a4ccc1976ffc
|
|
| MD5 |
b011a24b47c27f37886abcdfbd546b68
|
|
| BLAKE2b-256 |
57ce1444edc5581470f2e4a561f69dc70d54f5aa461d2e03ec91d3efe00eb0df
|