A community user expressed interest in a Kong plugin for address lookup based on location search keywords, leading to the development of a Python-based solution utilizing the GeoPy library. This plugin, designed for the Kong Gateway, extracts location keywords from API request headers, uses GeoPy to determine address details, and appends latitude and longitude information to the request as headers before forwarding it upstream. The setup involves running a Python plugin server alongside Kong Gateway using Docker and Docker Compose, leveraging Kong's support for external plugins via Unix Sockets. The plugin operates mainly in the access phase of a request's life-cycle, allowing for header modifications and ensuring resilience through exception handling. Configured using Kong's declarative configuration, the plugin can be tailored to use different headers as specified by the user, demonstrating its flexibility and adaptability. Users are encouraged to explore further by accessing examples provided in the kong-python-pdk and engaging with the Kong community for support and collaboration.