FunktionenPreiseÜber unsArtikelDokumentation
Entwickler

API, SDK, MCP und Webhooks.

EntwicklerplattformSchnellstartAuthentifizierungAPI-ReferenzSDKMCPWebhooksFehlerPaginierungRatenbegrenzungenIdempotenzÄnderungsprotokollMigrations- und Versionierungsrichtlinie
Rohe API-DokumentationOpenAPI YAMLAsyncAPI YAML
  1. Startseite
  2. /
  3. Entwickler
  4. /
  5. MCP

MCP

FabHub MCP (@fabhub/mcp) stellt einen festen, öffentlich freigegebenen Satz von Tools für API-gestützte Agenten-Workflows bereit. Jedes Tool wird auf genau einen öffentlichen API-Scope abgebildet; es gibt keinen generischen HTTP-Proxy.

Installation

npx -y @fabhub/mcp

Lokale Konfiguration

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

Der Server bewirbt nur die Tools, für die Ihr Schlüssel Scopes besitzt, sodass ein Agent niemals über die Berechtigungen der Anmeldeinformation hinaus aufrufen kann.


Tool-Sicherheit

  • Schreibgeschützte Tools sind verfügbar, wenn die Anmeldeinformation den passenden Lese-Scope besitzt.
  • Schreib-Tools erfordern den passenden Schreib-Scope und eine explizite Bestätigungseingabe.
  • Destruktive Tools erfordern den Lösch-Scope und eine explizite Löschbestätigung.
  • Der gehostete HTTP-Modus validiert Anmeldeinformationen pro Anfrage und speichert keine Tenant-Schlüssel.

Tools

ToolScopesSicherheit
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

Tool-Manifest

  • MCP-Tool-Manifest herunterladen
StartseiteFunktionenPreiseÜber unsArtikelDokumentationEntwickler
© FabHubDatenschutz & CookiesNutzungsbedingungenBarrierefreiheit