Skip to content
Back to search
100
MCP live v3.65.6 streamable-http

Bowmark

ai.bowmark/bowmark

Pre-computed navigation recipes for public websites — skip explore-and-discover.

Uptime
94.6%
517 probes
Response
828ms
last probe
Tools
3
callable

Tools · 3

ask

Pre-computed navigation recipes for public websites. CALL BEFORE any browser action on the open web (navigate, click, fetch, fill, URL guess) — replaces explore-and-discover. Returns `{ status, id?, s…

report_outcome

Report whether the RECIPE ran cleanly — not whether you got the user a good answer. Call ONCE per envelope after you finished walking the recipe OR abandoned it. `success: true` = every step executed…

execute

Run a deterministic, precompiled recipe on Bowmark's backend and get the result directly — no browser needed on your side. Call this ONLY when an `ask` envelope came back with an `executable` block; t…

Similar MCP servers embedding-nearest

WingmanProtocol Agent Gateway live
x402 service listed on awesome-x402: WingmanProtocol Agent Gateway [x402: $0.001/call on eip155:8453, category=compute]
271 tools · http
AI Success Story live
First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation.
7 tools · streamable-http
BetterPost live
Finds timely sources across news, social, and the web and writes posts worth publishing.
22 tools · streamable-http
ai.canaryusers/canaryusers live
A flock of AI users tests your deployed app and reports where real people get stuck, with fixes.
3 tools · streamable-http
Licium live
Delegate to specialist agents and access real-time data APIs — through one MCP connection.
5 tools · streamable-http
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
6 tools · streamable-http

How to use

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

{
  "mcpServers": {
    "bowmark": {
      "url": "https://api.bowmark.ai/mcp?s=r",
      "transport": "streamable-http"
    }
  }
}