← business.digital

INDIVIDUAL MCP TOOL

book_appointment

Liefert die oeffentliche Termin-Buchungs-URL fuer ein Erstgespraech mit Business.Digital.

business.digitalnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

business.digital

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.business-digital-mcp]
url = "https://business.digital/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "business-digital-mcp": {
      "type": "http",
      "url": "https://business.digital/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: business-digital-mcp
Remote MCP URL: https://business.digital/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "business-digital-mcp": {
      "url": "https://business.digital/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "business-digital-mcp": {
      "type": "http",
      "url": "https://business.digital/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "business-digital-mcp",
  "transport": "streamable-http",
  "url": "https://business.digital/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_magazin — Volltext-Suche im Business.Digital-Magazin (Fachartikel zu Digitalisierung, KI, Automation, E-Commerce).
  • find_tool — Sucht in der Business.Digital-Tooldatenbank (CRM, ERP, Marketing, KI, ...) nach passenden Software-Empfehlungen.
  • find_faq — Beantwortet Fachfragen aus der FAQ-Datenbank.
  • request_quote — Reicht eine Angebotsanfrage ein (erfordert OAuth Scope lead.write).