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

syli-mcp

v1.0.0

Published

Serveur MCP SYLI — l’IA (Cursor, Claude, ChatGPT…) appelle l’API de paiements crypto.

Readme

Serveur MCP SYLI

Serveur Model Context Protocol : Cursor, Claude, ChatGPT (via un hôte MCP) et d’autres IA peuvent appeler l’API SYLI (checkout, paiements, devis, webhooks) avec votre clé syli_live_….

Ne mettez jamais la clé dans le chat. Elle passe par env du serveur MCP.

Outils

| Tool | Action | |---|---| | syli_status | Santé de l’API | | syli_list_currencies | Cryptos du compte (wallet validé, clé requise) | | syli_estimate | Estimation USDT → crypto | | syli_min_amount | Minimum d’encaissement | | syli_create_invoice | Checkout hébergé (invoice_url) | | syli_get_invoice | Lire une facture | | syli_create_payment | Paiement API (pay_address) | | syli_get_payment | Statut d’un paiement | | syli_verify_webhook | Vérifier x-syli-sig |

Prompt : syli_integrate_checkout.

Cursor

Dans Cursor Settings → MCP, ou fichier .cursor/mcp.json :

{
  "mcpServers": {
    "syli": {
      "command": "npx",
      "args": ["-y", "syli-mcp"],
      "env": {
        "SYLI_API_KEY": "syli_live_xxxxxxxx",
        "SYLI_API_URL": "https://syliagregateur.netlify.app/api/v1"
      }
    }
  }
}

Depuis ce dépôt (avant publication npm) :

{
  "mcpServers": {
    "syli": {
      "command": "node",
      "args": ["sdk/mcp/dist/index.js"],
      "env": {
        "SYLI_API_KEY": "syli_live_xxxxxxxx"
      }
    }
  }
}

Relancez Cursor, puis demandez par exemple : « Crée une facture SYLI de 20 USDT ».

Claude Desktop

Fichier claude_desktop_config.json (même bloc mcpServers que ci-dessus).

ChatGPT / Claude.ai

Ces produits parlent souvent à un MCP distant (HTTP). Ce paquet est un serveur stdio (processus local), le mode standard pour Cursor et Claude Desktop. Pour ChatGPT, installez-le dans un hôte local compatible MCP, ou hébergez plus tard un endpoint HTTP.

Variables d’environnement

| Variable | Rôle | |---|---| | SYLI_API_KEY | Clé syli_live_… (obligatoire sauf syli_status / estimate / min-amount). syli_list_currencies exige la clé. | | SYLI_API_URL | Défaut https://syliagregateur.netlify.app/api/v1 | | SYLI_IPN_SECRET | Secret webhook (optionnel, pour syli_verify_webhook) |

Build local

cd sdk/mcp
npm install
npm run build
node dist/index.js

Inspecteur :

npx @modelcontextprotocol/inspector node dist/index.js

Documentation API

https://syliagregateur.netlify.app/docs/api