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

@guix77/mcp-inpi-pi

v0.1.1

Published

Serveur MCP exposant l'API Propriété industrielle de l'INPI

Downloads

230

Readme

mcp-inpi-pi

Serveur MCP exposant l'API Propriété industrielle de l'INPI.

Ce projet est indépendant et n'est ni affilié, ni approuvé, ni sponsorisé par l'INPI.

Fonctionnalités

| Tool / Resource | Description | |---|---| | search_trademarks | Recherche de marques par nom, classe, titulaire | | get_trademark_details | Fiche complète d'une marque (classes, statut, titulaire, événements) | | nice-classes://list | Classification de Nice — 45 classes avec titres et exemples (données embarquées) |

Installation

npx @guix77/mcp-inpi-pi

Configuration Claude Desktop

{
  "mcpServers": {
    "inpi-pi": {
      "command": "npx",
      "args": ["-y", "@guix77/mcp-inpi-pi"],
      "env": {
        "INPI_USERNAME": "[email protected]",
        "INPI_PASSWORD": "votre-mot-de-passe"
      }
    }
  }
}

Obtenir un compte API INPI (gratuit)

  1. Créez un compte sur data.inpi.fr
  2. Allez dans "Mon espace client" → "Accès APIs PI"
  3. Sélectionnez le contenu "Marques"
  4. Un email d'activation vous sera envoyé pour créer votre mot de passe API

Transport HTTP (expérimental)

Un transport HTTP alternatif est disponible via la commande mcp-inpi-pi-http. Il utilise le protocole Streamable HTTP du SDK MCP (remplaçant le SSE classique, désormais déprécié).

PORT=3000 INPI_USERNAME=… INPI_PASSWORD=… npx @guix77/mcp-inpi-pi-http

Endpoints exposés :

  • POST /mcp — endpoint MCP principal (gestion de sessions via header mcp-session-id)
  • GET /health — health check ({"status":"ok","transport":"streamable-http"})

Ce transport est expérimental : il n'est pas encore intégré dans les configurations Claude Desktop standard.

Docker (expérimental)

# Exporter les variables puis lancer
INPI_USERNAME=… INPI_PASSWORD=… docker compose up -d

Ou sans docker-compose :

docker build -t mcp-inpi-pi .
docker run -p 3000:3000 \
  -e INPI_USERNAME=… \
  -e INPI_PASSWORD=… \
  mcp-inpi-pi

Le conteneur expose uniquement le transport HTTP. Pour une intégration stdio classique (Claude Desktop), aucun conteneur n'est nécessaire.

Variables d'environnement

| Variable | Requis | Description | |---|---|---| | INPI_USERNAME | Oui | Email du compte API INPI | | INPI_PASSWORD | Oui | Mot de passe du compte API INPI | | INPI_MAX_REQUESTS_PER_MINUTE | Non | Limite de requêtes/min (défaut : 30) | | INPI_MAX_REQUESTS_PER_HOUR | Non | Limite de requêtes/h (défaut : 500) | | PORT | Non | Port HTTP pour le transport expérimental (défaut : 3000) |

Exemples d'utilisation

Vérifie si le nom "FreshMeal" est déjà déposé comme marque en classe 43.

Donne-moi les détails de la marque FR4216963.

Couverture et extensions

La couverture de l'API Propriété industrielle par ce serveur MCP est actuellement limitée : elle ne couvre ni les brevets, ni les dessins et modèles, et ne couvre les marques que partiellement.

Vous souhaitez étendre cette couverture ou intégrer d'autres sources de données PI dans vos workflows ? Je peux réaliser cette extension sous forme de prestation sur mesure, et je propose également la conception de workflows Claude (Skills) adaptés à votre métier.

Contactez-moi : [email protected]

Avertissement

Les résultats fournis par cet outil sont indicatifs et ne constituent pas un avis juridique. Consultez un conseil en propriété industrielle pour toute décision relative au dépôt ou à l'utilisation d'une marque.

Licence

MIT


mcp-inpi-pi (English)

MCP server for searching French, European and international trademarks via the INPI API (French National Institute of Industrial Property).

This project is independent and is not affiliated with, endorsed by, or sponsored by INPI.

See French documentation above for setup instructions. The INPI API requires a free account on data.inpi.fr.

Coverage of the Industrial Property API is currently limited: patents and designs are not covered, and trademark coverage is partial. Need to extend coverage or integrate other IP data sources into your workflows? I offer custom development and Claude workflow design (Skills) tailored to your business.

Contact: [email protected]