← napleselectricbikes.com
INDIVIDUAL MCP TOOL
check_delivery_zone
Whether a lat/lng is inside the free-delivery service area, and the resulting minimum-rental rule.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.napleselectricbikes-com]
url = "https://www.napleselectricbikes.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"napleselectricbikes-com": {
"type": "http",
"url": "https://www.napleselectricbikes.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: napleselectricbikes-com
Remote MCP URL: https://www.napleselectricbikes.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": {
"napleselectricbikes-com": {
"url": "https://www.napleselectricbikes.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"napleselectricbikes-com": {
"type": "http",
"url": "https://www.napleselectricbikes.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "napleselectricbikes-com",
"transport": "streamable-http",
"url": "https://www.napleselectricbikes.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_bikes— List the active e-bike rental fleet with daily pricing tiers and features.check_availability— Available unit count per bike for a date range (inclusive).get_quote— Price quote for one bike line plus booking eligibility (3-day single-bike minimum, 7-day out-of-zone minimum, 8 PM ET cutoff).create_booking— Create a booking and get a Stripe Checkout URL.