Back to Home
thuhang2510 icon

test_mcp_server

Verified Safe

by thuhang2510

Overview

An MCP server that manages personal profile data, including zodiac signs and family relations, and exposes this data as tools for an AI agent to answer queries.

Installation

Run Command
python mcp_server.py

Environment Variables

  • ANTHROPIC_API_KEY

Security Notes

The server code itself (mcp_server.py) does not contain explicit 'eval' or 'exec' calls, nor does it hardcode sensitive credentials. Data parsing functions use regular expressions and type conversions, which are generally safe. The 'PEOPLE' dictionary contains sample personal data; in a production system, this type of data would require robust access control and a secure storage mechanism. The client (mcp_client.py) loads an API key from a .env file, which is a standard practice for secret management, and interacts with an external LLM (Anthropic) using a well-defined API.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-17

Tags

AI AgentTool UsePersonal InfoZodiacPython