What problem does it solve? Network operators publishing IP geolocation feeds often produce CSV files with invalid country codes, malformed region codes, deprecated postal codes, or non-public IP ranges, causing geolocation providers to ignore or misinterpret their data. ## Core Features & Use Cases - RFC 8805 Validation: Checks CSV structure, IP prefix syntax, ISO 3166-1 country codes, ISO 3166-2 region codes, and deprecated postal code fields against the standard. - Opinionated Tuning Suggestions: Flags overly large prefixes, missing region codes, small-territory redundancies, and do-not-geolocate entries beyond baseline RFC compliance. - HTML Tuning Reports: Generates a structured report summarizing errors, warnings, suggestions, and accuracy-level statistics, enriched with tuning data from Fastah's MCP lookup tool. - Use Case: An ISP engineer pastes a geofeed CSV or provides its public URL, and receives a full validation report listing every invalid prefix, mismatched region, and actionable improvement. ## Quick Start Ask the assistant to validate and tune your IP geolocation feed by providing a local CSV file or a public feed URL.