← Registry

Collaboration

4beers.app

Coordinates group drink orders and tracks payments, rounds, and status for social groups.

1 endpoint3 known toolsFirst detected August 12, 2026Last detected August 12, 2026

ENDPOINT 1

https://4beers.app/mcp

No auth detected

MCP server metadata

Name
GetDrinks.Api
Version
1.0.0.0
Capabilities
loggingtools

Known tools 3

get_settlement

Get who owes whom in a drink group, as a readable summary with the minimal set of payments.

Inferred read-only
get_group_status

Get the live status of a drink group: members, what they drink, how many rounds each member has fetched (useful to see whose turn it is), and whether someone is fetching a round right now.

Inferred read-only
create_order

Create a shareable drinks order for a group (e.g.

Potential side effects

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.getdrinks-api]
url = "https://4beers.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "getdrinks-api": {
      "type": "http",
      "url": "https://4beers.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: getdrinks-api
Remote MCP URL: https://4beers.app/mcp

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": {
    "getdrinks-api": {
      "url": "https://4beers.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "getdrinks-api": {
      "type": "http",
      "url": "https://4beers.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "getdrinks-api",
  "transport": "streamable-http",
  "url": "https://4beers.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for 4beers.app was fetched 2026-08-13T23:54:41.636Z.

Trust status Trusted

4beers.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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