Bowmark
ai.bowmark/bowmarkPre-computed navigation recipes for public websites — skip explore-and-discover.
Tools · 2
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 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…
Similar MCP servers embedding-nearest
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"
}
}
}