BILLZ MCP Bridge Server
BILLZ MCPブリッジサーバー
このプロジェクトは、BILLZ 2.0 REST API(https://api-admin.billz.ai)とClaudeの間の「ブリッジ」として機能します。Claudeはこのサーバーを介して、BILLZの商品、販売、顧客、その他のデータを読み取ることができます。
1. 必要なもの
Node.js 18+(プロジェクト実行用)
BILLZ 2.0から取得したClient ID(ログイン)とAPIキー(シークレット)(画像で見た「Advanced settings」内の2つのフィールド)
サーバーをインターネットに公開するための無料ホスティングアカウント(例:Render.comまたはRailway.app)
Related MCP server: MCP Officegest
2. エンドポイントパスについて
✅ 認証(ログイン)部分は確認済みで正しく動作します — 公式BILLZドキュメントの「Аутентификация」セクションに基づいて記述されています:POST /v1/auth/login + {"secret_token": "..."}。
⚠️ 商品/販売/顧客に使用されるパス(/v1/products、/v1/orders、/v1/clients、/v1/categories)はまだ仮のものです — BILLZドキュメントの「Методы」セクションがまだ確認されていないためです。このセクションを開いて、正確なパスを確認してください:https://billzuz.notion.site/API-c2f91aa254f94f8eb7c1b26415dcb25b
そのため、最初は**billz_request(汎用リクエスト)**ツールのみを使用してください — これは正しいパスであれば動作します。なぜなら、正しい認証にのみ依存しているからです。例えばClaudeに:「billz_request を介して GET /v1/products パスにリクエストを送信」 と指示できます — パスが間違っている場合はエラーメッセージが表示され、修正します。
3. お使いのコンピューターでテストする(任意)
cd billz-mcp-server
npm install
cp .env.example .env
# .env faylini ochib, BILLZ_LOGIN, BILLZ_SECRET va MCP_BRIDGE_SECRET
# qiymatlarini to'ldiring
npm startブラウザで http://localhost:3000/health を開けば、サーバーが動作していることを意味します。
4. インターネットに公開する(Render.comの例)
このプロジェクトをGitHubにアップロードします(新しいリポジトリを作成し、ファイルをプッシュします)。
https://render.com サイトでアカウント登録します。
New + → Web Service → GitHubリポジトリを選択します。
設定:
Build Command:
npm installStart Command:
npm start
Environmentセクションで以下を追加します:
BILLZ_BASE_URL=https://api-admin.billz.aiBILLZ_LOGIN=(お使いのClient ID、例:200400493)BILLZ_SECRET=(お使いのAPIキー)MCP_BRIDGE_SECRET=(自分で考えた長いランダムな文字列)
Create Web Serviceボタンを押し、デプロイが完了するのを待ちます。
Renderから次のようなURLが提供されます:
https://billz-mcp-server-xxxx.onrender.com
5. Claudeに接続する
Claudeで Customize → Connectors → 「+」 → Add custom connector ウィンドウを開きます(または組織のOwnerがOrganization Settings経由で)。
Name:
BILLZRemote MCP server URL:
https://billz-mcp-server-xxxx.onrender.com/mcp(必ず末尾が/mcpで終わる必要があります — これはNotionやダッシュボードのリンクではなく、あなた自身のサーバーのアドレスです)Advanced settings内のフィールドに(OAuthではなく、単純なトークンが要求される場合)
MCP_BRIDGE_SECRETの値を入力します。Addボタンを押します。
その後、Claudeに:「BILLZの商品一覧を表示」 または 「BILLZから過去30日間の販売を取得」 と入力すると、自動的に billz_get_products または billz_get_orders ツールが呼び出されます。
6. セキュリティに関する注意事項
.envファイルは決してGitHub(公開リポジトリ)にアップロードしないでください —.gitignoreファイルに.env行を必ず追加してください。MCP_BRIDGE_SECRET— これはサーバーを外部から保護します。これを誰にも渡さないでください。もし
BILLZ_SECRETがどこかで漏洩した場合(例:チャットに書き込んでしまった場合)、BILLZパネルですぐにそれを無効にし、新しいものを作成してください。
7. ファイル構成
billz-mcp-server/
├── package.json # bog'liqliklar ro'yxati
├── .env.example # sozlamalar namunasi
├── README.md # ushbu qo'llanma
└── src/
├── billzClient.js # BILLZ API bilan gaplashish (autentifikatsiya + so'rov)
└── server.js # MCP server (Claude bilan gaplashadigan qism)This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceConnects Claude with Piriod.com API to manage invoicing and payments, enabling listing/creating invoices, searching customers, and viewing payments through natural language.
- Flicense-qualityCmaintenanceExposes a curated subset of the Officegest API v2 (22 CRUD tools) for managing clients, sales, and stock to AI clients like Claude Code and Claude Desktop.1
- AlicenseAqualityDmaintenanceEnables Claude to query and manage Domotz network monitoring through 133 API actions, covering collectors, devices, alerts, and configuration.136MIT
- Flicense-qualityCmaintenanceEnables Claude to access BlitzAPI's B2B data endpoints, allowing sales reps to find contacts, companies, and enriched data using natural language.
Related MCP Connectors
Amazon brand, seller, niche & buy-box intelligence inside your own Claude or ChatGPT.
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/satajanov92-afk/billz-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server