Price comparison & cart optimizer for bike parts across German & Austrian shops
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"bikefuchs": {
"args": [
"mcp-remote",
"https://mcp.bikefuchs.com/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Argentine business automation: Mercado Pago, AFIP/ARCA, WhatsApp, banking, shipping (7 packages).
A command line tool for setting up commercetools MCP server
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
Amazon review intelligence via Shulex OpenAPI. 10 marketplaces, verified-purchase & Vine signals.
MCP Security Weekly
Get CVE alerts and security updates for com.bikefuchs/bikefuchs and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
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.
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).
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 bikefuchs GitHub org (not a personal account). Import bikefuchs/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.app URL 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 mcp and set a CNAME record pointing to the value Vercel provides (typically cname.vercel-dns.com). Allow up to 30 minutes for propagation.
Verify the live endpoint
curl -i https://mcp.bikefuchs.com/mcp
Expected: 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 bikefuchs GitHub org. Submit the repo URL https://github.com/bikefuchs/bikefuchs-mcp-stub. Set the namespace to @bikefuchs in the Smithery dashboard.