npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@terralyse/mcp-server

v0.1.1

Published

Terralyse MCP server — branche Claude Desktop aux données foncières françaises officielles (cadastre, DVF, PLU, SIRENE, BODACC, 68+ bases data.gouv.fr). Premier SaaS foncier français compatible Model Context Protocol.

Readme

@terralyse/mcp-server

Le premier serveur MCP (Model Context Protocol) foncier français.

Branche ton Claude Desktop directement à Terralyse et interroge en langage naturel les données officielles françaises : cadastre IGN, DVF, PLU, SIRENE, RNE, BODACC, Géorisques, et plus encore.

🚀 Démarrage rapide

  1. Créez un token API sur terralyse.fr/dashboard/mcp

  2. Ajoutez cette configuration à claude_desktop_config.json :

{
  "mcpServers": {
    "terralyse": {
      "command": "npx",
      "args": ["-y", "@terralyse/mcp-server"],
      "env": {
        "TERRALYSE_TOKEN": "votre-token-ici"
      }
    }
  }
}

Emplacement du fichier :

  • macOS : ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows : %APPDATA%\Claude\claude_desktop_config.json
  • Linux : ~/.config/Claude/claude_desktop_config.json
  1. Redémarrez Claude Desktop

  2. Posez vos questions :

    • "Liste les promoteurs actifs du 92 avec leur dirigeant"
    • "Trouve les parcelles de 600m² à Clamart"
    • "Qui dirige la SCI 842567891 ?"
    • "Fais un diagnostic du 12 rue Victor Hugo à Clamart"

🛠️ Outils exposés (7 tools)

| Tool | Description | |------|-------------| | terralyse_detective_foncier | Identifie les parcelles cadastrales candidates par commune + surface | | terralyse_radiographie_entreprise | SIRENE + RNE + BODACC d'un SIREN | | terralyse_prospection_b2b | Liste d'entreprises par zone + secteur (promoteurs, SCI, agences…) | | terralyse_diagnostic_parcelle | Diagnostic foncier complet (risques, foncier, tissu économique) | | terralyse_dvf_commune | Prix DVF d'une commune : transactions, prix moyen au m², tendance | | terralyse_commune_stats | Stats commune : démographie, revenus, logement, emploi, équipements | | terralyse_plu_adresse | Règles PLU d'une adresse : zone, hauteur max, emprise sol, destination |

💡 Exemples de prompts

▸ "Qui dirige la SCI 842567891 ?"
▸ "Liste les promoteurs actifs dans le 92 avec leurs dirigeants"
▸ "Trouve les parcelles de 600m² à vendre à Clamart"
▸ "Quel est le prix moyen au m² à Boulogne-Billancourt ?"
▸ "Donne-moi les stats socio-éco de Saint-Denis"
▸ "Quel est le zonage PLU du 12 rue Victor Hugo à Clamart ?"
▸ "Fais un diagnostic complet du 24 rue Pasteur à Versailles"

🔐 Sécurité & souveraineté

  • 100 % données publiques françaises sous Licence Ouverte Etalab
  • Aucun scraping, aucun GAFAM
  • Token API révocable à tout moment depuis le dashboard Terralyse
  • Le serveur MCP tourne localement sur votre machine (stdio transport)

📄 License

MIT — Terralyse SAS

🔗 Liens