
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
quantum-suitability-validator-mcp
Advanced tools
Quantum computing suitability validator for AI agents. Screens problems for quantum advantage before budget allocation. QUANTUM/CLASSICAL verdict in one call.
MCP server that screens quantum computing POC proposals against expert decision rules -- before your agent escalates any initiative to a committee, allocates budget, or routes to a specialist.
Enterprise innovation agents and R&D workflow agents process backlogs of proposed technology initiatives tagged as potential quantum computing candidates. Before escalating any candidate to a human committee, allocating POC budget, or routing to a quantum specialist, the agent calls quantum_assess_problem to produce an auditable triage verdict.
This server is refusal-first by design. It downgrades or refuses more often than it approves. Every verdict is auditable and machine-readable.
quantum_assess_problem (Free: 5/month, no key required)Screens a quantum computing proposal using an expert-validated four-dimensional scoring framework. Returns:
verdict: SCIENTIFICALLY_RECOMMENDED_NOW | COMMERCIALLY_RECOMMENDED_NOW | INVESTIGATE_FURTHER | PREMATURE | NOT_QUANTUM_AMENABLEfour_scores: scientific_fit (40% weight), hardware_feasibility (25%), advantage_potential (25%), commercial_relevance (10%), composite -- four independent 0.0-1.0 scores so a scientifically valid investigation is never confused with proven commercial advantageadvantage_claim_level: NONE | HYPOTHESISED | EXPERIMENTAL_SIGNAL | BENCHMARK_SUPPORTED | PRODUCTION_VALIDATEDsuitability_score: 0.0-1.0 (equal to four_scores.composite)confidence_score: 0.0-1.0problem_class: combinatorial_optimisation | portfolio_optimisation | molecular_simulation | ml_kernel | cryptography_pqc | sampling_monte_carlo | otherdominant_blockers: specific reasons why the problem fails screeninghype_flags: detected hype language patternsbaseline_question: always "What is your classical baseline today, and what metric must improve for this to matter?"next_best_action: specific actionable recommendationagent_action: ESCALATE_TO_POC | ROUTE_TO_SIMULATOR | DEFINE_BASELINE_FIRST | REJECT | REQUEST_MORE_INFORMATIONquantum_readiness_report (Pro only)Full auditable Quantum Readiness Report, weighted by audience profile (RESEARCH, ENTERPRISE, or INVESTOR -- the same problem legitimately scores differently by profile). Everything from quantum_assess_problem plus:
recommended_workflow: CLASSICAL_ONLY | HYBRID | SIMULATOR_ONLY | ANNEALING_PATH | GATE_MODEL_VARIATIONAL | INSUFFICIENT_INFORMATIONformulation_guidance: QUBO/Ising/variational suitability, estimated binary variables, penalty dominance riskhardware_recommendations: hardware family fit scores with access routes (D-Wave Leap, IBM Cloud, IonQ Cloud)error_budget_assessment: viability against current noise floorsclassical_baseline_assessment: baseline strength and minimum benchmark requirementvalidation_plan: ordered steps for technical review board submissionrefusal_reason: populated when the report declines to recommend a path forwardcommercial_reality_statement: populated for ENTERPRISE and INVESTOR profiles -- states plainly that production advantage over classical has not yet been broadly demonstrated{"type": "http", "url": "https://quantum-suitability-validator-mcp-production.up.railway.app"}
npx quantum-suitability-validator-mcp
Note: this server exposes tools at /mcp not the root URL.
{
"mcpServers": {
"quantum-suitability-validator": {
"type": "http",
"url": "https://quantum-suitability-validator-mcp-production.up.railway.app/mcp"
}
}
}
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"quantum-suitability-validator": {
"url": "https://quantum-suitability-validator-mcp-production.up.railway.app/mcp",
"transport": "http"
}
})
tools = await client.get_tools()
from agents import Agent, HostedMCPTool
agent = Agent(
name="Assistant",
tools=[HostedMCPTool(tool_config={
"type": "mcp",
"server_label": "quantum-suitability-validator",
"server_url": "https://quantum-suitability-validator-mcp-production.up.railway.app/mcp",
"require_approval": "never"
})]
)
Same as LangChain above — langchain-mcp-adapters works with LangGraph natively.
quantum_assess_problem calls/month per IP -- no API key requiredquantum_assess_problem + full quantum_readiness_reportUpgrade: kordagencies.com
AI-assisted triage -- NOT a substitute for experimental physicist review. Results are for informational and planning purposes only and do not constitute expert quantum computing advice. Full terms: kordagencies.com/terms.html
Kord Agencies Pte Ltd, Singapore
FAQs
Quantum computing suitability validator for AI agents. Screens problems for quantum advantage before budget allocation. QUANTUM/CLASSICAL verdict in one call.
We found that quantum-suitability-validator-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.