# Black Car Service — Bay Area Ride Quotes (remote · www.blackcarservice.co)

Bay Area SUV fare estimates, tentative availability and booking links for airport and hourly rides.

- Trust score: 72/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `www.blackcarservice.co`: 72/100 (this document), [markdown](https://verifymcp.io/servers/co-blackcarservice-www-ride-quotes/api-mcp.md), [page](https://verifymcp.io/servers/co-blackcarservice-www-ride-quotes/api-mcp)

## Channel facts

- Endpoint: `https://www.blackcarservice.co/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-27.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 62/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 522 tokens (~261/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Black Car Service — Bay Area Ride Quotes MCP server?

Black Car Service — Bay Area Ride Quotes is a hosted endpoint at https://www.blackcarservice.co/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http co-blackcarservice-www-ride-quotes 'https://www.blackcarservice.co/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "co-blackcarservice-www-ride-quotes": {
      "url": "https://www.blackcarservice.co/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "co-blackcarservice-www-ride-quotes": {
      "type": "http",
      "url": "https://www.blackcarservice.co/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.co-blackcarservice-www-ride-quotes]
url = "https://www.blackcarservice.co/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "co-blackcarservice-www-ride-quotes": {
      "type": "remote",
      "url": "https://www.blackcarservice.co/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add co-blackcarservice-www-ride-quotes --url 'https://www.blackcarservice.co/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  co-blackcarservice-www-ride-quotes:
    url: "https://www.blackcarservice.co/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "co-blackcarservice-www-ride-quotes": {
      "Transport": "http",
      "Url": "https://www.blackcarservice.co/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add co-blackcarservice-www-ride-quotes -t streamable-http -u 'https://www.blackcarservice.co/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "co-blackcarservice-www-ride-quotes": {
      "type": "http",
      "url": "https://www.blackcarservice.co/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-27 (score 72, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-26 (score 71)

First indexed and scored.

## MCP tools (2)

### `quote_ride` (~215 tokens)

Estimate a Bay Area SUV fare

Estimate Black Car Service SUV fares in the San Francisco Bay Area for SFO, OAK and SJC airport transfers, point-to-point rides and hourly chauffeur service, for 1–7 passengers. Pickup dates begin tomorrow in America/Los_Angeles. Hourly rides require hours (1–24); other ride types omit hours. The price excludes extras and gratuity. No availability check, hold, reservation, or payment is performed.

Input parameters:

- `dropoff_address` (string, required): Full destination. For hourly service returning to pickup, repeat the pickup address.
- `hours` (integer): Required for hourly service; omit for airport and one-way rides. Billed minimums apply.
- `passengers` (integer, required)
- `pickup_address` (string, required): Full pickup street address or airport, including city and state.
- `pickup_at` (string, required): ISO 8601 timestamp with explicit UTC offset. Clarify the customer's pickup time in America/Los_Angeles; account for daylight saving time.
- `trip_type` (string, required)

### `check_ride_availability` (~208 tokens)

Check tentative Bay Area SUV availability

Check a requested Bay Area SUV pickup time against current scheduling constraints. Supply the same route, pickup time and passenger inputs as quote_ride. Returns only available, unavailable, or unknown. An available result is tentative and is not a hold or reservation; complete the request at https://www.blackcarservice.co/book. Hourly rides require hours (1–24); other ride types omit hours.

Input parameters:

- `dropoff_address` (string, required): Full destination. For hourly service returning to pickup, repeat the pickup address.
- `hours` (integer): Required for hourly service; omit for airport and one-way rides. Billed minimums apply.
- `passengers` (integer, required)
- `pickup_address` (string, required): Full pickup street address or airport, including city and state.
- `pickup_at` (string, required): ISO 8601 timestamp with explicit UTC offset. Clarify the customer's pickup time in America/Los_Angeles; account for daylight saving time.
- `trip_type` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/co-blackcarservice-www-ride-quotes/api-mcp#diagnostics

## Score history

- 2026-09-27: 72
- 2026-09-26: 71

## Common questions

### What is the Black Car Service — Bay Area Ride Quotes MCP server?

Black Car Service — Bay Area Ride Quotes is an MCP server listed in the public MCP registry as co.blackcarservice.www/ride-quotes. Bay Area SUV fare estimates, tentative availability and booking links for airport and hourly rides. This page covers its hosted endpoint (https://www.blackcarservice.co/api/mcp).

### Is the Black Car Service — Bay Area Ride Quotes MCP server safe to use?

Black Car Service — Bay Area Ride Quotes scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Black Car Service — Bay Area Ride Quotes MCP server expose?

Black Car Service — Bay Area Ride Quotes exposes 2 tools: quote_ride, check_ride_availability. Their descriptions and schemas cost roughly 423 tokens of context every time the server is loaded.

### Does the Black Car Service — Bay Area Ride Quotes MCP server require authentication?

No. We connected to Black Car Service — Bay Area Ride Quotes without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Black Car Service — Bay Area Ride Quotes MCP server still maintained?

Black Car Service — Bay Area Ride Quotes is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.blackcarservice.co/api/mcp
- Website: https://www.blackcarservice.co/ai
- Changelog RSS feed: https://verifymcp.io/servers/co-blackcarservice-www-ride-quotes/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/co-blackcarservice-www-ride-quotes/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/co-blackcarservice-www-ride-quotes/api-mcp
