Enables AI assistants to spawn and manage long-running cloud agents via MCP, offloading tasks to AWS Bedrock AgentCore.
| Tool name | Description | Destructive? |
|---|---|---|
| list_providers | โ no | |
| list_capabilities | โ no | |
| list_account_profiles | โ no | |
| check_cloud_agent_runtimeโ | โ yes | |
| spawn_cloud_agentโ | โ yes |
| dispatch_task | โ no | |
| get_task_status | โ no | |
| get_task_logs | โ no | |
| get_task_result | โ no | |
| cancel_task | โ no |
{
"mcpServers": {
"agent-dispatchmcp-1": {
"command": "npx",
"args": [
"-y",
"@agent-dispatch/mcp-server"
]
}
}
}