streamable-httpMITupdated 9d ago
This is not the real Bikefuchs MCP server. It is a namespace-defense placeholder that reserves @bikefuchs on Smithery while the production server is developed. It exposes one informational tool and nothing else.
What can you do with Bikefuchs — Bike Parts Price Comparison?
bikefuchs-mcp-stub
This is not the real Bikefuchs MCP server. It is a namespace-defense placeholder that reserves
@bikefuchson Smithery while the production server is developed. It exposes one informational tool and nothing else.
What this exposes
One tool: get_info
Returns a text message with the Bikefuchs launch status, the list of tools that will be available in the real server, and a link to bikefuchs.de.
When the real server launches
Q3 2026, following the public launch of bikefuchs.de. The production server will include tools for cart optimization, product search, EAN lookup, and shop info across 5+ German/Austrian bike shops. This repo will be replaced or superseded at that point.
Connect remotely (Claude Desktop)
The canonical entry point is the Vercel deployment. Use mcp-remote to proxy it into Claude Desktop:
{
"mcpServers": {
"bikefuchs": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.bikefuchs.com/mcp"
]
}
}
}
Add this to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json).
Initial deployment checklist
Follow this order exactly. Smithery verifies the live URL during publishing — publishing before DNS is configured will fail.
-
Push to GitHub
git remote add origin https://github.com/bikefuchs/bikefuchs-mcp-stub.git git push -u origin main -
Import into Vercel Log into Vercel with an account that has access to the
bikefuchsGitHub org (not a personal account). Importbikefuchs/bikefuchs-mcp-stub. Default Next.js settings are correct — no env vars required. -
Deploy on Vercel Trigger the first deploy. Confirm the build succeeds and the default
.vercel.appURL returns a valid MCP response. -
Add custom domain in Vercel In the Vercel project → Settings → Domains, add
mcp.bikefuchs.com. -
Configure DNS in Strato Under bikefuchs.com, create a subdomain
mcpand set a CNAME record pointing to the value Vercel provides (typicallycname.vercel-dns.com). Allow up to 30 minutes for propagation. -
Verify the live endpoint
curl -i https://mcp.bikefuchs.com/mcpExpected: HTTP 2xx or 4xx with a valid MCP response body — not a 404 or connection refused.
-
Publish on Smithery ← do this last Log into smithery.ai using the
bikefuchsGitHub org. Submit the repo URLhttps://github.com/bikefuchs/bikefuchs-mcp-stub. Set the namespace to@bikefuchsin the Smithery dashboard.
Links
- bikefuchs.de — live bike price comparison
- Smithery listing — available after step 7
- MCP specification
Install
Add Bikefuchs — Bike Parts Price Comparison to your client. Pick the one you use.
claude mcp add --transport http bikefuchs-bike-parts-price-comparison https://mcp.bikefuchs.com/mcpcodex mcp add bikefuchs-bike-parts-price-comparison --url https://mcp.bikefuchs.com/mcp{
"mcpServers": {
"bikefuchs-bike-parts-price-comparison": {
"url": "https://mcp.bikefuchs.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"bikefuchs-bike-parts-price-comparison": {
"type": "http",
"url": "https://mcp.bikefuchs.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"bikefuchs-bike-parts-price-comparison": {
"url": "https://mcp.bikefuchs.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bikefuchs-bike-parts-price-comparison": {
"serverUrl": "https://mcp.bikefuchs.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.5.0Latest | Jun 22, 2026 |