AWS Bedrock MCP Client and Server
@sverze
About AWS Bedrock MCP Client and Server
AWS API/lambda hosting MCP client server that queries bedrock LLM using MCP hosted tools
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AWS Bedrock MCP Client and Server?
A Spring Boot application that serves as a client for the Model Context Protocol (MCP), enabling interaction with Amazon Bedrock AI models with tool-using capabilities. It provides a REST API for calculations, weather information, and web page retrieval, and runs as a serverless AWS Lambda function behind API Gateway.
How to use AWS Bedrock MCP Client and Server?
Clone the repository, configure AWS credentials with privileges for Lambda, API Gateway, Bedrock, and the Anthropic Sonnet 4.0 model. Build with mvn clean package install -DWEATHER_API_KEY=<your_key> and deploy using AWS CDK (cdk bootstrap, cdk deploy --context WEATHER_API_KEY=<your_key>). After deployment, use the provided API Gateway URL to call endpoints like /hello, /tools, /calculate, /weather, /webpage, and /query via curl.
Key features of AWS Bedrock MCP Client and Server
- REST API for interacting with Amazon Bedrock models
- MCP tools for calculations, weather, and web page retrieval
- Handles complex AI queries that may use multiple tools
- Serverless and scalable via AWS Lambda and API Gateway
- Deployed and managed with AWS CDK
- Uses Java 21, Spring Boot, and Maven multi-module structure
Use cases of AWS Bedrock MCP Client and Server
- Ask a question like “What is the weather in London and calculate 45 divided by 9?”
- Summarise a web page by providing its URL
- Perform individual tool operations: add numbers, get weather, convert a web page to markdown
- Test the API with a simple hello-world endpoint
FAQ from AWS Bedrock MCP Client and Server
What are the prerequisites to run the application?
Java 21 or later, Maven 3.8+, AWS CLI with appropriate credentials, and a Weather API key from weatherapi.com. AWS CDK must also be installed globally.
What tools are available through the API?
Calculations (add, subtract, etc.), weather information for a given location, and conversion of a web page to markdown.
How is the application deployed?
Deployment is managed with AWS CDK. Run cdk bootstrap followed by cdk deploy --context WEATHER_API_KEY=<your_key> from the aws-bedrock-mcp-client-server-cdk directory.
How can I view logs and monitor the application?
Check the AWS CloudWatch console under the log group /aws/lambda/McpClientServerFunction.
How do I clean up all deployed resources?
Run cdk destroy from the aws-bedrock-mcp-client-server-cdk directory.
Frequently asked questions
What are the prerequisites to run the application?
Java 21 or later, Maven 3.8+, AWS CLI with appropriate credentials, and a Weather API key from weatherapi.com. AWS CDK must also be installed globally.
What tools are available through the API?
Calculations (add, subtract, etc.), weather information for a given location, and conversion of a web page to markdown.
How is the application deployed?
Deployment is managed with AWS CDK. Run `cdk bootstrap` followed by `cdk deploy --context WEATHER_API_KEY=<your_key>` from the `aws-bedrock-mcp-client-server-cdk` directory.
How can I view logs and monitor the application?
Check the AWS CloudWatch console under the log group `/aws/lambda/McpClientServerFunction`.
How do I clean up all deployed resources?
Run `cdk destroy` from the `aws-bedrock-mcp-client-server-cdk` directory.
Basic information
More Cloud & Infrastructure MCP servers
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Comments