← fleetleader.guide

INDIVIDUAL MCP TOOL

list_taxonomy

Get the bicycle.guide vocabulary — domains, shelves (with live guide counts), series, personas, guide_types, and the classification conventions (pillar/spoke, discriminant home, bicycle-guide-serves-all) as machine-readable data rather than prose.

fleetleader.guidenone authenticationAvailability not checked

LIVE ENDPOINT

https://fleetleader.guide/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_taxonomy 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

fleetleader.guide

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.bicycle-guide-registry]
url = "https://fleetleader.guide/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bicycle-guide-registry": {
      "type": "http",
      "url": "https://fleetleader.guide/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bicycle-guide-registry
Remote MCP URL: https://fleetleader.guide/mcp

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": {
    "bicycle-guide-registry": {
      "url": "https://fleetleader.guide/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bicycle-guide-registry": {
      "type": "http",
      "url": "https://fleetleader.guide/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bicycle-guide-registry",
  "transport": "streamable-http",
  "url": "https://fleetleader.guide/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_guides — List the bicycle.guide registry — every guide's home, status, access, standard, syndication and grounding, plus the distribution roll-up (including guides homed to a property with no rendering surface).
  • get_guide — Get one guide's registry row by slug, with its artifact + routing-surface status.
  • list_capabilities — Traverse the capability spine joining books, guides (capability packages), KSAO-grade elements and jobs.