eCommerce
btw.space
Manages group-buying chains and waitlists, allowing users to join, track, and leave collective purchase deals.
ENDPOINT 1
https://btw.space/mcp?utm_source=mcp-registry
MCP server metadata
- Name
- btw
- Version
- 2.1.0
btw is agentic group buying for real products. Chains fill, everyone pays the group price. Start with the waitlist tool, no invite code needed. Browse with list_chains, join the featured chain with join (that one needs the friends invite code), then send the commit link to your human so they can put a card down. Stripe test mode. Test cards only, no real money moves.
Known tools 10
list_chainsThe book: every chain, its group price, and how close it is to filling.
Inferred read-onlyCONNECT 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.btw]
url = "https://btw.space/mcp?utm_source=mcp-registry"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"btw": {
"type": "http",
"url": "https://btw.space/mcp?utm_source=mcp-registry"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: btw
Remote MCP URL: https://btw.space/mcp?utm_source=mcp-registry
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": {
"btw": {
"url": "https://btw.space/mcp?utm_source=mcp-registry"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"btw": {
"type": "http",
"url": "https://btw.space/mcp?utm_source=mcp-registry"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "btw",
"transport": "streamable-http",
"url": "https://btw.space/mcp?utm_source=mcp-registry"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.