← scriptmasterlabs.com

INDIVIDUAL MCP TOOL

verify_payment

Submit XRPL tx_hash after paying an invoice.

scriptmasterlabs.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

scriptmasterlabs.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.squeezeos]
url = "https://squeezeos-api.onrender.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "squeezeos": {
      "type": "http",
      "url": "https://squeezeos-api.onrender.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: squeezeos
Remote MCP URL: https://squeezeos-api.onrender.com/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": {
    "squeezeos": {
      "url": "https://squeezeos-api.onrender.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "squeezeos": {
      "type": "http",
      "url": "https://squeezeos-api.onrender.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "squeezeos",
  "transport": "streamable-http",
  "url": "https://squeezeos-api.onrender.com/mcp"
}
MCP Inspector

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

Related tools

  • demo_council — Free preview of council_verdict, scoped to IWM (Russell 2000 ETF).
  • council_verdict — Institutional-grade BUY/SELL/HOLD directive for US equity symbols — the production-grade upgrade from demo_council (which is IWM-only, 5-min cached, free).
  • market_scan — Full $1-$50 equity universe squeeze scanner.
  • options_intelligence — Institutional options flow: PUT/CALL sweep detection, whale blocks, unusual volume.
  • iwm_odte — IWM zero-day-to-expiry scanner.
  • signal_preview — Free bias + regime preview for any symbol.
  • signal_history — Last 200 recorded signals for a symbol (SQUEEZE_ALERT, OPTIONS_SWEEP, COUNCIL_VERDICT, MARKETPLACE_LISTING).
  • get_invoice — Request a payment invoice for any SqueezeOS endpoint.