General Tools
surewhynot.app
Provides symbolic, numerical, quantum, and chemistry computation via a single interface.
ENDPOINT 1
https://quantum-artificer.surewhynot.app/mcp
MCP server metadata
- Name
- quantum-artificer
- Version
- 1.0.0
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
symbolic[Symbolic math, SymPy] Exact symbolic computation: simplify, differentiate, integrate, solve equations/systems, limits, series, Laplace/Fourier transforms, arbitrary-precision eval.
Potential side effectsnumerical[Numerical, SciPy] Root-finding, optimization, numerical integration (quad), eigenvalues/vectors, linear solves — with residuals and condition numbers.
Inferred read-onlyquantum[Quantum simulation, Qiskit Aer] Simulate small/medium quantum circuits: statevector, density-matrix (noise), stabilizer, MPS; shots, expectation values, seeded determinism.
Inferred read-onlychemistry[Physical chemistry, Cantera + CoolProp] Thermochemistry: equilibrium, adiabatic flame temperature, thermo/transport properties, fluid properties (steam/refrigerants).
Inferred read-onlyode[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 effectsCONNECT 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
MCP server metadata
- Name
- quartermaster
- Version
- 1.6.0
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
web_extract[Web] Extract clean readable text and metadata from a public webpage as structured JSON.
Inferred read-onlypage_meta[Web] Get page metadata: title, description, Open Graph, canonical URL, favicon, language.
Inferred read-onlyqr_generate[Web] Generate a QR code as SVG (or terminal text with format=text).
Potential side effectsdns_lookup[Web] Resolve DNS records over DNS-over-HTTPS (A, AAAA, CNAME, MX, NS, TXT, and more).
Inferred read-onlyhttp_error_explain[Web] Explain an HTTP status code: meaning, common causes, fixes, retry guidance.
Inferred read-onlytx_status[Crypto/Base] Check a Base transaction: success/reverted/pending, confirmations, gas, explorer link.
Inferred read-onlywallet_balance[Crypto/Base] ETH and USDC (or any ERC-20) balance for an address on Base.
Inferred read-onlygas_prices[Crypto/Base] Current Base gas prices with a simple-transfer cost estimate.
Potential side effectsclassify_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-onlyunshorten_url[Web] Expand a shortened/redirecting URL: follow the redirect chain and return every hop plus the final destination.
Inferred read-onlyregex_test[Dev] Test a regular expression against text; returns every match with numbered and named capture groups.
Inferred read-onlyrandom_numbers[Dev] Cryptographically-secure random integers in a range (CSPRNG, unbiased) — real entropy an LLM cannot produce itself.
Inferred read-onlyrandom_pick[Dev] Pick one or several options at random from a caller-supplied list (CSPRNG), optionally without replacement.
Inferred read-onlyhttp_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-onlyx402_inspect[x402] Inspect and lint any x402 paid endpoint: decode the 402 challenge, identify network/asset, flag misconfigurations and Bazaar-readiness.
Inferred read-onlyx402_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 effectstx_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 effectsextract_structuredStructured extraction: JSON Schema plus a URL or raw text in, matching JSON out.
Inferred read-onlymoderate_text[AI] Content-safety classification (Llama Guard): safe flag plus category codes.
Inferred read-onlydescribe_image[AI] AI vision: describe a public image URL, including visible text.
Inferred read-onlytoken_price[Crypto/Base] USD price for major tokens by symbol or any Base ERC-20 by address.
Inferred read-onlypayment_receipt[x402] Formatted settlement receipt for a Base transaction (0x hash) or Solana settlement (base58 signature): timestamp, decoded transfers, explorer link.
Inferred read-onlyx402_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 effectspayment_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-onlysettlement_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 effectsx402_discover[x402] Search the Coinbase x402 Bazaar for paid resources by natural-language query.
Inferred read-onlybase_allowanceCheck an ERC-20 spending allowance on Base; flags unlimited approvals.
Inferred read-onlytext_stats[Dev] Word/sentence counts, reading time, and readability score for text.
Inferred read-onlyx402_test_vector[x402] Free: example x402 payment-requirement objects with field explanations.
Potential side effectscurrent_timeFREE (no wallet needed): current time as ISO, unix, UTC, and optional local time for an IANA timezone.
Inferred read-onlyhttp_errors_listFREE (no wallet needed): index of documented HTTP status codes (use http_error_explain for a paid detailed explanation).
Inferred read-onlyquartermaster_infoFree: catalog, prices, and payment instructions for this server.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.