| ▲ | giacomomaria81 3 days ago | |
French government APIs are free but painful — each has different auth, formats, pagination, and quirks. I normalized 14 of them into a single MCP (Model Context Protocol) server that any AI assistant can plug into. 18 tools covering: weather, air quality, water quality, address geocoding, school holidays with automatic pont detection, school finder, doctor search, pharmacy finder, train stations, public service directory (mairie/CAF/CPAM with opening hours), property prices, natural risks, energy ratings, and company verification. No API keys needed. MIT licensed. Install: npx france-life-mcp Built as a non-coder with Claude — from zero Node.js to published npm package in one evening. The MCP format means it works with Claude Desktop, any MCP-compatible client, or as a standalone Node.js module. | ||