mcpbeat Sign in

BondSeat MCP Server

by saintmarksventures Your server? Claim it
local only

BondSeat runs on your own machine — the client starts it, so there is no endpoint to ping. 397 installs a week from npm. Last commit 20 Sep 2026.

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

Installs per day peak 397 · avg 13
a month agotoday
397
Installs / week
npm · @bondseat/mcp
0
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check BondSeat every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bondseat -- npx -y @bondseat/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bondseat": {
      "args": [
        "-y",
        "@bondseat/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bondseat]
command = "npx"
args = ["-y", "@bondseat/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bondseat": {
      "args": [
        "-y",
        "@bondseat/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bondseat": {
      "args": [
        "-y",
        "@bondseat/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BONDSEAT_API_URL (Trusted HTTPS BondSeat REST API base. Defaults to production; override only for a configured environment.), BONDSEAT_STATE_FILE (Absolute path to private persistent storage for one diner. Defaults to ~/.bondseat/connection.json. Use a separate file per diner and environment.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BondSeat

same job, measured the same way
Httpstatus
by httpstatus

AI-callable tools for API mocking, testing, monitoring, security, and automation.

answering
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Anakin
by anakin

Web data for AI agents: scrape, crawl, search, deep research, site monitoring, browser automation

361 installs/wk local only
Autonoma Agent Services
by powerliftingdeveloper

Paid agent trust checks, receipt verification, research, data work, and monitoring.

6 tools answering
AgentData — crypto market data with a checkable record
by speteai

Verifiable crypto signals, recorded history and always-on monitoring for AI agents via x402 on Base.

29 tools answering
Axiom
by axiom

List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring.

answering
MCPower Security Proxy
by mcpower-security

Security proxy that automatically wraps MCP servers with real-time monitoring and policy enforcement

local only

BondSeat — questions

Answers built from our own checks of this server.

Why is there no uptime for BondSeat?
BondSeat runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @bondseat/mcp was installed 397 times last week.
How do I connect BondSeat?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @bondseat/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BondSeat?
The npm package @bondseat/mcp was installed 397 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BondSeat open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.