> Validate, clean, and enrich MCP Servers & Tools data with industry-specific rules and lookups. Domain expertise baked into every API call. - Full REST API ```bash pip install -r requirements.txt cp .env.example .env uvicorn main:app --reload --port 8000 open http://localhost:8000/docs ``` ```bash docker compose up -d