← bowmark.ai

INDIVIDUAL MCP TOOL

get_library

**Use this whenever a task touches a live website.

bowmark.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.bowmark.ai/mcp/registry

No auth detected

Connect to this endpoint to inspect the live schema for get_library and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

bowmark.ai

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

  • 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.
  • register — **Creates a free Bowmark account and returns an API key.
  • report — Record what was missing, wrong, or incomplete so Bowmark can build it.