This map generation MCP server, developed by an unnamed author, provides tools for creating map images from geographic coordinates. Built with Python 3.13 and leveraging libraries like Folium and Selenium, it offers functions for geocoding addresses and generating static map images from GeoJSON data. The implementation focuses on simplicity, with just two main tools: one for fetching GPS coordinates and another for creating map visualizations. It's particularly useful for tasks like location-based data visualization, address validation, or generating custom map images for reports or presentations, enabling AI assistants or applications to work with geographic data without directly handling mapping APIs or browser interactions.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Used to get GPS coordinates from the API for creating GEOJSON.
Create a map image and show it. (Showing only works on MacOS for now.)