← Registry

eCommerce

btw.space

Manages group-buying chains and waitlists, allowing users to join, track, and leave collective purchase deals.

1 endpoint10 known toolsFirst detected September 3, 2026Last detected September 6, 2026

ENDPOINT 1

https://btw.space/mcp?utm_source=mcp-registry

No auth detected

MCP server metadata

Name
btw
Version
2.1.0
Capabilities
tools.listChanged
Server instructions

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

waitlist

The public front door.

Inferred read-only
list_chains

The book: every chain, its group price, and how close it is to filling.

Inferred read-only
join

Take a spot on a chain.

Inferred read-only
status

Fill count and state for one chain.

Inferred read-only
leave

Release a spot.

Inferred read-only
park

Not on the book?

Inferred read-only
book_stats

The book at a glance.

Inferred read-only
get_chain

Everything the book knows about one chain, by slug.

Inferred read-only
join_chain

The old v1 join.

Inferred read-only
park_intent

The old v1 park.

Inferred read-only

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

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.