An 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.
An educational example demonstrating how to build MCP servers in Python using FastMCP, showing how to expose tools, resources, and prompts to AI clients.
A production-ready MCP server built with FastAPI, providing an enhanced tool registry for creating, managing, and documenting AI tools for Large Language Models (LLMs).