← getbags.app

INDIVIDUAL MCP TOOL

wallet_check_endpoint

Probe an x402 URL for schema + exact price quote without paying (AgentCash check parity).

getbags.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.getbags.app/api/mcp/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

getbags.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.bags-mcp]
url = "https://www.getbags.app/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bags-mcp": {
      "type": "http",
      "url": "https://www.getbags.app/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bags-mcp
Remote MCP URL: https://www.getbags.app/api/mcp/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": {
    "bags-mcp": {
      "url": "https://www.getbags.app/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bags-mcp": {
      "type": "http",
      "url": "https://www.getbags.app/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bags-mcp",
  "transport": "streamable-http",
  "url": "https://www.getbags.app/api/mcp/mcp"
}
MCP Inspector

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

Related tools

  • bags-preview-payment-link — Fetch the public metadata for a BAGS payment link by id (uuid).
  • wallet_balance — Show BAGS agent wallet balance, daily spent/cap, per-call cap, and status.
  • wallet_discover — List BAGS merchant x402 endpoints.
  • wallet_search — Natural-language search for x402 endpoints.
  • wallet_fetch — Pay for and proxy an x402- or MPP-protected HTTP request using the BAGS hosted wallet.
  • wallet_sessions_list — List open MPP tempo:session channels for the wallet (mppx / AgentCash sessions list parity).
  • wallet_sessions_close — Close one or all open MPP tempo:session channels (settles reservation to cumulative spend).
  • wallet_sessions_tick — Record cumulative spend against an open MPP session (server rejects above max_deposit).