A containerized MCP server using FastMCP that provides a simple calculator tool
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-saha-rajdeep-remote-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Remote MCP Server on Kubernetes (Amazon EKS) A containerized MCP (Model Context Protocol) server using FastMCP that provides a simple calculator tool for adding two numbers. This MCP server runs on Amazon EKS. The highlevel diagram of this project below:  [Detailed walkthrough video](https://youtu.be/jv67szyjKfc) ## Files - `server.py` - FastMCP server with add_numbers tool - `requirements.txt` - Python dependencies - `Dockerfile` - Container definition - `k8s-deployment.yaml` - Kubernetes deployment and LoadBalancer service - `test_mcp_client.py` - Test Remote MCP Server ## Building the Container ```bash docker build -t mcp-calculator:latest . ``` ## Running Locally ```bash # Run the container locally docker run -p 8000:8000 mcp-calculator:latest ``` The server will be available at `http://localhost:8000` ## Push to repo You can push this image to either Dockerhub or an ECR repo ## Deploying to Amazon EKS ### Prerequisites - AWS CLI configured with appropriate permissions - kubectl installed - Docker installed and running ### EKS Cluster You can use an existing EKS cluster or create a new one, it's upto you. Ensure that your terminal has access to run Kubectl on it ### Deployment Steps IMPORTANT: Change the container image to the repo URI in k8s-deployment.yaml file 1. **Deploy MCP Server container to EKS**: ```bash # Deploy the application kubectl apply -f k8s-deployment.yaml # Check deployment status kubectl rollout status deployment/mcp-calculator # Get service information kubectl get services mcp-calculator-service ``` 2. **Get the LoadBalancer external IP**: ```bash kubectl get services mcp-calculator-service -w ``` ## Testing the MCP Server The server provides one tool: - `add_numbers(a: float, b: float) -> float` - Adds two numbers together ### Testing with curl The MCP server is currently deployed and accessible at: ``` http://<insert loadbalancer url>/mcp/ ``` #### Complete curl …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.