Implements core computational tools including mathematical operations (sum), text processing (grep, SHA-256 hashing), and data validation utilities
MCP Local Server
Minimal Model Context Protocol (MCP) server written in Python.
Features
- Implements JSON-RPC stdio transport.
- Tools:
sum
: safely sum a list of numbers.grep_lines
: filter lines containing a substring.sha256
: compute SHA-256 hash of text.json_validate
: validate data against a JSON Schema.
Usage
Run locally
Test with jq or PowerShell
Example tool call
Logging
Setea MCP_LOG_FILE
para escribir JSONL además de stderr
:
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A minimal Model Context Protocol server that provides basic utility tools including mathematical operations, text processing, hashing, and JSON validation. Implements JSON-RPC stdio transport for local testing and development.
Related MCP Servers
- -securityAlicense-qualityA simple implementation of a Model Context Protocol server that demonstrates core functionality including mathematical tools (add, subtract) and personalized greeting resources.Last updated -62PythonGPL 3.0
- AsecurityFlicenseAqualityA simple Model Context Protocol server that provides standardized tool functionality, currently implementing a basic calculator for adding two numbers together.Last updated -2593JavaScript
- -securityFlicense-qualityA minimal example server implementing the Model Context Protocol, providing addition and multiplication tools for learning and experimentation with MCP clients.Last updated -Python
- AsecurityAlicenseAqualityA comprehensive Model Context Protocol server providing access to 70+ IT tools for developers and system administrators, including encoding/decoding, text manipulation, hashing, and network utilities.Last updated -768398TypeScriptMIT License