← bike4mind.com

INDIVIDUAL MCP TOOL

list_models

The live Bike4Mind model catalog — generated from the product's own registry (the same data behind the in-app model picker).

bike4mind.comnone authenticationAvailability not checked

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 endpoint

bike4mind.com

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.bike4mind-com]
url = "https://bike4mind.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bike4mind-com": {
      "type": "http",
      "url": "https://bike4mind.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bike4mind-com
Remote MCP URL: https://bike4mind.com/api/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": {
    "bike4mind-com": {
      "url": "https://bike4mind.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bike4mind-com": {
      "type": "http",
      "url": "https://bike4mind.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bike4mind-com",
  "transport": "streamable-http",
  "url": "https://bike4mind.com/api/mcp"
}
MCP Inspector

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

Related tools

  • get_site_info — What Bike4Mind is, in machine-readable form: the open-core AI workbench (notebooks, agents, 13 artifact types, image gen, data lakes, MCP host+server), licensing (BSL 1.1 → Apache-2.0 ratchet), deployment modes, and every agent-facing surface this site publishes.
  • get_comparison — The full Bike4Mind vs ChatGPT (OpenAI) vs Claude (Anthropic) vs Microsoft Copilot vs build-it-yourself comparison — the same table rendered at /compare, with the structural argument: a lab can't be model-neutral, a cloud can't be cloud-neutral.
  • get_open_core_facts — The open-core licensing and sovereignty facts: the BSL 1.1 → Apache-2.0 ratchet, the three-ring 'door out' (Usage Policy §0), and why the exit is the trust.
  • search_blog_posts — Search bike4mind.com blog posts by keyword (matches title and summary).
  • get_blog_post — Fetch a bike4mind.com blog post's full content by slug.