← Registry

AI & Machine Learning

bike4mind.com

Provides structured access to Bike4Mind platform information including site details, model catalog, comparisons, licensing facts, and blog posts.

1 endpoint6 known toolsFirst detected July 12, 2026Last detected August 18, 2026

ENDPOINT 1

https://bike4mind.com/api/mcp

No auth detected

MCP server metadata

Name
bike4mind
Version
1.0.0
Capabilities
toolspromptsresources
Server instructions

Read-only. Start with get_site_info; list_models queries the live product model registry; get_comparison and get_open_core_facts carry the structural neutrality argument; search_blog_posts/get_blog_post read the corpus.

Known tools 6

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.

Inferred read-only
list_models

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

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
search_blog_posts

Search bike4mind.com blog posts by keyword (matches title and summary).

Inferred read-only
get_blog_post

Fetch a bike4mind.com blog post's full content by slug.

Potential side effects

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bike4mind.com was fetched 2026-07-26T07:25:44.514Z and is being refreshed.

Trust status Trusted

bike4mind.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.