MCP
Verified Safeby raalrwai
Overview
A minimal API server exposing simple tools for potential integration with AI agents or other applications.
Installation
python app.pySecurity Notes
The code itself is simple and does not contain obvious security vulnerabilities like eval, hardcoded secrets, or malicious patterns. The server binds to 0.0.0.0, which means it listens on all available network interfaces; this is standard but should be considered if deploying publicly without proper network segmentation.
Similar Servers
arcade-mcp
Framework for building and deploying Micro-Copilot (MCP) servers, enabling AI agents to interact with various APIs, databases, and web services through specialized toolkits.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-code-exec-python
This server provides a Model Context Protocol (MCP) interface for executing arbitrary Python code snippets, including optional pip package installations, primarily designed for agent-based interactions on Heroku.
openwebui-tool-server
Provides a unified API endpoint for various tools (calculator, multiple web search engines, webpage content extraction) that can run in either OpenAPI or MCP (Multi-Modal Communicative Protocol) mode.