Collaboration
4beers.app
Coordinates group drink orders and tracks payments, rounds, and status for social groups.
ENDPOINT 1
https://4beers.app/mcp
MCP server metadata
- Name
- GetDrinks.Api
- Version
- 1.0.0.0
Known tools 3
get_settlementGet who owes whom in a drink group, as a readable summary with the minimal set of payments.
Inferred read-onlyget_group_statusGet 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-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.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.
4beers.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.