# BondSeat (npm · @bondseat/mcp)

Snag hard-to-get Resy tables with automatic cancellation monitoring and scheduled release attempts.

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

## Components

- npm · `@bondseat/mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/saintmarksventures-bondseat/bondseat-mcp.md), [page](https://verifymcp.io/servers/saintmarksventures-bondseat/bondseat-mcp)

## Channel facts

- Registry: `npm`
- Package: `@bondseat/mcp`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-26.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 35 of 100 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 5 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 576 tokens (~82/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the BondSeat MCP server?

BondSeat runs locally as an npm package, launched with npx -y @bondseat/mcp. 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 saintmarksventures-bondseat -- npx -y @bondseat/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "saintmarksventures-bondseat": {
      "command": "npx",
      "args": [
        "-y",
        "@bondseat/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "saintmarksventures-bondseat": {
      "command": "npx",
      "args": [
        "-y",
        "@bondseat/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add saintmarksventures-bondseat -- npx -y @bondseat/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "saintmarksventures-bondseat": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@bondseat/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add saintmarksventures-bondseat --command npx --arg -y --arg @bondseat/mcp
```

### Hermes

```yaml
mcp_servers:
  saintmarksventures-bondseat:
    command: "npx"
    args: ["-y", "@bondseat/mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "saintmarksventures-bondseat": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@bondseat/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add saintmarksventures-bondseat -t stdio -c npx -a -y @bondseat/mcp
```

### Other

```json
{
  "mcpServers": {
    "saintmarksventures-bondseat": {
      "command": "npx",
      "args": [
        "-y",
        "@bondseat/mcp"
      ]
    }
  }
}
```

## 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-25 (score 66, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-20 (score 66)

First indexed and scored.

## MCP tools (7)

### `bondseat_restaurants` (~87 tokens)

Find restaurants by name and city/neighborhood, or a Resy URL. BondSeat uses its venue lookup and adds missing verified venues automatically. Check name and location; clarify ambiguous matches. Empty input lists the directory; follow nextCursor with cursor.

Input parameters:

- `city` (string)
- `cursor` (string)
- `q` (string)
- `url` (string)

### `bondseat_request` (~207 tokens)

Start one persistent booking request using a restaurant name plus city/neighborhood, a Resy URL, or a returned restaurantId. BondSeat resolves missing venues automatically; ambiguous matches return choices without starting work. Existing user instructions can authorize it; do not ask again when a table appears. Show any setupUrl to the diner, then schedule status checks to finish setup and report the booking outcome; this connector does not push updates. Identical dining details reuse the original request. Never use this tool to repair a payment or credential problem.

Input parameters:

- `cancelFeeProtectionHours` (integer)
- `city` (string)
- `confirmed` (boolean, required)
- `date` (string, required)
- `endTime` (string, required)
- `executeAt` (string)
- `mode` (string)
- `partySize` (integer, required)
- `restaurant` (string)
- `restaurantId` (string)
- `restaurantUrl` (string)
- `startTime` (string, required)

### `bondseat_status` (~96 tokens)

Read booking status. Without an ID, finish pending setup. Schedule follow-up calls after pollAfterSeconds until terminal or user action is needed, then notify the diner. Follow agentInstruction. This tool does not run background checks. If the runtime cannot schedule follow-ups, say so. Credentials are managed automatically. FIRED monitor outcome or SUCCEEDED scheduled status means booked.

Input parameters:

- `id` (string)
- `kind` (string)

### `bondseat_requests` (~34 tokens)

List existing booking requests. Follow nextCursor with cursor.

Input parameters:

- `cursor` (string)
- `kind` (string)

### `bondseat_stop` (~70 tokens)

Stop future attempts when requested. This cannot cancel a restaurant reservation; an in-flight booking may finish. Follow agentInstruction and nextAction: verify_provider means ask the diner to check their reservations with the provider, without claiming no booking exists.

Input parameters:

- `id` (string, required)
- `kind` (string, required)

### `bondseat_resume` (~49 tokens)

Resume the same unfinished monitor after user authorization. If credentials are required, show nextAction to reconnect first. Never resumes successful bookings.

Input parameters:

- `id` (string, required)
- `kind` (string, required)

### `bondseat_connect` (~33 tokens)

Restore access to existing bookings without starting or resuming a request. Show setupUrl to the diner, then use status.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/saintmarksventures-bondseat/bondseat-mcp#diagnostics

## Score history

- 2026-09-26: 66
- 2026-09-25: 66
- 2026-09-24: 66
- 2026-09-23: 66
- 2026-09-22: 66
- 2026-09-21: 66
- 2026-09-20: 66

## Common questions

### What is the BondSeat MCP server?

BondSeat is an MCP server listed in the public MCP registry as io.github.saintmarksventures/bondseat. Snag hard-to-get Resy tables with automatic cancellation monitoring and scheduled release attempts. This page covers its npm package (@bondseat/mcp).

### Is the BondSeat MCP server safe to use?

BondSeat scores 66 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. 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 BondSeat MCP server expose?

BondSeat exposes 7 tools: bondseat_restaurants, bondseat_request, bondseat_status, bondseat_requests, bondseat_stop, and 2 more. Their descriptions and schemas cost roughly 576 tokens of context every time the server is loaded.

### Is the BondSeat MCP server still maintained?

BondSeat is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the BondSeat MCP server under?

BondSeat declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@bondseat/mcp
- Socket report: https://socket.dev/npm/package/@bondseat/mcp
- Repository: https://github.com/saintmarksventures/bondseat-connector
- Website: https://bond-seat.com/agents
- Changelog RSS feed: https://verifymcp.io/servers/saintmarksventures-bondseat/bondseat-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/saintmarksventures-bondseat/bondseat-mcp.json
- HTML version of this page: https://verifymcp.io/servers/saintmarksventures-bondseat/bondseat-mcp
