← 4beers.app

INDIVIDUAL MCP TOOL

get_settlement

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

4beers.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://4beers.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_settlement and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

4beers.app

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.

Related tools

  • 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.
  • create_order — Create a shareable drinks order for a group (e.g.