bikefuchs-mcp-stub
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bikefuchs-mcp-stubtell me about the Bikefuchs launch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Glama MCP Server Search
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 mainImport 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated33766Apache 2.0
- AlicenseAqualityDmaintenanceAn MCP server for searching and exploring MCP servers from the Glama MCP directory. This server provides tools to search for MCP servers, get detailed information about specific servers, and explore available server attributes using the Glama MCP API.Last updated33MIT
- -license-quality-maintenanceA basic MCP server template built with FastMCP framework that provides example tools for echoing messages and retrieving server information. Serves as a starting point for developing custom MCP servers with Docker support and CI/CD integration.Last updated
- -licenseCquality-maintenanceA simple boilerplate MCP server that provides a basic greeting tool for demonstration purposes. Serves as a starting template for developers to quickly create and deploy custom MCP servers.Last updated130
Related MCP Connectors
Personal MCP server for humans who create. Proof of authorship, license control.
An MCP server for deep research or task groups
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bikefuchs/bikefuchs-mcp-stub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server