← Registry

General Tools

surewhynot.app

Provides symbolic, numerical, quantum, and chemistry computation via a single interface.

2 endpoints55 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://quantum-artificer.surewhynot.app/mcp

No auth detected

MCP server metadata

Name
quantum-artificer
Version
1.0.0
Capabilities
tools
Server instructions

FREE tool: quantum_artificer_info (full catalog, no wallet). PAID tools (symbolic, numerical, quantum, chemistry, ode) cost $0.005–$0.05 in USDC on Base or Solana via x402 — the payment-required result lists both rails in accepts[]; pay with an x402-aware client (@x402/mcp with a funded Base or Solana wallet). Every result includes verification + reproducibility metadata.

Known tools 6

quantum_artificer_info

FREE.

Inferred read-only
symbolic

[Symbolic math, SymPy] Exact symbolic computation: simplify, differentiate, integrate, solve equations/systems, limits, series, Laplace/Fourier transforms, arbitrary-precision eval.

Potential side effects
numerical

[Numerical, SciPy] Root-finding, optimization, numerical integration (quad), eigenvalues/vectors, linear solves — with residuals and condition numbers.

Inferred read-only
quantum

[Quantum simulation, Qiskit Aer] Simulate small/medium quantum circuits: statevector, density-matrix (noise), stabilizer, MPS; shots, expectation values, seeded determinism.

Inferred read-only
chemistry

[Physical chemistry, Cantera + CoolProp] Thermochemistry: equilibrium, adiabatic flame temperature, thermo/transport properties, fluid properties (steam/refrigerants).

Inferred read-only
ode

[Physics ODE, SciPy] Solve coupled ODE systems from parameterized templates (orbital 2-body, oscillator, pendulum, heat transfer, RC/RLC, projectile-with-drag, SIR) or a generic linear system, with energy/conservation checks.

Potential side effects

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://quartermaster.surewhynot.app/mcp

No auth detected

MCP server metadata

Name
quartermaster
Version
1.6.0
Capabilities
tools
Server instructions

This server has FREE tools (current_time, generate_uuid, hash_string, http_errors_list, x402_test_vector, quartermaster_info) that work with no wallet — use those freely. PAID tools cost $0.001-$0.01 in USDC on Base via x402. A standard client without a crypto wallet CANNOT pay them and will get a payment-required result — that is expected, not an error in the server. To pay, the user must connect an x402-aware client (@x402/mcp with a funded Base wallet) or run a local paying bridge; point them to https://quartermaster.surewhynot.app/connect. Call quartermaster_info (free) for the full catalog and payment guidance.

Known tools 49

x402_router

START HERE.

Inferred read-only
web_extract

[Web] Extract clean readable text and metadata from a public webpage as structured JSON.

Inferred read-only
page_meta

[Web] Get page metadata: title, description, Open Graph, canonical URL, favicon, language.

Inferred read-only
qr_generate

[Web] Generate a QR code as SVG (or terminal text with format=text).

Potential side effects
dns_lookup

[Web] Resolve DNS records over DNS-over-HTTPS (A, AAAA, CNAME, MX, NS, TXT, and more).

Inferred read-only
http_error_explain

[Web] Explain an HTTP status code: meaning, common causes, fixes, retry guidance.

Inferred read-only
tx_status

[Crypto/Base] Check a Base transaction: success/reverted/pending, confirmations, gas, explorer link.

Inferred read-only
wallet_balance

[Crypto/Base] ETH and USDC (or any ERC-20) balance for an address on Base.

Inferred read-only
gas_prices

[Crypto/Base] Current Base gas prices with a simple-transfer cost estimate.

Potential side effects
summarize_url

[AI] AI summary of a public webpage (fetch + extract + summarize).

Inferred read-only
translate_text

[AI] AI translation into any target language; source auto-detected.

Inferred read-only
tldr_text

[AI] Summarize raw text you pass in directly (not a URL).

Inferred read-only
classify_text

[AI] Zero-shot classification of text into caller-supplied labels; the result is validated back into your label set so you can route on it.

Inferred read-only
unshorten_url

[Web] Expand a shortened/redirecting URL: follow the redirect chain and return every hop plus the final destination.

Inferred read-only
regex_test

[Dev] Test a regular expression against text; returns every match with numbered and named capture groups.

Inferred read-only
random_numbers

[Dev] Cryptographically-secure random integers in a range (CSPRNG, unbiased) — real entropy an LLM cannot produce itself.

