機能料金会社について記事ドキュメント
開発者

API、SDK、MCP、Webhook。

開発者プラットフォームクイックスタート認証APIリファレンスSDKMCPWebhookエラーページネーションレート制限冪等性変更履歴移行とバージョニングポリシー
生のAPIドキュメントOpenAPI YAMLAsyncAPI YAML
  1. ホーム
  2. /
  3. 開発者
  4. /
  5. MCP

MCP

FabHub MCP(@fabhub/mcp)は、API に裏打ちされたエージェントワークフローのための、固定された公開可能なツールセットを公開します。各ツールはちょうど 1 つのパブリック API スコープに対応し、汎用の HTTP プロキシは存在しません。

インストール

npx -y @fabhub/mcp

ローカル設定

{
  "mcpServers": {
    "fabhub": {
      "command": "npx",
      "args": ["-y", "@fabhub/mcp"],
      "env": {
        "FABHUB_API_KEY": "pk_test_example"
      }
    }
  }
}

サーバーは、キーがスコープを持つツールのみをアドバタイズするため、エージェントが認証情報の権限を超えて呼び出すことは決してできません。


ツールの安全性

  • 読み取り専用ツールは、認証情報が対応する読み取りスコープを持つ場合に利用できます。
  • 書き込みツールには、対応する書き込みスコープと明示的な確認の入力が必要です。
  • 破壊的ツールには、削除スコープと明示的な削除確認が必要です。
  • ホスト型 HTTP モードはリクエストごとに認証情報を検証し、テナントキーを保存しません。

ツール

ツールスコープ安全性
list_itemsitems:readread_only
get_itemitems:readread_only
list_item_ingredientsitems:readread_only
list_item_suppliersitems:readread_only
create_itemitems:writewrite, requires confirmation
update_itemitems:writewrite, requires confirmation
delete_itemitems:writedestructive, requires confirmation
get_organizationorganization:readread_only
list_ordersorders:readread_only
get_orderorders:readread_only
list_order_linesorders:readread_only
create_orderorders:writewrite, requires confirmation
update_orderorders:writewrite, requires confirmation
list_contactscontacts:readread_only
get_contactcontacts:readread_only
create_contactcontacts:writewrite, requires confirmation
update_contactcontacts:writewrite, requires confirmation
delete_contactcontacts:writedestructive, requires confirmation
get_usage_summaryusage:readread_only
list_webhookswebhooks:readread_only
get_webhookwebhooks:readread_only
create_webhookwebhooks:writewrite, requires confirmation
update_webhookwebhooks:writewrite, requires confirmation
delete_webhookwebhooks:deletedestructive, requires confirmation
list_webhook_deliverieswebhooks:deliveries:readread_only
list_audit_eventsaudit:readread_only
list_stock_levelsinventory:readread_only
list_stock_documentsinventory:readread_only
get_stock_documentinventory:readread_only
list_stock_document_linesinventory:readread_only
create_stock_documentinventory:writewrite, requires confirmation
update_stock_documentinventory:writewrite, requires confirmation
create_stock_document_lineinventory:writewrite, requires confirmation
update_stock_document_lineinventory:writewrite, requires confirmation
delete_stock_documentinventory:writedestructive, requires confirmation
delete_stock_document_lineinventory:writedestructive, requires confirmation
submit_stock_documentinventory:writewrite, requires confirmation
cancel_stock_documentinventory:writewrite, requires confirmation
approve_stock_documentinventory:writedestructive, requires confirmation
create_item_ingredientitems:writewrite, requires confirmation
update_item_ingredientitems:writewrite, requires confirmation
delete_item_ingredientitems:writedestructive, requires confirmation
create_item_supplieritems:writewrite, requires confirmation
update_item_supplieritems:writewrite, requires confirmation
delete_item_supplieritems:writedestructive, requires confirmation

ツールマニフェスト

  • MCP ツールマニフェストをダウンロード
ホーム機能料金会社について記事ドキュメント開発者
© FabHubプライバシーとCookie利用規約アクセシビリティ