chatbuy-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chatbuy_statusC | ログイン状態を確認する。/ Check login status for a shopping site. |
| chatbuy_loginA | 実ブラウザでログインページを開く。ログイン自体は人が手で行い、以後セッションはこのマシンにローカル保存される。/ Opens a real browser to the login page — you log in yourself once, session persists locally on this machine only. |
| chatbuy_searchB | 自然文の買い物リクエストを商品候補+価格に変換する。/ Turn a natural-language shopping request into candidate items with prices. |
| chatbuy_activateA | サポーターサブスク(任意)を有効化する。登録済みのメールアドレスを渡すと無料枠の上限が外れる。/ Activate the optional supporter subscription by email — removes the free-tier search limit. |
| chatbuy_reviewA | カートに入れて確認/レビューページまで開く。購入確定ボタンには一切触れない — 最後の1クリックは必ずあなた自身。/ Adds items to cart and opens the review page. NEVER clicks the final purchase button — that click is always yours. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct phase: login status, login, search, subscription activation, and cart review. No overlap or confusion between purposes.
All tools share the 'chatbuy_' prefix and mostly use single verbs (login, search, activate, review), but 'status' is a noun, creating a minor inconsistency in the pattern.
Five tools is well-scoped for a shopping assistant, covering the essential workflow without excess or bloat.
The core flow (search, add to cart, review, manual purchase) is covered, along with login and subscription management. Minor gaps like logout or cart modification are not critical given the intentional manual final click.