mcp-tool-tingz
Verified Safeby tinymindkin
Overview
A Python toolkit for building Model Context Protocol (MCP) servers, exposing user-defined tools via JSON-RPC over WebSocket or stdio.
Installation
No command providedSecurity Notes
The framework itself appears robust, using standard practices (FastAPI for WebSocket, JSON-RPC 2.0). No direct indications of 'eval' or malicious intent. The primary security consideration will be the quality and safety of the custom tools implemented by the user, as the framework serves to expose them.
Similar Servers
fastmcp
FastMCP is an ergonomic interface for the Model Context Protocol (MCP), providing a comprehensive framework for building and interacting with AI agents, tools, resources, and prompts across various transports and authentication methods.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
fastestmcp
Framework and CLI tool for rapidly generating and developing modular MCP (Model Context Protocol) servers and clients, with capabilities for API integration, code generation, and component-based development.