Business Bridge MCP Server
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_connectorsB | Alle verfügbaren Business-Connectors anzeigen. Zeigt sowohl verfügbare Plattformen als auch bereits konfigurierte Verbindungen. |
| get_connector_statusA | Status eines bestimmten Connectors prüfen. Zeigt ob der Connector konfiguriert ist und welche Einstellungen hinterlegt sind. Args: connector_name: Name des Connectors (z.B. "mein-shop") |
| connect_shopifyA | Shopify-Store verbinden. Richtet eine Verbindung zu einem Shopify-Store ein. Danach können Produkte, Bestellungen und Inventar abgefragt werden. Args: connector_name: Eindeutiger Name für diese Verbindung (z.B. "mein-shop") store_url: Shopify Store URL (z.B. "https://mein-shop.myshopify.com") api_key: Shopify Admin API Access Token |
| shopify_get_productsB | Produkte aus einem Shopify-Store abrufen. Args: connector_name: Name des Shopify-Connectors limit: Maximale Anzahl Produkte (Standard: 10, Max: 50) |
| shopify_get_ordersA | Bestellungen aus einem Shopify-Store abrufen. Args: connector_name: Name des Shopify-Connectors limit: Maximale Anzahl Bestellungen (Standard: 10, Max: 50) status: Filter — "any", "open", "closed", "cancelled" |
| shopify_get_inventoryA | Inventar-Levels aus einem Shopify-Store abrufen. Zeigt Lagerbestände für alle Produkt-Varianten. Args: connector_name: Name des Shopify-Connectors limit: Maximale Anzahl Produkte (Standard: 10, Max: 50) |
| connect_wordpressA | WordPress-Site verbinden. Richtet eine Verbindung zu einer WordPress-Site ein. Die REST API muss aktiviert sein (Standard bei WordPress 4.7+). Args: connector_name: Eindeutiger Name für diese Verbindung site_url: WordPress Site URL (z.B. "https://mein-blog.de") api_key: Optional — Application Password oder JWT Token |
| wordpress_get_postsB | Beiträge von einer WordPress-Site abrufen. Args: connector_name: Name des WordPress-Connectors limit: Maximale Anzahl Beiträge (Standard: 10, Max: 50) search: Optional — Suchbegriff zum Filtern |
| wordpress_get_pagesA | Seiten von einer WordPress-Site abrufen. Args: connector_name: Name des WordPress-Connectors limit: Maximale Anzahl Seiten (Standard: 10, Max: 50) |
| wordpress_get_commentsA | Kommentare von einer WordPress-Site abrufen. Args: connector_name: Name des WordPress-Connectors limit: Maximale Anzahl Kommentare (Standard: 10, Max: 50) post_id: Optional — Nur Kommentare zu einem bestimmten Beitrag |
| connect_calendlyA | Calendly-Account verbinden. Richtet eine Verbindung zum Calendly-Account ein. Benötigt einen Personal Access Token von calendly.com/integrations. Args: connector_name: Eindeutiger Name für diese Verbindung api_key: Calendly Personal Access Token |
| calendly_get_event_typesA | Event-Typen (Terminarten) aus Calendly abrufen. Zeigt alle aktiven Terminarten mit Dauer und Buchungs-URLs. Args: connector_name: Name des Calendly-Connectors |
| calendly_check_availabilityA | Verfügbarkeit in einem Zeitraum prüfen. Zeigt geplante Events im angegebenen Zeitraum. Freie Slots sind die Lücken zwischen den Events. Args: connector_name: Name des Calendly-Connectors start_time: Startzeit im ISO-Format (z.B. "2026-03-20T09:00:00Z") end_time: Endzeit im ISO-Format (z.B. "2026-03-20T18:00:00Z") |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/AiAgentKarl/business-bridge-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server