eCommerce
bdstally.com
Manages driving school lesson packages, availability, and checkout for a driving school business.
ENDPOINT 1
https://bdstally.com/wp-json/bdstally/v1/mcp
MCP server metadata
- Name
- bdstally
- Version
- 1.0.0
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_infoReturn name, hours, service area, phone, website, and contact methods for BDSTally / Burgess Driving School.
Inferred read-onlylist_packagesList all active lesson packages with name, description, total hours, and price in USD.
Inferred read-onlystart_checkoutCreate a Stripe Checkout session for a package and return a URL.
Potential side effectsCONNECT 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.
bdstally.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.