Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

app.surewhynot.quantum-artificer/quantum-artificer

app.surewhynot.quantum-artificer/quantum-artificer

Scientific compute for AI agents: symbolic, numerical, quantum, chemistry, ODE. Paid via x402.

Uptime
100.0%
1 direct probes · 30d
Response
232ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

quantum_artificer_info

FREE. Full catalog of Quantum Artificer: the 5 domains, their operations, input-spec shapes, limits, and prices. Call this first to learn how to build the `spec` for the paid compute tools. No wallet …

symbolic

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

numerical

[Numerical, SciPy] Root-finding, optimization, numerical integration (quad), eigenvalues/vectors, linear solves — with residuals and condition numbers. Pass {operation, spec}, e.g. operation='eigen', …

quantum

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

chemistry

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

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 en…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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