← bridgepathaisolutions.com

INDIVIDUAL MCP TOOL

book_call

Returns the booking URL and the email alternative.

bridgepathaisolutions.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.bridgepathaisolutions.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for book_call and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests sending messages.

Parent server

bridgepathaisolutions.com

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.bridgepath-ai-solutions]
url = "https://www.bridgepathaisolutions.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bridgepath-ai-solutions": {
      "type": "http",
      "url": "https://www.bridgepathaisolutions.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bridgepath-ai-solutions
Remote MCP URL: https://www.bridgepathaisolutions.com/api/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": {
    "bridgepath-ai-solutions": {
      "url": "https://www.bridgepathaisolutions.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bridgepath-ai-solutions": {
      "type": "http",
      "url": "https://www.bridgepathaisolutions.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bridgepath-ai-solutions",
  "transport": "streamable-http",
  "url": "https://www.bridgepathaisolutions.com/api/mcp"
}
MCP Inspector

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

Related tools

  • get_pricing — The complete published price list: audit (free), Work AIOS Systems, AI modules, pilot, care plans, and custom-build floors.
  • get_services — Every service BridgePath sells, with summaries, pricing lanes, and canonical URLs.
  • get_case_studies — The case-study index: real engagements with sourced, dated figures, including outcomes that did not go to plan.
  • request_audit — Returns a machine-readable action descriptor for submitting a Free AI Automation Audit request on behalf of a consenting human principal, via the site's validated public intake endpoint.
  • recommend_services — Describe what the person you are assisting needs, in plain language, and receive matching services from the canonical catalog.
  • purchase — The action descriptor for turning a signed quote into a Stripe Checkout session, including the autonomous spend cap above which a human must confirm.
  • onboard — The onboarding sequence after payment confirms, and how to hand a principal to the humans who deliver.
  • ask_anything_else — For requests outside the implemented capabilities (custom scopes, partnerships, press, negotiations, anything unusual): returns the monitored human contact route.