← surewhynot.app

INDIVIDUAL MCP TOOL

quartermaster_info

Free: catalog, prices, and payment instructions for this server.

surewhynot.appnone 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

surewhynot.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.quartermaster]
url = "https://quartermaster.surewhynot.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quartermaster": {
      "type": "http",
      "url": "https://quartermaster.surewhynot.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quartermaster": {
      "type": "http",
      "url": "https://quartermaster.surewhynot.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quartermaster",
  "transport": "streamable-http",
  "url": "https://quartermaster.surewhynot.app/mcp"
}
MCP Inspector

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

Related tools

  • x402_router — START HERE.
  • web_extract — [Web] Extract clean readable text and metadata from a public webpage as structured JSON.
  • page_meta — [Web] Get page metadata: title, description, Open Graph, canonical URL, favicon, language.
  • qr_generate — [Web] Generate a QR code as SVG (or terminal text with format=text).
  • dns_lookup — [Web] Resolve DNS records over DNS-over-HTTPS (A, AAAA, CNAME, MX, NS, TXT, and more).
  • http_error_explain — [Web] Explain an HTTP status code: meaning, common causes, fixes, retry guidance.
  • tx_status — [Crypto/Base] Check a Base transaction: success/reverted/pending, confirmations, gas, explorer link.
  • wallet_balance — [Crypto/Base] ETH and USDC (or any ERC-20) balance for an address on Base.