Developer Tools
pauli.xyz
Provides access to quantum computing devices for circuit execution and estimation.
ENDPOINT 1
https://pauli.xyz/mcp
MCP server metadata
- Name
- pauli
- Version
- 0.6.2
Pauli routes OpenQASM 3 circuits across quantum hardware providers and returns canonical counts (bit_ordering cbit0_left: leftmost character is classical bit 0). Recommended loop: list_devices to see the fleet; estimate_job to price a circuit on every eligible device; dry_run_job to validate the exact submit body for free (returns the routing decision, the exact wallet debit, an admission preview, and complete per-device exclusion reasons); submit_job (set idempotency_key so retries are safe); then job_status until terminal and job_results for counts. get_balance and list_wallet_entries show the prepaid wallet and what each job debited. A 402 billing.insufficient_credits tool error is fundable: its error.detail.payment names the rail; create_topup starts a hosted checkout for a human to complete, list_payments or get_balance confirm crediting, then resubmit with the same idempotency_key. The spend-cap 402s (billing.monthly_cap_exceeded, billing.key_cap_exceeded) carry no payment challenge: report them to your operator instead of paying. Every error carries a stable machine-readable code (list_error_codes serves the full registry); on a tool error, read error.code and error.detail and repair the request. Authenticate by sending your API key as an 'Authorization: Bearer <key>' header on this endpoint.
Known tools 17
list_devicesThe live device registry: provider, qubits, capabilities, queue depth, status, and price model per device.
Inferred read-onlyestimate_jobPrice a circuit on every eligible device without enqueueing: per-device cost, what the wallet would debit, predicted queue seconds, fidelity score, plus reasoned exclusions for the rest.
Inferred read-onlydry_run_jobThe full submit preview, free: runs the identical validate/route path as submit_job and returns the routing decision a real submit would carry, the exact wallet debit, a read-only admission preview (would_admit, blocked_by), and the COMPLETE per-device exclusion reasons with stable machine codes.
Inferred read-onlyjob_resultsCanonical measurement counts (bit_ordering cbit0_left) with register map, provenance metadata, and billing.
Inferred read-onlyrelated_jobsWorkspace jobs sharing a circuit fingerprint with the given job, bucketed by relation kind — repetition, device_comparison, parameter_sweep, observable_battery, angle_variants — with a newest-first member preview and, per bucket, the exact list_jobs/group_insights filter for the whole family.
Inferred read-onlygroup_insightsCross-job analytics over every job the filters match (a sweep's members, an experiment's metadata pair, explicit ids): exact spend/state/device roll-ups at any size, plus — within the analysis cap — pooled-histogram insights, repetition consistency with calibration-drift attribution, sweep series with extrema and sinusoid fits, optimizer-trace convergence (best point, plateaued, spend-to-best), device bake-off tables, and assembled observable batteries.
Inferred read-onlyget_balanceThe prepaid wallet: balance, reserved (estimated debits held by in-flight jobs), and available (balance minus reserved, what admission checks).
Inferred read-onlylist_wallet_entriesThe wallet journal, newest first: top_up, debit (per job, with job_id), refund, adjustment, and dispute entries with exact decimal USD amounts.
Potential side effectslist_paymentsTop-up payment history, newest first: status (pending, succeeded, failed, cancelled, disputed), exact USD amount, checkout_url while a hosted checkout is still pending, and the receipt link once credited.
Potential side effectsdevice_benchmarksPublished benchmark runs from Pauli's landscape data product (scores, instances, receipts) filtered by device or definition.
Inferred read-onlyCONNECT 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.pauli]
url = "https://pauli.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pauli": {
"type": "http",
"url": "https://pauli.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pauli
Remote MCP URL: https://pauli.xyz/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": {
"pauli": {
"url": "https://pauli.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pauli": {
"type": "http",
"url": "https://pauli.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pauli",
"transport": "streamable-http",
"url": "https://pauli.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pauli.xyz was fetched 2026-09-06T17:14:20.025Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.