Inferred read-only
random_pick

[Dev] Pick one or several options at random from a caller-supplied list (CSPRNG), optionally without replacement.

Inferred read-only
http_check

[Web] Liveness/latency pre-flight for a URL: is it up, HTTP status and class, response latency in ms, whether it redirects and where, content-type and server.

Inferred read-only
public_holiday

[Dev] Is a date a public holiday in a country (2-letter ISO code)?

Inferred read-only
x402_inspect

[x402] Inspect and lint any x402 paid endpoint: decode the 402 challenge, identify network/asset, flag misconfigurations and Bazaar-readiness.

Inferred read-only
x402_simulate

[x402] Pre-flight a payment BEFORE you spend: decode an endpoint's 402 challenge, report the cost on every rail (Base and Solana) and the cheapest, and — with an optional payer address — verify the wallet can afford the call on Base.

Potential side effects
tx_decode

[Crypto/Base] Decode a Base transaction's calldata into the function it called and its arguments — ERC-20 transfer/approve and the EIP-3009 transferWithAuthorization used by x402 settlements.

Potential side effects
embed_text

[AI] Text embeddings (1024-dim vector) for semantic search and RAG.

Inferred read-only
extract_structured

Structured extraction: JSON Schema plus a URL or raw text in, matching JSON out.

Inferred read-only
moderate_text

[AI] Content-safety classification (Llama Guard): safe flag plus category codes.

Inferred read-only
describe_image

[AI] AI vision: describe a public image URL, including visible text.

Inferred read-only
token_price

[Crypto/Base] USD price for major tokens by symbol or any Base ERC-20 by address.

Inferred read-only
payment_receipt

[x402] Formatted settlement receipt for a Base transaction (0x hash) or Solana settlement (base58 signature): timestamp, decoded transfers, explorer link.

Inferred read-only
resolve_basename

Resolve a Basename (.

Inferred read-only
x402_audit

[x402] WORKFLOW: full scored audit of an x402 SELLER endpoint (a URL) in one call - verifies the 402 challenge, payment fields, Bazaar discovery metadata, and the origin's discovery surfaces; returns a 0-100 score, checks with evidence, and recommended fixes.

Potential side effects
payment_proof

[x402] Verify an x402 settlement on Base OR Solana from a tx id (0x hash or base58 signature): confirm it succeeded, decode its USDC transfers, optionally assert payTo/amount - returns a single verdict.

Inferred read-only
settlement_assurance

[x402] FLAGSHIP: from a tx id on Base (0x hash) or Solana (base58 signature), prove a completed x402 payment is real and sound - onchain success, USDC transfer match to an expected wallet/amount, a receipt, and an optional audit of the issuing endpoint - as one 0-100 scored report with a verdict.

Potential side effects
x402_discover

[x402] Search the Coinbase x402 Bazaar for paid resources by natural-language query.

Inferred read-only
x402_merchant

[x402] List all x402 Bazaar resources under a merchant payTo wallet.

Inferred read-only
usdc_normalize

Convert USDC amounts between atomic units and human decimals.

Inferred read-only
base_token_info

ERC-20 name, symbol, decimals, total supply for a token on Base.

Inferred read-only
base_allowance

Check an ERC-20 spending allowance on Base; flags unlimited approvals.

Inferred read-only
base_contract

Determine whether a Base address is a contract or an EOA.

Inferred read-only
base_usdc_transfers

Recent USDC transfers (in and out) for an address on Base.

Inferred read-only
jwt_decode

[Dev] Decode a JWT header and payload (signature NOT verified).

Inferred read-only
base64

[Dev] Base64 encode or decode a string.

Inferred read-only
text_stats

[Dev] Word/sentence counts, reading time, and readability score for text.

Inferred read-only
text_diff

[Dev] Compact line-level diff between two texts.

Inferred read-only
x402_test_vector

[x402] Free: example x402 payment-requirement objects with field explanations.

Potential side effects
current_time

FREE (no wallet needed): current time as ISO, unix, UTC, and optional local time for an IANA timezone.

Inferred read-only
generate_uuid

FREE (no wallet needed): generate UUID v4 values, up to 100 at once.

Inferred read-only
hash_string

FREE (no wallet needed): SHA-1/256/384/512 hex digest of a string.

Inferred read-only
http_errors_list

FREE (no wallet needed): index of documented HTTP status codes (use http_error_explain for a paid detailed explanation).

Inferred read-only
quartermaster_info

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

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.