Qiskit Mcp Servers MCP Server

qiskit-mcp-servers PyPI v0.12.0

Published by qiskit — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

Trust grade
B
89/100
Last scanned
Trust
B · 89/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
Critical
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
B Why this grade threat 100 − adoption risk = 89/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 11 = 89. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−10 capability blast radius (critical) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable
inspection depth (source) — how much of the target the scan could see

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 3

high Shell/command execution in server code (qiskit-gym-mcp-server/src/qiskit_gym_mcp_server/server_tools.py)MTC-SRC-002

In the server's implementation (`qiskit-gym-mcp-server/src/qiskit_gym_mcp_server/server_tools.py:476`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: subprocess.Popen(

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server qiskit-gym-mcp-server/src/qiskit_gym_mcp_server/server_tools.py

medium Tool "delete_model_tool" can modify the filesystemMTC-CAP-002

Tool "delete_model_tool" can write, overwrite or delete files (keyword "delete_file"). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool delete_model_tool

low Mutating tool "delete_model_tool" declares no destructiveHintMTC-CAP-005

Tool "delete_model_tool" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool delete_model_tool

Tools 71

Each tool and what it can reach — statically extracted from the published source.

  • delete_model_toolwrites files
  • get_environment_info_toolreads sensitive data
  • get_page_toolingests untrusted input
  • active_account_info_toolno sensitive capability
  • active_instance_info_toolno sensitive capability
  • ai_clifford_synthesis_toolno sensitive capability
  • ai_linear_function_synthesis_toolno sensitive capability
  • ai_pauli_network_synthesis_toolno sensitive capability
  • ai_permutation_synthesis_toolno sensitive capability
  • ai_routing_toolno sensitive capability
  • analyze_circuit_toolno sensitive capability
  • available_instances_toolno sensitive capability
  • batch_train_environments_toolno sensitive capability
  • cancel_job_toolno sensitive capability
  • compare_optimization_levels_toolno sensitive capability
  • convert_qasm3_to_qpy_toolno sensitive capability
  • convert_qpy_to_qasm3_toolno sensitive capability
  • create_clifford_env_toolno sensitive capability
  • create_coupling_map_toolno sensitive capability
  • create_linear_function_env_toolno sensitive capability
  • create_permutation_env_toolno sensitive capability
  • delete_environment_toolno sensitive capability
  • delete_saved_account_toolno sensitive capability
  • export_circuit_to_qasm_toolno sensitive capability
  • extract_subtopologies_toolno sensitive capability
  • find_optimal_qubit_chains_toolno sensitive capability
  • find_optimal_qv_qubits_toolno sensitive capability
  • generate_random_clifford_toolno sensitive capability
  • generate_random_linear_function_toolno sensitive capability
  • generate_random_permutation_toolno sensitive capability
  • get_backend_calibration_toolno sensitive capability
  • get_backend_properties_toolno sensitive capability
  • get_coupling_map_toolno sensitive capability
  • get_fake_backend_coupling_map_toolno sensitive capability
  • get_job_results_toolno sensitive capability
  • get_job_status_toolno sensitive capability
  • get_model_info_toolno sensitive capability
  • get_tensorboard_metrics_toolno sensitive capability
  • get_tensorboard_status_toolno sensitive capability
  • get_training_metrics_toolno sensitive capability
  • get_training_status_toolno sensitive capability
  • hybrid_ai_transpile_toolno sensitive capability
  • least_busy_backend_toolno sensitive capability
  • list_available_fake_backends_toolno sensitive capability
  • list_backends_toolno sensitive capability
  • list_environments_toolno sensitive capability
  • list_loaded_models_toolno sensitive capability
  • list_my_jobs_toolno sensitive capability
  • list_saved_accounts_toolno sensitive capability
  • list_saved_models_toolno sensitive capability
  • list_subtopology_shapes_toolno sensitive capability
  • list_tensorboard_experiments_toolno sensitive capability
  • list_training_sessions_toolno sensitive capability
  • load_circuit_from_qasm_toolno sensitive capability
  • load_model_toolno sensitive capability
  • lookup_error_code_toolno sensitive capability
  • run_estimator_toolno sensitive capability
  • run_sampler_toolno sensitive capability
  • save_model_toolno sensitive capability
  • search_docs_toolno sensitive capability
  • setup_ibm_quantum_account_toolno sensitive capability
  • start_tensorboard_toolno sensitive capability
  • start_training_toolno sensitive capability
  • stop_tensorboard_toolno sensitive capability
  • stop_training_toolno sensitive capability
  • synthesize_clifford_toolno sensitive capability
  • synthesize_linear_function_toolno sensitive capability
  • synthesize_permutation_toolno sensitive capability
  • transpile_circuit_toolno sensitive capability
  • usage_info_toolno sensitive capability
  • wait_for_training_toolno sensitive capability

What this scan could not see

Versions

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.12.0 latest B 89/100 3 1.8.0 2026-07-23

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: B · 89/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/qiskit-mcp-servers/badge.svg)](https://mcptrustchecker.com/registry/qiskit-mcp-servers)
HTML
<a href="https://mcptrustchecker.com/registry/qiskit-mcp-servers"><img src="https://mcptrustchecker.com/registry/qiskit-mcp-servers/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/qiskit-mcp-servers/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan qiskit-mcp-servers --online --registry pypi

Use the free API → How scoring works

More in API Development