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

lemon-cake-mcp

v0.3.2

Published

LemonCake MCP Server — Give your AI agent a wallet. Pay-per-call M2M payment infrastructure.

Readme

🍋 lemon-cake-mcp

npm version npm downloads MCP

Give your AI agent a wallet. LemonCake の MCP サーバーで、Claude Desktop / Cursor / Cline などの MCP 互換クライアントから、人間の介在なしに USDC で有料 API を呼び出せるようになります。


🚀 3分で始める

MCP サーバーの利用には LemonCake アカウントと USDC 残高が必要です。

  1. 無料アカウント作成 — メール1つで完了
  2. 残高チャージ — 最低 $5 USDC または JPYC(Billing
  3. Buyer JWT をコピーDashboard → API Keys から
  4. 下記の claude_desktop_config.json に設定

📚 詳細: クイックスタート ドキュメント


📦 インストール

Claude Desktop の場合

~/Library/Application Support/Claude/claude_desktop_config.json(macOS)または %APPDATA%\Claude\claude_desktop_config.json(Windows)に追加:

{
  "mcpServers": {
    "lemon-cake": {
      "command": "npx",
      "args": ["-y", "lemon-cake-mcp"],
      "env": {
        "LEMONCAKE_BUYER_JWT": "eyJhbGci..."
      }
    }
  }
}

Claude Desktop を再起動すれば、🔨 ツールアイコンに LemonCake のツールが表示されます。

Cursor / Cline / その他 MCP クライアント

同様に、サーバー起動コマンドを npx -y lemon-cake-mcp / 環境変数に LEMONCAKE_BUYER_JWT を設定してください。

Node.js 要件: v20 以上


🛠️ 提供ツール

| ツール名 | 用途 | |---|---| | setup | 初回セットアップガイド(アカウント作成・チャージ方法を返す) | | list_services | LemonCake マーケットプレイスで利用可能な有料 API 一覧 | | call_service | 指定サービスへ Pay Token 経由で課金付き呼び出し | | check_balance | 現在の USDC 残高と KYA 上限を取得 | | check_tax | 国税庁 API で適格請求書発行事業者番号を検証 | | get_service_stats | サービス別の利用統計・課金履歴集計 |


💡 使い方の例

Claude Desktop で:

「LemonCake で demo_agent_search_api を 0.50 USDC で呼び出して、"AI agent payments" を検索して」

Claude は自動で:

  1. setup でセットアップ状況を確認(初回のみ)
  2. call_service(serviceId="demo_agent_search_api", limitUsdc="0.50", body={query:"AI agent payments"})
  3. 結果を要約して返答

🔐 環境変数

| 変数名 | 必須 | 説明 | |---|:---:|---| | LEMONCAKE_BUYER_JWT | ✅ | Buyer JWT(ダッシュボードの Settings → API Keys から取得)| | LEMONCAKE_API_URL | — | API エンドポイント(デフォルト: https://api.lemoncake.xyz)|


🏃 ローカル開発

git clone https://github.com/evidai/lemon-cake.git
cd lemon-cake/mcp-server
npm install
npm run build
npm start

🔗 関連リンク


📄 ライセンス

MIT © LemonCake