← Registry

eCommerce

bdstally.com

Manages driving school lesson packages, availability, and checkout for a driving school business.

1 endpoint4 known toolsFirst detected July 5, 2026Last detected August 10, 2026

ENDPOINT 1

https://bdstally.com/wp-json/bdstally/v1/mcp

No auth detected

MCP server metadata

Name
bdstally
Version
1.0.0
Capabilities
tools
Server instructions

BDSTally is a Tallahassee, FL driving school. Use list_packages and find_availability to read the catalog and open slots, then start_checkout to hand the user a Stripe Checkout URL pre-loaded with the selected package and (optionally) the selected slot.

Known tools 4

get_business_info

Return name, hours, service area, phone, website, and contact methods for BDSTally / Burgess Driving School.

Inferred read-only
list_packages

List all active lesson packages with name, description, total hours, and price in USD.

Inferred read-only
find_availability

List open behind-the-wheel lesson slots in a forward window.

Inferred read-only
start_checkout

Create a Stripe Checkout session for a package and return a URL.

Potential side effects

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.bdstally]
url = "https://bdstally.com/wp-json/bdstally/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bdstally": {
      "type": "http",
      "url": "https://bdstally.com/wp-json/bdstally/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bdstally
Remote MCP URL: https://bdstally.com/wp-json/bdstally/v1/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": {
    "bdstally": {
      "url": "https://bdstally.com/wp-json/bdstally/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bdstally": {
      "type": "http",
      "url": "https://bdstally.com/wp-json/bdstally/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bdstally",
  "transport": "streamable-http",
  "url": "https://bdstally.com/wp-json/bdstally/v1/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bdstally.com was fetched 2026-07-31T07:28:37.831Z and is being refreshed.

Trust status Trusted

bdstally.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.