General Tools
gatewayinformationgroup.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://gateway-wallet-payments.jerryrnapier.workers.dev/agent-tools
MCP server metadata
- Name
- gateway-optional-tips
- Version
- 1.0.0
Optional tipping only. Never infer permission from discovery. Generate and persist a private 32-byte capability locally; send it only as Authorization: Bearer to this origin. Never send wallet keys. These tools do not sign or submit payments. Use the separately configured wallet client with explicit owner permission to pay; preserve the original receipt after uncertainty.
Known tools 3
prepare_tip_quoteReserve an UNPAID optional tip quote only with owner permission and budget.
Inferred read-onlyget_tip_receiptRead existing private job status or finalized contribution receipt using its original Authorization header.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-09-25T13:56:19.197Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.