Server data from the Official MCP Registry
Geolocation Ai automation via MCP. Includes geolocate ip, calculate distance, parse coordina...
Geolocation Ai automation via MCP. Includes geolocate ip, calculate distance, parse coordina...
This MCP server has critical security issues that prevent it from being safely deployed. The code imports an external authentication module from a hardcoded system path that is not included in the repository, making the security model unverifiable. Additionally, the server attempts to add that same path to sys.path, creating a path traversal risk. The server lacks proper input validation on float parameters, rate limiting is in-memory only and bypassable, and API key handling is opaque due to the external auth dependency. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 15 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-geolocation-ai-mcp": {
"args": [
"-y",
"geolocation-ai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
IP geolocation, distance calculation (Haversine), timezone lookup, and coordinate parsing.
Installation · Docs · Report Bug
pip install geolocation-ai-mcp
# or
npm install -g @meok-ai/geolocation-ai-mcp
See the project repository for full documentation and examples.
MIT © CSOAI
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.