Sum.Mcp.Net

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

License: MIT .NET Protocol

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 text
  • sum.time.now — Current UTC and (optional) local time by IANA TZ
  • sum.time.parse — Parse date/time into ISO + Unix epoch
  • sum.uuid.new — Generate a UUID
  • sum.math.add — Add two numbers
  • sum.math.sum — Sum an array of numbers
  • sum.math.avg — Average an array of numbers
  • sum.text.slugify — Convert text into a slug
  • sum.text.extract_emails — Extract emails from text
  • sum.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