test_mcp_server
Verified Safeby thuhang2510
Overview
A local server exposing personal profile and zodiac compatibility tools for an AI agent to consume and interact with.
Installation
python mcp_server.pyEnvironment Variables
- ANTHROPIC_API_KEY
Security Notes
No critical vulnerabilities like 'eval' or command injection were found. Input parsing uses regular expressions and string methods robustly. The server runs locally on '127.0.0.1:8000', limiting network exposure. Personal data for 'PEOPLE' is hardcoded within the source file, which is not ideal for real-world applications but acceptable for a demo. The client handles API keys via environment variables, which is good practice.
Similar Servers
python-mcp-server
This project implements a Model Context Protocol (MCP) server providing weather information tools (alerts and forecasts) via Server-Sent Events (SSE), demonstrating how AI agents can interact with external services.
sritaj_info_mcp_server
This server provides static personal information about 'Sritaj' via the Model Context Protocol (MCP).
MCP-Book-Project
Exposes tools for an MCP-compatible client to search a books database by author or title via an external API.
my-profile-mcp-server
A Model Context Protocol (MCP) server that provides tools to retrieve professional profile information, skills, education, and contact details for an AI assistant or developer environment.