An MCP server that gives your agent live search and fetch access to the Amazon Bedrock AgentCore documentation, plus the Bedrock and IAM docs it cross-references. Every call hits AWS's published docs directly — there's no build-time snapshot to fall out of date.
Everything is fetched from docs.aws.amazon.com on demand and cached only briefly for speed.
Search across AgentCore, Bedrock, and IAM docs. Ranks live-fetched candidate pages and returns titles, URLs, and snippets.
Fetch any docs.aws.amazon.com page live and get back clean markdown — including pages found via cross-references.
List indexed doc sources with live page counts, plus curated seed pages (Runtime, Gateway, Memory, Identity, Tools...).
Works as a local stdio server or a remote Streamable HTTP endpoint — same tools either way.
{
"mcpServers": {
"aws-agentcore-docs": {
"url": "https://agentcoredocs.mcpbuilders.net/mcp"
}
}
}
claude mcp add aws-agentcore-docs -- \ node "/path/to/aws-agentcore-docs-mcp/dist/index.js"
Page counts below are fetched live from this server's own /stats endpoint.