Back to Home
MoQiii icon

geo_task_mcp_server

Verified Safe

by MoQiii

Overview

A Model Context Protocol (MCP) server for managing geographical tasks, designed to integrate with AI assistants.

Installation

Run Command
python simple_mcp_server.py

Security Notes

The server binds to a specific IP address (10.16.37.211) rather than localhost or 0.0.0.0, which can be restrictive but is not inherently insecure. Data validation is performed using Pydantic, which enhances input safety. The `openapi_client` deserializes JSON responses, but this is mitigated by using Pydantic models for structured data. No 'eval', 'exec', or hardcoded secrets were found in the provided code snippets. Overall security relies on the robustness of the underlying FastMCP framework and the external 'geo_task_server' backend.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-12-06

Tags

MCPGeo-locationTask ManagementPythonAI Integration