nitay-neeman/Sum.Mcp.Net
3.1
If you are the rightful owner of Sum.Mcp.Net 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.
SUM MCP is an open-source .NET Model Context Protocol (MCP) server developed by SUM Matrix, designed to expose generic developer tools via MCP.
Tools
11
Resources
0
Prompts
0
SUM MCP — By SUM Matrix
An open-source .NET Model Context Protocol (MCP) server by SUM Matrix.
This repo demonstrates how to expose generic developer tools via MCP using SumMatrixTools.
Tools (SumMatrixTools)
sum.hello— Returns"Hello Sum Matrix!"(optionally greets by name)sum.echo— Echo back textsum.time.now— Current UTC and (optional) local time by IANA TZsum.time.parse— Parse date/time into ISO + Unix epochsum.uuid.new— Generate a UUIDsum.math.add— Add two numberssum.math.sum— Sum an array of numberssum.math.avg— Average an array of numberssum.text.slugify— Convert text into a slugsum.text.extract_emails— Extract emails from textsum.json.validate— Validate JSON and pretty-print it
All tools are stateless and safe (no external network calls).
Quick Start
Prerequisites
- .NET 9 SDK
Run
git clone <your-repo-url>.git
cd <repo-name>
dotnet build -c Release
dotnet run -c Release