AgentCore Docs MCP

Realtime docs for Amazon Bedrock AgentCore.

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.

pages indexed, live
5
AWS doc sources
15 min
page cache TTL

Three tools, nothing stale

Everything is fetched from docs.aws.amazon.com on demand and cached only briefly for speed.

search_agentcore_docs

Search across AgentCore, Bedrock, and IAM docs. Ranks live-fetched candidate pages and returns titles, URLs, and snippets.

get_agentcore_doc

Fetch any docs.aws.amazon.com page live and get back clean markdown — including pages found via cross-references.

list_agentcore_doc_sections

List indexed doc sources with live page counts, plus curated seed pages (Runtime, Gateway, Memory, Identity, Tools...).

Connect your client

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"
    }
  }
}
Point any Streamable HTTP–capable MCP client (Claude.ai/Desktop connectors, other MCP apps) at this URL. No auth, no API key — it only reads public AWS documentation.
claude mcp add aws-agentcore-docs -- \
  node "/path/to/aws-agentcore-docs-mcp/dist/index.js"
For Claude Code, the VS Code extension, or Claude Desktop's local config — spawns the server as a child process over stdio.

What's indexed

Page counts below are fetched live from this server's own /stats endpoint.