Mcp Address — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Address (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server providing coordinate conversion tools and document search with Qdrant vector database, featuring quadrant-based spatial search and filtering.
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
# Or with pip
pip install uv# Navigate to your project directory
cd MCP_ADDRESS
# Create a virtual environment and install dependencies
uv venv
uv pip install -e .
# Activate the virtual environment (optional, uv can run without activation)
# On macOS/Linux:
source .venv/bin/activate
# On Windows:
.venv\Scripts\activate
# Run
python -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload
The server will start on http://127.0.0.1:8000/sse/
npx @modelcontextprotocol/inspector http://127.0.0.1:8000/sse/
Add this to your Claude Desktop config file:
Location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonConfiguration:
{
"mcpServers": {
"quadrant": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/MCP_ADDRESS",
"run",
"python",
"main.py"
]
}
}
}Replace `/absolute/path/to/MCP_QUADRANT` with your actual project path.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.