General Tools
rqmtechnologies.com
Provides access to RQM Technologies' diverse capabilities including quantum computing, communications, aerospace navigation, industrial robotics, and accelerated computing.
ENDPOINT 1
https://jobs.rqmtechnologies.com/mcp/waveengine
Known tools 0
No tool metadata was available in the registry cache.
CONNECT 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.rqmtechnologies-com]
url = "https://jobs.rqmtechnologies.com/mcp/waveengine"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rqmtechnologies-com": {
"type": "http",
"url": "https://jobs.rqmtechnologies.com/mcp/waveengine"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rqmtechnologies-com
Remote MCP URL: https://jobs.rqmtechnologies.com/mcp/waveengine
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": {
"rqmtechnologies-com": {
"url": "https://jobs.rqmtechnologies.com/mcp/waveengine"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rqmtechnologies-com": {
"type": "http",
"url": "https://jobs.rqmtechnologies.com/mcp/waveengine"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rqmtechnologies-com",
"transport": "streamable-http",
"url": "https://jobs.rqmtechnologies.com/mcp/waveengine"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://jobs.rqmtechnologies.com/mcp
MCP server metadata
- Name
- com.rqmtechnologies/jobs
- Version
- 1.7.0
Known tools 35
list_buyer_jobsReturn complete agent discovery contracts and readiness for the exact 20/20/20 RQM specialist work portfolio.
Inferred read-onlysearch_buyer_jobsSelect RQM buyer jobs from work-language requests using deterministic semantic scoring over instructions, examples, outputs, and next steps.
Inferred read-onlylist_capabilitiesDescribe the preserved v0/v1 surface or the dynamic v2/v3 Wave catalog.
Inferred read-onlyrun_buyer_jobQuote, settle, and submit one allowlisted WaveEngine, Studio, or Robotics buyer job using x402.
Inferred read-onlysettle_buyer_jobServer-side Jobs-rail x402 settle for connector hosts that cannot sign.
Inferred read-onlyrobotics_frame_convention_validation_v1Problem: Validate this bounded frame graph and report unit, axis, handedness, rotation, and transform-direction violations.
Inferred read-onlyrobotics_assess_calibration_quality_v1Problem: Assess this bounded calibration dataset against the supplied residual, coverage, and consistency rules.
Inferred read-onlyrobotics_diagnose_trajectory_instability_v1Problem: Diagnose this bounded trajectory for the supplied oscillation, divergence, and stability indicators.
Inferred read-onlyrobotics_validate_trajectory_timing_v1Problem: Validate timestamps, ordering, rates, gaps, and synchronization in this bounded trajectory or sensor trace.
Inferred read-onlyrobotics_normalize_sensor_frames_v1Problem: Convert these bounded sensor observations into the supplied target frame and unit convention.
Inferred read-onlyrobotics_reconstruct_smoothed_trajectory_v1Problem: Reconstruct this bounded trajectory under the supplied smoothing model and residual rule.
Inferred read-onlyrobotics_estimate_fused_state_v1Problem: Fuse these bounded synchronized sensor observations under the supplied diagonal uncertainty model and rules.
Inferred read-onlyrobotics_compute_actuator_alignment_correction_v1Problem: Compute a bounded actuator alignment correction from these observations and caller acceptance limits.
Inferred read-onlyrobotics_compare_controller_responses_v1Problem: Compare these bounded controller responses on identical traces using the supplied objective rules.
Inferred read-onlyrobotics_compare_state_estimators_v1Problem: Compare these bounded estimator outputs against the supplied reference and objective rules.
Inferred read-onlyrobotics_compare_planned_observed_trajectories_v1Problem: Compare planned and observed trajectories against caller tolerances.
Inferred read-onlyrobotics_compare_digital_twin_observations_v1Problem: Compare digital-twin output with mapped observations against caller tolerances.
Inferred read-onlyrobotics_tune_controller_to_objectives_v1Problem: Tune a supported controller only within supplied bounds and safety limits.
Inferred read-onlyrobotics_optimize_trajectory_to_constraints_v1Problem: Optimize a bounded trajectory only when speed and duration constraints pass.
Inferred read-onlyrobotics_validate_kinematic_dynamic_limits_v1Problem: Accept or reject a bounded trajectory against caller kinematic limits.
Inferred read-onlyrobotics_optimize_disturbance_rejection_v1Problem: Tune supported control parameters against this bounded disturbance model and supplied response objectives.
Inferred read-onlyrobotics_validate_closed_loop_stability_v1Problem: Accept or reject this bounded closed-loop model under the supplied stability criteria.
Inferred read-onlyrobotics_check_collision_constraints_v1Problem: Check this bounded geometry and trajectory against the supplied collision and clearance constraints.
Inferred read-onlyrobotics_replay_workcell_trace_v1Problem: Replay this bounded workcell trace against the supplied event assertions.
Inferred read-onlyrobotics_analyze_force_disturbance_response_v1Problem: Analyze these bounded force and disturbance inputs against the supplied response model and criteria.
Inferred read-onlyquote_jobReturn a preserved v0 placeholder or a durable v1 Account Core USD quote.
Inferred read-onlyget_account_balanceRead the authenticated canonical Account Core prepaid USD balance.
Inferred read-onlycreate_funding_sessionCreate an idempotent Stripe Checkout URL for human prepaid funding.
Potential side effectssubmit_wave_jobReserve an exact quote and submit one bounded catalog-approved Wave job.
Inferred read-onlysubmit_quantum_jobReserve an exact quote and submit one bounded managed-simulator job.
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.com-rqmtechnologies-jobs]
url = "https://jobs.rqmtechnologies.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-rqmtechnologies-jobs": {
"type": "http",
"url": "https://jobs.rqmtechnologies.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-rqmtechnologies-jobs
Remote MCP URL: https://jobs.rqmtechnologies.com/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": {
"com-rqmtechnologies-jobs": {
"url": "https://jobs.rqmtechnologies.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-rqmtechnologies-jobs": {
"type": "http",
"url": "https://jobs.rqmtechnologies.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-rqmtechnologies-jobs",
"transport": "streamable-http",
"url": "https://jobs.rqmtechnologies.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://jobs.rqmtechnologies.com/mcp/robotics
MCP server metadata
- Name
- com.rqmtechnologies/robotics
- Version
- 1.7.0
Known tools 13
list_buyer_jobsReturn complete agent discovery contracts and readiness for the exact 20-job RQM Robotics portfolio.
Inferred read-onlysearch_buyer_jobsSelect Robotics buyer jobs from work-language requests using deterministic semantic scoring.
Inferred read-onlyrun_buyer_jobSend Robotics inputs for frame validation, trajectory diagnosis, controller comparison, or optimization.
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.com-rqmtechnologies-robotics]
url = "https://jobs.rqmtechnologies.com/mcp/robotics"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-rqmtechnologies-robotics": {
"type": "http",
"url": "https://jobs.rqmtechnologies.com/mcp/robotics"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-rqmtechnologies-robotics
Remote MCP URL: https://jobs.rqmtechnologies.com/mcp/robotics
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": {
"com-rqmtechnologies-robotics": {
"url": "https://jobs.rqmtechnologies.com/mcp/robotics"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-rqmtechnologies-robotics": {
"type": "http",
"url": "https://jobs.rqmtechnologies.com/mcp/robotics"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-rqmtechnologies-robotics",
"transport": "streamable-http",
"url": "https://jobs.rqmtechnologies.com/mcp/robotics"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://jobs.rqmtechnologies.com/mcp/studio
MCP server metadata
- Name
- com.rqmtechnologies/studio
- Version
- 1.7.0
Known tools 43
list_buyer_jobsReturn complete agent discovery contracts and readiness for the exact 20/20/20 RQM specialist work portfolio.
Inferred read-onlysearch_buyer_jobsSelect RQM buyer jobs from work-language requests using deterministic semantic scoring over instructions, examples, outputs, and next steps.
Inferred read-onlylist_capabilitiesDescribe the preserved v0/v1 surface or the dynamic v2/v3 Wave catalog.
Inferred read-onlyrun_buyer_jobQuote, settle, and submit one allowlisted WaveEngine, Studio, or Robotics buyer job using x402.
Inferred read-onlyquantum_failed_workflow_diagnosis_v1Problem: Diagnose why this bounded quantum workflow failed and return supported corrective actions.
Inferred read-onlyquantum_phase_sensitive_inspection_v1Problem: Diagnose the phase, rotation, ordering, or convention difference between these supported operations.
Inferred read-onlyquantum_openqasm3_preflight_v1Problem: Parse, normalize, and assess OpenQASM 3 before downstream execution.
Inferred read-onlyquantum_simulation_anomaly_diagnostic_v1Problem: Compare this bounded simulation result with the supplied expectation and anomaly rules.
Inferred read-onlyquantum_openqasm3_repair_v1Problem: Repair this bounded OpenQASM 3 program only with the supplied conservative repair policy.
Inferred read-onlyquantum_gate_basis_decomposition_v1Problem: Decompose this supported circuit operation into the supplied bounded gate basis and verify the declared relation.
Inferred read-onlyquantum_cross_provider_portability_v1Problem: Translate this supported OpenQASM 3 circuit to the supplied local toolchain format without silent gate substitution.
Inferred read-onlyquantum_phase_aware_rewrite_v1Problem: Rewrite this supported circuit under the supplied phase-equivalence and target constraints.
Inferred read-onlyquantum_supported_circuit_equivalence_v1Problem: Compare two RQM Circuit IR circuits within the supported verifier scope.
Inferred read-onlyquantum_provider_result_compare_v1Problem: Compare these bounded provider results using the supplied normalization and difference rules.
Inferred read-onlyquantum_simulation_result_compare_v1Problem: Compare these bounded simulation results using the supplied deterministic probability rules.
Inferred read-onlyquantum_two_qubit_local_equivalence_v1Problem: Classify this supported two-qubit operation by its bounded local-equivalence class and phase context.
Inferred read-onlyquantum_verified_circuit_optimization_v1Problem: Optimize RQM Circuit IR and return the original unless preservation is verified.
Inferred read-onlyquantum_two_qubit_target_synthesis_v1Problem: Choose and verify a bounded target-basis implementation for this supported two-qubit operation under supplied objectives.
Inferred read-onlyquantum_provider_target_compile_v1Problem: Compile this bounded circuit to the supplied pinned provider target and return compatibility evidence.
Inferred read-onlyquantum_execution_plan_select_v1Problem: Select a supported execution plan against the supplied cost, depth, duration limits, and weights.
Inferred read-onlyquantum_circuit_assurance_report_v1Problem: Validate, compile, and report bounded assurance evidence for OpenQASM 3.
Inferred read-onlyquantum_optimization_preservation_audit_v1Problem: Audit candidate optimization equivalence and qualitative coupling preservation.
Inferred read-onlyquantum_managed_simulator_v1Problem: Execute a bounded RQM Circuit IR circuit on the managed local statevector simulator.
Potential side effectsquantum_provider_readiness_check_v1Problem: Accept or reject this bounded circuit for the supplied pinned provider target and readiness rules.
Inferred read-onlyquote_jobReturn a preserved v0 placeholder or a durable v1 Account Core USD quote.
Inferred read-onlycheck_quantum_circuitCheck whether this quantum circuit is safe to send downstream, and return a bounded go, no-go, or unsupported decision with evidence.
Potential side effectscompare_quantum_circuitsTell me whether these two quantum circuits implement the same operation within the stated phase context.
Inferred read-onlyrepair_openqasm3Repair this invalid OpenQASM 3 program conservatively, or tell me exactly why a safe repair cannot be made.
Inferred read-onlyoptimize_quantum_circuitMake this quantum circuit smaller, but return the original unless equivalence is verified.
Inferred read-onlydiagnose_quantum_workflowDiagnose why this quantum workflow failed and return bounded corrective actions.
Inferred read-onlyaudit_quantum_transformationAudit what another compiler or AI changed, and withhold the candidate unless preservation is verified.
Inferred read-onlytranslate_quantum_circuitTranslate this circuit to Qiskit/OpenQASM 3 or Braket without silently changing its supported semantics.
Inferred read-onlydiagnose_quantum_phaseFind the phase, rotation, ordering, or convention bug in this quantum operation.
Inferred read-onlysynthesize_two_qubit_targetChoose the best verified target-native implementation of this two-qubit block.
Inferred read-onlyclassify_two_qubit_operationClassify this two-qubit operation by its nonlocal content and local-equivalence class.
Inferred read-onlyget_account_balanceRead the authenticated canonical Account Core prepaid USD balance.
Inferred read-onlyget_studio_receiptRetrieve the durable Account Core receipt for one settled Studio reservation.
Inferred read-onlycreate_funding_sessionCreate an idempotent Stripe Checkout URL for human prepaid funding.
Potential side effectssubmit_quantum_jobReserve an exact quote and submit one bounded managed-simulator job.
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.com-rqmtechnologies-studio]
url = "https://jobs.rqmtechnologies.com/mcp/studio"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-rqmtechnologies-studio": {
"type": "http",
"url": "https://jobs.rqmtechnologies.com/mcp/studio"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-rqmtechnologies-studio
Remote MCP URL: https://jobs.rqmtechnologies.com/mcp/studio
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": {
"com-rqmtechnologies-studio": {
"url": "https://jobs.rqmtechnologies.com/mcp/studio"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-rqmtechnologies-studio": {
"type": "http",
"url": "https://jobs.rqmtechnologies.com/mcp/studio"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-rqmtechnologies-studio",
"transport": "streamable-http",
"url": "https://jobs.rqmtechnologies.com/mcp/studio"
}
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 rqmtechnologies.com was fetched 2026-08-23T12:33:35.514Z and is being refreshed.
rqmtechnologies.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.