Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 781 Bytes

File metadata and controls

27 lines (19 loc) · 781 Bytes

{{ 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

# 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