Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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