Documentation Index
Fetch the complete documentation index at: https://docs.bedrock.cv/llms.txt
Use this file to discover all available pages before exploring further.
Cloud MCP Endpoint
Bedrock hosts a cloud MCP server. No infrastructure to run — just point your agent at the endpoint.Configuration
Add the Bedrock MCP server to your agent. Some platforms use OAuth (you’ll authorize via your Bedrock account), while others use an API key in a config file.- Microsoft Copilot
- Claude
- Claude Cowork
- ChatGPT
- Open your agent in Copilot Studio and go to Tools > Add a tool > New tool > Model Context Protocol
- Set “Server name” to “Bedrock” and “Server URL” to
https://api.bedrock.cv/mcp - Set authentication to OAuth 2.0, type “Dynamic discovery”
- Click “Create” and sign in to Bedrock when prompted
Authentication
The MCP server supports two authentication methods:- OAuth 2.1 — used by Claude, Claude Cowork, ChatGPT, and Microsoft Copilot. The platform handles authentication automatically via OAuth discovery. No API key needed.
- API keys — used by config-file-based clients (Claude Code, Cursor, VS Code). Include your key in the
Authorizationheader as a Bearer token.
Verify the Connection
Once configured, test with a simple prompt:Query and return a list of sheets. If you see an authentication error, verify your API key is correct and has access to the project.
Next Steps
Tools Reference
Explore the seven tools your agent now has access to.
Workflow Examples
See how agents chain tools to answer construction questions.