Skip to main content

MCP server that agents built with the Agent Builder SDK use at runtime to talk to AWS Transform

Project description

Agent Builder Agentic MCP Server

An MCP server that agents built with the Agent Builder SDK use at runtime to talk to the AWS Transform platform.

Installation

pip install agent-builder-agentic-mcp-aws-transform

This installs an agent-builder-agentic-mcp command.

Usage

From the SDK (typical)

The SDK's AgentRuntimeServer spawns this MCP server automatically:

from agent_builder_sdk.server.agent_runtime_server import AgentRuntimeServer

server = AgentRuntimeServer(
    agent_factory=my_factory,
    binary_location="agent-builder-agentic-mcp",  # the command installed by this package
    ...
)
server.start()

Standalone (local testing)

agent-builder-agentic-mcp \
  --agenticApiEndpoint https://... \
  --workspaceId <workspace-id> \
  --jobId <job-id> \
  --agentInstanceId <agent-instance-id>

Run agent-builder-agentic-mcp --help for the full set of flags (transport, SSE host/port, custom auth token file, auto-refresh, etc.).

Requirements

  • Python 3.11+
  • AWS credentials configured (standard boto3 credential chain)
  • A valid AWS Transform authorization token in ~/.aws/transform-credentials (or specify with --authTokenFile)

License

Apache-2.0. See LICENSE and NOTICE.

Project details


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

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file agent_builder_agentic_mcp_aws_transform-1.0.0.tar.gz.

File metadata

File hashes

Hashes for agent_builder_agentic_mcp_aws_transform-1.0.0.tar.gz
Algorithm Hash digest
SHA256 253cf102b3f44de3247c9a26c54fc034878d1b58d14e5ff84766008af6e33bc9
MD5 c19098d3acbf90e245557b7089df736c
BLAKE2b-256 ec68c5dc1f021a3a62c8a1c14716b4558fbb4d047d0c00108e2bede70fb2d097

See more details on using hashes here.

File details

Details for the file agent_builder_agentic_mcp_aws_transform-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agent_builder_agentic_mcp_aws_transform-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dfad499bfadc2ca01c312bdd5e9f864e7d55a2395d28c7cf04ae5f77f45857a5
MD5 875e72cfc2680ab24591a80dc3783177
BLAKE2b-256 f97ca7e15fcd59c030dfc55ae05b8975422bba82e3f2c5665ac6c80a46aca625

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page