Back to Browse

Bikefuchs Mcp Stub MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Price comparison & cart optimizer for bike parts across German & Austrian shops

About

Price comparison & cart optimizer for bike parts across German & Austrian shops

Remote endpoints: streamable-http: https://mcp.bikefuchs.com/mcp

Security Report

4.2
Use Caution4.2High Risk

This is a namespace-defense stub server for the Bikefuchs MCP server with legitimate price-comparison functionality. The code demonstrates generally good security practices with proper input validation, authentication via MCP_INTERNAL_SECRET, and appropriate rate limiting. However, there are moderate concerns around missing HTTPS enforcement on API calls, environment variable handling inconsistencies, and some code quality issues that warrant attention before production deployment. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 4 high severity).

3 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

network_dns

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

bikefuchs-mcp-stub

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 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.

  1. Push to GitHub

    git remote add origin https://github.com/bikefuchs/bikefuchs-mcp-stub.git
    git push -u origin main
    
  2. 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.

  3. Deploy on Vercel Trigger the first deploy. Confirm the build succeeds and the default .vercel.app URL returns a valid MCP response.

  4. Add custom domain in Vercel In the Vercel project → Settings → Domains, add mcp.bikefuchs.com.

  5. 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.

  6. 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.

  7. 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.

Links

Reviews

No reviews yet

Be the first to review this server!