Agent Builder MCP Server
An MCP server that provides tools and knowledge for building, deploying, and managing agents on AWS Transform.
This server works with any MCP-compatible client — Kiro, Claude Code, Cursor, Windsurf, or any other IDE/tool that supports the Model Context Protocol.
Installation
pip install agent-builder-mcp-aws-transform
This installs an agent-builder-mcp command that speaks MCP over stdio.
Quick start
With Kiro (recommended)
Install the AWS Transform Agent Toolkit Kiro Power for the full guided experience — it configures this MCP server automatically and adds steering rules that guide Kiro through the entire agent-building process.
With any MCP client
Add the server to your MCP configuration:
{
"mcpServers": {
"agent-builder": {
"command": "uvx",
"args": ["--from", "agent-builder-mcp-aws-transform", "--with", "mcp>=1.0.0,<2.0.0", "agent-builder-mcp"]
}
}
}
Restart your IDE/tool. It will now have access to the agent-builder tool set.
What it provides
Tools are grouped into six categories:
- Search — retrieve documentation and examples from the bundled AWS Transform knowledge base (BM25 keyword search, no network calls, no embeddings).
- Agent registry — look up, register, update, deregister, and version agents.
- Skill operations — manage the skills an agent exposes.
- Deployment — package and deploy agents to AWS.
- Validation — check agent manifests and configurations before deployment.
- CloudWatch — query agent logs and metrics.
Requirements
- Python 3.11+
- AWS credentials configured (standard
boto3credential chain) for deployment and CloudWatch tools. Search and validation work offline. - Deployment & registration tools: Your AWS account must be allowlisted for the AWS Transform composability initiative. Contact your Partner Development Manager (PDM) or apply through AWS Partner Central. Search and validation tools work without allowlisting.
Development
Retrieval benchmark
The bundled BM25 search is gated by a quality benchmark (48 golden queries across 6 categories):
pip install -e .
python bench/eval_retrieval.py
CI enforces Recall@5 >= 0.70 and MRR >= 0.60. Current: Recall@5 = 0.80, MRR = 0.85.
License
Apache-2.0. See LICENSE and THIRD-PARTY-NOTICES.txt.
Release files for agent-builder-mcp-aws-transform 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_builder_mcp_aws_transform-1.1.1.tar.gz | 211.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_builder_mcp_aws_transform-1.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 443.4 kB
Release files / agent_builder_mcp_aws_transform-1.1.1.tar.gz
| Download URL | agent_builder_mcp_aws_transform-1.1.1.tar.gz |
|---|---|
| Size | 211.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9586b7e1e62101488cda09c95e99b46d3970a324542ce0613e24173d9cbc1e5d
|
|
BLAKE2b-256 checksum How to use checksums |
f297b4048fe1729d30b69ebc6c32454fe1b5ad90f910cc3fa6b0c8f25441721f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 1, 2026.
Transparency logRelease files / agent_builder_mcp_aws_transform-1.1.1-py3-none-any.whl
| Download URL | agent_builder_mcp_aws_transform-1.1.1-py3-none-any.whl |
|---|---|
| Size | 232.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
71a9b53059e01760b76574d78889ec60473471ff5f20ae3dd47e7d703cab3128
|
|
BLAKE2b-256 checksum How to use checksums |
551491ce9cd94bb60a0b220947169f653384573ea5a0c935d4bac0e3c194c8e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 1, 2026.
Transparency log