iamgauravn/mcp_server
If you are the rightful owner of mcp_server 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 is a simple C# implementation of a Model Context Protocol (MCP) server using .NET 9.
MyFirstMCP is a basic implementation of a Model Context Protocol server using C# and .NET 9. It demonstrates how to set up an MCP server with essential functionalities such as monkey and selling services. The project is structured to include models, services, and tools, providing a comprehensive example of how to build and run an MCP server. The server is designed to fetch data from external APIs and manage records, showcasing the versatility and utility of MCP in handling different types of services. The project is suitable for developers looking to understand the basics of MCP server implementation in a .NET environment.
Features
- MonkeyService: Fetches monkey data from an external API
- SellingService: Manages selling records
- MCP Tools: Provides command interfaces for the services
Tools
EchoTool.cs
Echo Tool
MonkeyTools.cs
Monkey Service Tool
SellingTool.cs
Sales and Service Tools