build_club_mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@build_club_mcpgreet Alice"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server on Amazon Bedrock AgentCore Runtime (Minimal README)
This project demonstrates how to build, test, and deploy an MCP (Model Context Protocol) server onto Amazon Bedrock AgentCore Runtime with OAuth (Cognito) authentication. It also includes local and remote MCP clients for testing tool discovery and invocation.
Features
MCP Server built with FastMCP
Three example tools:
add_numbersmultiply_numbersgreet_user
Local MCP client for testing
Cognito-secured AgentCore Runtime deployment
Remote client with automatic JWT refresh
End-to-end demo: build → deploy → authenticate → invoke tools
Related MCP server: MCP Hello World Server
Project Structure
mcp_server_project/
├── mcp_server.py # MCP server implementation
├── my_mcp_client.py # Local testing client
├── my_mcp_client_remote.py # Remote (Cognito-authenticated) client
├── invoke_mcp_tools.py # Remote invocation demo (tool calls)
├── requirements.txt
└── notebooks/
├── hosting_mcp_server.ipynb # Main tutorial notebook
└── runtime_with_strands_and_bedrock.ipynb # Additional runtime examplesLocal Development
Start the MCP server
python mcp_server.pyList available tools
python my_mcp_client.pyDeploy to AgentCore Runtime
Deployment is handled via the AgentCore Starter Toolkit, which:
Generates a Dockerfile
Builds and pushes container to ECR
Creates an AgentCore Runtime
Configures OAuth via Cognito
Run the deployment steps in the accompanying notebook:
Hosting MCP Server on Amazon Bedrock AgentCore Runtime – OAuth Inbound Authentication
This notebook creates:
Cognito User Pool + App Client
JWT-based authorizer configuration
AgentCore Runtime instance
SSM + Secrets Manager entries for connection details
Remote Invocation
Once deployed, you can test the MCP server using:
python my_mcp_client_remote.pyOr invoke specific tools:
python invoke_mcp_tools.pyThe clients automatically:
Fetch Agent ARN from SSM
Fetch Cognito tokens (and refresh when needed)
Connect to the MCP server over streamable HTTP
Perform
initialize,list_tools, andcall_tooloperations
Requirements
Python 3.10+
AWS credentials configured
Docker
Amazon Bedrock AgentCore Starter Toolkit
FastMCP & MCP libraries
Full dependencies listed in:
requirements.txt
Notebooks reference:
AWS Show & Tell session: AgentCore + Gateway deep dive
AgentCore Runtime tutorial with Strands Agents
Cleanup
To remove deployed resources, use the cleanup section in the notebook:
Deletes AgentCore runtime
Removes ECR repo
Removes SSM parameter + Secrets Manager entries
always check manually via thee AWS console to ensure that the cleanup has been effective
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA simple MCP server that provides a basic greeting tool and serves as a starter template for AWS Lambda deployment. Demonstrates how to build and deploy MCP servers with both local development and cloud deployment capabilities.Last updated127MIT
- FlicenseBqualityDmaintenanceAn example MCP server demonstrating how to create custom tools for LLMs like Claude. It provides sample tools for generating personalized greetings and performing basic arithmetic calculations.Last updated2
- Flicense-qualityDmaintenanceA sample MCP server that provides basic arithmetic tools like addition, subtraction, multiplication, and division. It serves as a demonstration for implementing the Model Context Protocol and connecting custom tools to clients like Claude Desktop.Last updated
- Flicense-qualityCmaintenanceA basic MCP server for deployment to Amazon Bedrock AgentCore Runtime, enabling tool integration via FastMCP with streamable HTTP transport.Last updated
Related MCP Connectors
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mkingopng/build_club_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server