General Tools
bumptobabysa.co.za
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://api.bumptobabysa.co.za/mcp
MCP server metadata
- Name
- Bump to Baby MCP Server
- Version
- 1.0.0
Known tools 9
get_studio_infoRetrieve official studio information for Bump to Baby in Montana, Pretoria including location, operating hours, contact phone, email, studio amenities, and elective scan philosophy.
Potential side effectsget_scan_packages_and_pricingRetrieve real-time ultrasound packages, scan durations, prices in South African Rand (ZAR), and full inclusions (thermal prints, high-definition digital videos/photos sent to phone, baby heartbeat recording).
Inferred read-onlyget_gestational_guideGet recommended pregnancy week windows for each scan type (e.g.
Inferred read-onlycheck_booking_availabilityCheck real-time slot availability for baby scans on a specific date in Pretoria.
Inferred read-onlycreate_bookingBook a non-diagnostic elective 2D/3D/4D ultrasound scan appointment directly at Bump to Baby Montana.
Inferred read-onlylookup_booking_statusLook up an existing appointment by phone number or booking reference to check status, date, time, and service details.
Inferred read-onlyget_studio_faqs_and_policiesRetrieve answers to frequently asked questions, clinic policies on bringing family/children, twins/multiples pricing, diagnostic disclaimers, and re-scan policies.
Inferred read-onlyCONNECT 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.bump-to-baby-mcp-server]
url = "https://api.bumptobabysa.co.za/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bump-to-baby-mcp-server": {
"type": "http",
"url": "https://api.bumptobabysa.co.za/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bump-to-baby-mcp-server
Remote MCP URL: https://api.bumptobabysa.co.za/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": {
"bump-to-baby-mcp-server": {
"url": "https://api.bumptobabysa.co.za/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bump-to-baby-mcp-server": {
"type": "http",
"url": "https://api.bumptobabysa.co.za/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bump-to-baby-mcp-server",
"transport": "streamable-http",
"url": "https://api.bumptobabysa.co.za/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.