← gatewayinformationgroup.com

INDIVIDUAL MCP TOOL

prepare_tip_quote

Reserve an UNPAID optional tip quote only with owner permission and budget.

gatewayinformationgroup.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools

No auth detected

Connect to this endpoint to inspect the live schema for prepare_tip_quote 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

gatewayinformationgroup.com

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.gateway-optional-tips]
url = "https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gateway-optional-tips": {
      "type": "http",
      "url": "https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gateway-optional-tips
Remote MCP URL: https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools

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": {
    "gateway-optional-tips": {
      "url": "https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gateway-optional-tips": {
      "type": "http",
      "url": "https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gateway-optional-tips",
  "transport": "streamable-http",
  "url": "https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools"
}
MCP Inspector

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

Related tools

  • get_tip_terms — Read free optional tip terms.
  • get_tip_receipt — Read existing private job status or finalized contribution receipt using its original Authorization header.