Skip to content
Back to search
100
MCP live v8.9.8 MCP 2025-11-25 streamable-http

Bowmark

ai.bowmark/bowmark

Do things on live websites: prices, availability, quotes, bookings, anything behind a form or login.

Uptime
no direct probes in 30d
Response
1333ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

get_library

**Use this whenever a task touches a live website.** It answers, definitively and cheaply, whether Bowmark can already DO the thing: look up current prices, check real availability or stock, search a …

run

**Executes the task on the real websites** (the search, the price check, the availability lookup, the configurator, the booking flow) and returns what came back. Runs a script you authored against the…

register

**Creates a free Bowmark account and returns an API key.** Call it when a `run` is refused for hitting the anonymous limit, when you expect to make more than a handful of calls, or any time the user s…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bowmark": {
      "url": "https://api.bowmark.ai/mcp/registry",
      "transport": "streamable-http"
    }
  }
}