← pocketdrives.ai
INDIVIDUAL MCP TOOL
drives_location_suggest
Autocomplete cities, airports, and venues for search location input.
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.pocket-drives-mcp]
url = "https://pocketdrives.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pocket-drives-mcp": {
"type": "http",
"url": "https://pocketdrives.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pocket-drives-mcp
Remote MCP URL: https://pocketdrives.ai/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": {
"pocket-drives-mcp": {
"url": "https://pocketdrives.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pocket-drives-mcp": {
"type": "http",
"url": "https://pocketdrives.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pocket-drives-mcp",
"transport": "streamable-http",
"url": "https://pocketdrives.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
drives_search_vehicles— Search the Pocket Drives marketplace for available rental vehicles by location, dates, category, and filters.drives_vehicle_detail— Get full details for a specific vehicle including rates, host info, and organization policies.drives_vehicle_availability— Get a monthly availability calendar with daily rates for a vehicle.drives_get_quote— Calculate a full rental quote including daily breakdown, taxes, deposit, and total for a date range.drives_airport_search— Search airports for delivery pickup with delivery fee information.drives_venue_search— Search stadiums, arenas, and venues for delivery pickup with delivery fee information.drives_host_showroom— Get a host profile page with bio, locations, team, and social links by username.drives_vehicle_reviews— List published renter reviews for a vehicle.