Provides a minimal Model Context Protocol server that exposes various utility functions via JSON-RPC stdio transport.
Local Server is a lightweight implementation of the Model Context Protocol (MCP) server, built in Python. It utilizes JSON-RPC for standard input/output communication, enabling other applications to interact with its built-in utility tools. These tools include functions for safely summing numbers, filtering lines based on a substring, computing SHA-256 hashes, and validating data against a JSON Schema, offering a convenient way to integrate common data processing and validation tasks into automated workflows.
주요 기능
01Computes SHA-256 hash of text input
02Safely sums a list of numbers
03Implements JSON-RPC stdio transport for communication
04Filters lines containing a specified substring
05Validates data against a JSON Schema
060 GitHub stars
사용 사례
01Integrating utility functions with command-line tools like jq or PowerShell
02Running a local MCP server for development and testing
03Automating data processing and validation tasks via MCP protocol calls