Back to Home
ConnorH2582 icon

lgnd-similarity-search

Verified Safe

by ConnorH2582

Overview

A full-stack geospatial similarity search application allowing natural-language queries to find visually similar imagery chips on an interactive map with live weather.

Installation

Run Command
uvicorn backend.mcp_server.server:app --reload --host 127.0.0.1 --port 8000

Security Notes

The server demonstrates good security practices for a demo application: parameterized queries are used for DuckDB to prevent SQL injection, CORS is correctly configured with `allow_credentials=False` when `allow_origins=["*"]`, and external API calls (OSM Nominatim, Open-Meteo) do not rely on hardcoded secrets (Open-Meteo is keyless, OSM is public). No 'eval' or obvious malicious code patterns were found. Minor areas for further hardening in a production environment could include explicit input validation for all API parameters, rate limiting, and robust authentication/authorization mechanisms.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-05

Tags

GeospatialSimilarity SearchVector EmbeddingsFastAPIReact