INDIVIDUAL MCP TOOL
add_dedication
Compose a builder URL with a dedication pre-filled — the name shows on the runner's GPS watch and in the Strava activity title.
LIVE ENDPOINT
https://zhenwiaphfwetckfysod.supabase.co/functions/v1/mcp
Connect to this endpoint to inspect the live schema for add_dedication and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.cityheart]
url = "https://zhenwiaphfwetckfysod.supabase.co/functions/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cityheart": {
"type": "http",
"url": "https://zhenwiaphfwetckfysod.supabase.co/functions/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cityheart
Remote MCP URL: https://zhenwiaphfwetckfysod.supabase.co/functions/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": {
"cityheart": {
"url": "https://zhenwiaphfwetckfysod.supabase.co/functions/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cityheart": {
"type": "http",
"url": "https://zhenwiaphfwetckfysod.supabase.co/functions/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cityheart",
"transport": "streamable-http",
"url": "https://zhenwiaphfwetckfysod.supabase.co/functions/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_heart_route_in_city— Find an existing heart-shaped running route in a given city.get_route_details— Get full details for a specific heart route by its slug.list_supported_cities— List cities that have at least one heart route available.generate_heart_route— Start a new heart-shaped route for a given city.add_cause— Compose a builder URL with a fundraising link pre-filled — the URL is embedded into the GPX metadata (description, filename) so it surfaces in the runner's Strava activity after they sync.export_gpx— Return the GPX download / checkout URL for a specific public route.