family_tree_mcp_demo
If you are the rightful owner of family_tree_mcp_demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project provides a Model Context Protocol (MCP) server for exploring and querying a fictitious family tree.
The Family Tree MCP Demo is a server implemented in C# using .NET, designed to facilitate the exploration and querying of a fictional family tree. It offers tools for retrieving, adding, and updating family members and their relationships. The project is structured to include a simple web service that returns JSON data, a console-based server for MCP clients, and various clients utilizing different AI extensions. The server is easily extendable, allowing for the addition of new tools to enhance its functionality. It is particularly useful for educational and demonstration purposes, showcasing how MCP can be used to manage and analyze family tree data.
Features
- List all people in the family tree
- Query individual family members by ID
- Analyze relationships (parents, children, spouses)
- Easily extendable with new tools