# {{ name }} This is a template MCP server generated by the AgentCore CLI. Demonstrates HTTP tool patterns with proper error handling and retry logic. ## Quick Start ```bash # Create and activate virtual environment uv venv source .venv/bin/activate # or .venv\Scripts\activate on Windows # Install dependencies uv sync # Run the server uv run server.py ``` ## Available Tools | Tool | Description | | ----------------- | ------------------------------------------------------ | | `lookup_ip` | Look up geolocation and network info for an IP address | | `get_random_user` | Generate a random user profile for testing | | `fetch_post` | Fetch a post by ID from JSONPlaceholder API |