INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://api.bowmark.ai/mcp/registry
Connect to this endpoint to inspect the live schema for run and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bowmark]
url = "https://api.bowmark.ai/mcp/registry"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bowmark": {
"type": "http",
"url": "https://api.bowmark.ai/mcp/registry"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bowmark
Remote MCP URL: https://api.bowmark.ai/mcp/registry
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bowmark": {
"url": "https://api.bowmark.ai/mcp/registry"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bowmark": {
"type": "http",
"url": "https://api.bowmark.ai/mcp/registry"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bowmark",
"transport": "streamable-http",
"url": "https://api.bowmark.ai/mcp/registry"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_library— **Use this whenever a task touches a live website.register— **Creates a free Bowmark account and returns an API key.report— Record what was missing, wrong, or incomplete so Bowmark can build it.