Neotic MCP server
AI agents create contextual in-app experiences, announcements, and triggers with Neotic.
Little public usage data yet
Reviews
Write oneNobody has reviewed Neotic yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Neotic tools (140, 20 write)
write = sends, deletes, buys or postscognitive.allocate_computeFreeAdaptive compute budgeting: select compute tier (Fast Path to Deep Deliberation) and timeout based on EVC.
cognitive.analogical_transferwrite actionFreeTransfer structural strategies across disparate domains via Structure-Mapping Engine (SME).
cognitive.analyze_communicationFreePragmatic communication: audit speech acts against Gricean maxims (Quality, Quantity, Relation, Manner) and detect deception.
cognitive.arbitrate_temporal_objectivesFreeArbitrate short vs long term payoffs using hyperbolic vs exponential discounting and Ulysses pre-commitment contracts.
cognitive.assess_competenceFreeEpistemic boundary awareness: classify task into KNOWN, KNOWN_UNKNOWN, or UNKNOWN_UNKNOWN (OOD) and track calibration.
cognitive.audit_evidence_graphFreeAudit the evidence graph for a task before issuing final answers. Rejects claims such as 'optimal', 'verified', or 'feasible' when their evidence dependencies are incomplete.
cognitive.build_evidence_graphFreeBuild or update an Evidence-Carrying Cognitive Graph for a task structure and solution trace.
cognitive.causal_analysisFreeDistinguish causal effects (do-calculus) from spurious correlation via backdoor adjustment.
cognitive.compile_invariant_latticeFreeCompile a Dynamic Constraint Lattice (DCL) into algebraic boundaries, conservation laws, and reachability cones.
cognitive.compose_strategiesFreeSkill Composition: synthesize a composite multi-stage StrategyIR from primitive strategies. Chains multiple specialized skills (e.g. Graph Coloring + Topological Sort + Allocation) into a compound pipeline with explicit stage transitions and end-to-end verification.
cognitive.compute_intrinsic_rewardsFreeCompute intrinsic drives: novelty & prediction surprise curiosity, empowerment (channel capacity), and learning progress.
cognitive.compute_lattice_signatureFreeCompute coordinate-free topological invariant signature of a lattice or task.
cognitive.compute_number_theoryFreeNumber theory: primality, factoring, extended GCD, Diophantine, modular inverse, CRT, combinatorics, Fibonacci.
cognitive.counterfactual_what_ifFreeCounterfactual engine: evaluate 'What if I had done X instead of Y at step t?' using Pearl's abduction-intervention-prediction.
cognitive.create_simulated_environmentwrite actionFreeInstantiate and initialize a simulated cognitive environment (spatial_commons, multi_agent_arena, sequential_puzzle).
cognitive.crucible_stress_testFreeSubject candidate trajectories to adversarial algebraic perturbations to calculate Robustness Index (R) and project hardened paths.
cognitive.evaluate_claim_evidenceFreeEvaluate support status and confidence for an individual claim with evidence.
cognitive.evaluate_cooperationFreeMulti-agent cooperation: analyze game payoff matrices, compute Nash/Pareto equilibria, and execute reciprocity policies.
cognitive.evaluate_counterfactual_queryFreeEvaluate a counterfactual query on a plan ('What if capacity drops?', 'What if a route fails?', etc.).
cognitive.evaluate_generalization_benchmarksFreeEvaluate broad generalization across spatial commons, multi-agent arenas, and sequential causal puzzles.
cognitive.execute_taskwrite actionFreeOne-call orchestration: identify → gate → guide → solve → verify → report. Parameters: - task: Dict containing: - task_structure (or loose definition: name, entities, constraints, etc.) - raw (optional): Domain-specific execution payload. If omitted, returns status='guidance_only' with 'recommended_action'='supply_raw' and an 'expected_raw_formats' object detailing valid schemas. Supported problem types for task.raw: * scheduling: {"workers": [{"id": "w1", "eligible_shifts": ["s1"], "max_shifts": 1}], "shifts": [{"id": "s1", "required_workers": 1}]} * allocation: {"consumers": [{"id": "c1", "demands": {"r1": 1}}], "resources": [{"id": "r1", "capacity": 2}]} * graph: {"nodes": ["A", "B"], "edges": [["A", "B"]]} * graph_coloring: {"nodes": ["A", "B"], "edges": [["A", "B"]], "colors": ["red", "blue"]} * shortest_path: {"nodes": ["A", "B"], "edges": [["A", "B"]], "weights": {"A->B": 1.0}, "start": "A", "target": "B"} * math: {"math": {"question": "...", "quantities": {...}, "equations": [...], "target_variable": "x", "ground_truth": 42.0}} * code: {"code": {"code": "def solution()...", "tests": ["assert ..."]}} * pddl: {"pddl": {"plan": [...], "init": {...}, "goal": {...}}} Returns a single envelope with status (completed / guidance_only / blocked_until_clarified / no_applicable_guidance / refused_infeasible / failed), solution, score, assumptions, failure reasons, and expected_raw_formats.
cognitive.few_shot_induceFreeFew-shot learning: induce a generalized procedural StrategyIR from 1-3 problem traces. Extracts structural invariants (decision ordering, invariant contracts, verification rules) and registers an initial candidate strategy immediately without requiring large training sets.
cognitive.generate_and_prioritize_goalsFreeAutonomous goal synthesis from world deficits, depleted reserves, and exploration frontiers with multi-criteria prioritization.
cognitive.get_experimentFreeRetrieve details and benchmark results of an experiment (§24, §69).
cognitive.get_final_evidence_resultFreeCompile a final evidence result listing supporting evidence, assumptions, missing evidence, contradictions, unchecked dependencies, confidence, and invalidation conditions.
cognitive.get_guidanceFreeRetrieve applicable validated strategies for a task (§24, §18). Does NOT return unverified or suspended strategies as trusted guidance. Provides calibrated uncertainty, applicability conditions, and negative transfer warnings. Args: task_structure_id: UUID of the abstract task structure. environment: Environment characteristics. goal: Goal description and metric targets. available_capabilities: Capabilities supported by the caller. model_family: Model family of the consumer agent (e.g. 'claude', 'gpt', 'local'). Returns: Ranked list of applicable strategies with procedures, conditions, and evidence. Failures return {"error", "detail", "hint"} — never a bare exception.
cognitive.get_strategyFreeRetrieve a usable strategy: steps, when to use, when not, evidence summary. Disclosure: you learn WHAT to execute, never HOW the engine induces, verifies, or ranks knowledge (no trust signals, audit, tenants, traces).
cognitive.get_strategy_reportFreeEvidence dossier: baseline vs assisted, distribution, CI, failures, last eval.
cognitive.ground_languageFreeNon-LLM compositional semantics: parse utterance into semantic predicates and evaluate directly against WorldState.
cognitive.hierarchical_planFreeDecompose high-level goals into milestone subgoals using Hierarchical Task Network (HTN) planning.
cognitive.identify_taskwrite actionFreeCreate or resolve an abstract task structure without storing raw private content (§24). Args: task_structure: Structural representation (entities, constraints, variables, etc.). environment: Environmental context and characteristics. goal: Objective and optimization goals. Returns: task_structure_id, structural_features, and matching existing structures. On invalid input returns {"error", "detail", "hint"} instead of raising, so the MCP client sees the cause instead of a generic execution error.
cognitive.induce_morphic_transferwrite actionFreeDiscover topological homomorphism between source experience and target problem, transducing solution paths.
cognitive.inferFreePerform logical deduction (Horn clauses) or exact probabilistic Bayesian network inference.
cognitive.infer_human_valuesFreeInfer human values via Bradley-Terry IRL, detect Goodhart's law / specification gaming, and assess CIRL deference.
cognitive.inspect_lexiconFreeInspect grounded lexicon acquired via situated interaction (learned vocabulary, concept bindings, confidence).
cognitive.inspect_self_modelFreeEngine self-model introspection: inspect capabilities, domain competence, active subsystems, and safety status.
cognitive.learn_from_mistakeFreeOnline Real-Time Error Reflection & Strategy Patching. When an execution fails, analyzes root-cause constraint violations, synthesizes new exception cases and repair procedures, verifies update against anchor regression, and publishes the patched strategy version in real time.
cognitive.learn_language_interactionFreeInteractive language acquisition: learn word-concept bindings through cross-situational observation, games, and feedback.
cognitive.learn_world_modelFreeOnline world model learning: update state transition priors from empirical execution traces.
cognitive.list_experimentsFreeDiscovery: list recorded benchmark experiment IDs for cognitive.get_experiment.
cognitive.matrix_algebraFreeExact rational matrix & vector algebra: multiply, determinant, inverse, transpose, trace, eigenvalues, dot/cross.
cognitive.monitor_reasoningFreeIntrospective reasoning critic: inspect trace in-flight to catch cycles, invariant drift, vacuous output, and stalling.
cognitive.parse_taskFreeConvert natural-language task text into CIR and task_structure dict. Every natural-language input is normalized into CIR before reasoning. Returns both the normalized CIR and a human-readable explanation.
cognitive.plan_with_counterfactualsFreeSynthesize the best verified plan across candidate rollouts, uncertainty tracking, and constraint pruning.
cognitive.predict_world_stateFreeForward world model: predict future state trajectories and uncertainty bounds under actions.
cognitive.project_to_manifoldFreeProject a candidate state or plan step onto the Singular Transition Manifold M = F(S0) ∩ B(Goal). Returns the corrected state, corrective delta vector Delta S = S* - S, and boundary distance margins.
cognitive.propose_strategyFreePropose a candidate strategy from problem-solving experience (§24, §2). IMPORTANT: This NEVER makes the strategy TRUSTED. The strategy enters CANDIDATE state and requires objective verification.
cognitive.record_experienceFreeRecord an observable event in an ongoing experience episode (§24, §7). Accepts structured actions, observations, and state changes. Never sends raw unredacted private transcripts.
cognitive.refine_lattice_from_feedbackFreeAutonomously evolve higher-order invariants, tighten bounds, and discover cliques from execution feedback.
cognitive.report_transferwrite actionFreeRecord whether a transferred strategy helped or harmed on a novel task (§24, §19).
cognitive.resolve_intentFreePragmatics: resolve indirect speech acts (e.g. ability questions to directives), anaphoric pronouns, and verify presuppositions.
cognitive.run_closed_loop_agentwrite actionFreeRun the end-to-end cognitive agent closed loop (Perceive -> Model -> Decide -> Act -> Reflect -> Learn).
cognitive.run_multi_agent_simulationwrite actionFreeSimulate repeated multi-agent interaction with social dilemmas, speech acts, and reputation tracking.
cognitive.safe_self_improveFreeSafe self-improvement: propose modifications guarded by immutable verification oracles and anchor regressions.
cognitive.simulate_actionsFreeSimulate and rank candidate actions by predicted feasibility, reward, and constraint safety.
cognitive.solve_and_compareFreeEnd-to-end autonomy: identify → guide → execute → baseline → verify → verdict. Give raw task data (scheduling: workers/shifts/eligibility/capacity/ exclusivity; graph: nodes/edges; allocation: consumers/resources/...). Returns the guided solution, the unguided baseline, independent verification of both (with objective_source + independently_verified), and whether the engine improved the result.
cognitive.solve_arithmeticFreeEvaluate or simplify mathematical expressions (PEMDAS with power, functions like sqrt, exp, log, sin, cos).
cognitive.solve_equation_systemFreeSolve linear equations (ax + b = c), quadratic equations (ax^2 + bx + c = 0), or linear systems (A x = b).
cognitive.solve_word_problemFreeSolve math word problems (GSM8K/SVAMP/MATH) via topological constraint propagation.
cognitive.start_experienceFreeStart an experience episode (§24, §10). Does not store raw prompts or full conversations. For long-horizon work, pass parent_experience_id (+ subgoal) to chain episodes with an inherited goal stack; unknown parents are rejected, never silently adopted.
cognitive.step_simulated_environmentFreeStep an active simulated environment with an agent action.
cognitive.submit_outcomewrite actionFreeSubmit the structured outcome of an experience episode (§24, §10). Triggering this may induce candidate strategies in the engine.
cognitive.synthesize_programFreeSynthesize new algorithmic Python procedures on the fly with AST sandboxing and verification.
cognitive.synthesize_singular_pathFreeSynthesize an optimal, invariant-verified trajectory from initial state to goal through the singular bottleneck. Eliminates dead-end branching and hallucinated unfeasible solutions.
cognitive.theory_of_mindFreeTheory of Mind: model agents' BDI mental states, test false beliefs (Sally-Anne), and infer goals via inverse planning.
cognitive.tree_searchFreePerform Monte Carlo Tree Search (UCT) over action sequences to find optimal trajectory.
cognitive.verify_arithmetic_claimFreeFormally verify an arithmetic equality claim, audit numerical stability, condition number, and cancellation risks.
cognitive.verify_ethics_and_normsFreeNormative ethics & fairness: enforce deontological vetos, evaluate Rawlsian vs Utilitarian welfare, and arbitrate moral dilemmas.
cognitive.verify_lattice_transitionFreeVerify a candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds.
cognitive.verify_strategywrite actionFreeRun objective deterministic verification on a strategy (§24, §16). Clients cannot self-promote. Verification is evaluated server-side. Pass task_structure_id (from cognitive.identify_task) so constraints are independently recomputed from registered descriptors instead of trusting trace flags. Objective precedence: explicit caller value → recomputed from raw data → registered spec (labeled unknown) → nested trace claims ONLY when trust_trace_objective=true → otherwise unknown, never silent 0.0. Returns passed/score plus details.objective_source and details.independently_verified so callers know what was recomputed versus taken on trace claims. Failures are structured, never bare.
cognitive_allocate_computeFreeAdaptive compute budgeting: select compute tier (Fast Path to Deep Deliberation) and timeout based on EVC.
cognitive_analogical_transferwrite actionFreeTransfer structural strategies across disparate domains via Structure-Mapping Engine (SME).
cognitive_analyze_communicationFreePragmatic communication: audit speech acts against Gricean maxims (Quality, Quantity, Relation, Manner) and detect deception.
cognitive_arbitrate_temporal_objectivesFreeArbitrate short vs long term payoffs using hyperbolic vs exponential discounting and Ulysses pre-commitment contracts.
cognitive_assess_competenceFreeEpistemic boundary awareness: classify task into KNOWN, KNOWN_UNKNOWN, or UNKNOWN_UNKNOWN (OOD) and track calibration.
cognitive_audit_evidence_graphFreeAudit the evidence graph for a task before issuing final answers. Rejects claims such as 'optimal', 'verified', or 'feasible' when their evidence dependencies are incomplete.
cognitive_build_evidence_graphFreeBuild or update an Evidence-Carrying Cognitive Graph for a task structure and solution trace.
cognitive_causal_analysisFreeDistinguish causal effects (do-calculus) from spurious correlation via backdoor adjustment.
cognitive_compile_invariant_latticeFreeCompile a Dynamic Constraint Lattice (DCL) into algebraic boundaries, conservation laws, and reachability cones.
cognitive_compose_strategiesFreeSkill Composition: synthesize a composite multi-stage StrategyIR from primitive strategies. Chains multiple specialized skills (e.g. Graph Coloring + Topological Sort + Allocation) into a compound pipeline with explicit stage transitions and end-to-end verification.
cognitive_compute_intrinsic_rewardsFreeCompute intrinsic drives: novelty & prediction surprise curiosity, empowerment (channel capacity), and learning progress.
cognitive_compute_lattice_signatureFreeCompute coordinate-free topological invariant signature of a lattice or task.
cognitive_compute_number_theoryFreeNumber theory: primality, factoring, extended GCD, Diophantine, modular inverse, CRT, combinatorics, Fibonacci.
cognitive_counterfactual_what_ifFreeCounterfactual engine: evaluate 'What if I had done X instead of Y at step t?' using Pearl's abduction-intervention-prediction.
cognitive_create_simulated_environmentwrite actionFreeInstantiate and initialize a simulated cognitive environment (spatial_commons, multi_agent_arena, sequential_puzzle).
cognitive_crucible_stress_testFreeSubject candidate trajectories to adversarial algebraic perturbations to calculate Robustness Index (R) and project hardened paths.
cognitive_evaluate_claim_evidenceFreeEvaluate support status and confidence for an individual claim with evidence.
cognitive_evaluate_cooperationFreeMulti-agent cooperation: analyze game payoff matrices, compute Nash/Pareto equilibria, and execute reciprocity policies.
cognitive_evaluate_counterfactual_queryFreeEvaluate a counterfactual query on a plan ('What if capacity drops?', 'What if a route fails?', etc.).
cognitive_evaluate_generalization_benchmarksFreeEvaluate broad generalization across spatial commons, multi-agent arenas, and sequential causal puzzles.
cognitive_execute_taskwrite actionFreeOne-call orchestration: identify → gate → guide → solve → verify → report. Parameters: - task: Dict containing: - task_structure (or loose definition: name, entities, constraints, etc.) - raw (optional): Domain-specific execution payload. If omitted, returns status='guidance_only' with 'recommended_action'='supply_raw' and an 'expected_raw_formats' object detailing valid schemas. Supported problem types for task.raw: * scheduling: {"workers": [{"id": "w1", "eligible_shifts": ["s1"], "max_shifts": 1}], "shifts": [{"id": "s1", "required_workers": 1}]} * allocation: {"consumers": [{"id": "c1", "demands": {"r1": 1}}], "resources": [{"id": "r1", "capacity": 2}]} * graph: {"nodes": ["A", "B"], "edges": [["A", "B"]]} * graph_coloring: {"nodes": ["A", "B"], "edges": [["A", "B"]], "colors": ["red", "blue"]} * shortest_path: {"nodes": ["A", "B"], "edges": [["A", "B"]], "weights": {"A->B": 1.0}, "start": "A", "target": "B"} * math: {"math": {"question": "...", "quantities": {...}, "equations": [...], "target_variable": "x", "ground_truth": 42.0}} * code: {"code": {"code": "def solution()...", "tests": ["assert ..."]}} * pddl: {"pddl": {"plan": [...], "init": {...}, "goal": {...}}} Returns a single envelope with status (completed / guidance_only / blocked_until_clarified / no_applicable_guidance / refused_infeasible / failed), solution, score, assumptions, failure reasons, and expected_raw_formats.
cognitive_few_shot_induceFreeFew-shot learning: induce a generalized procedural StrategyIR from 1-3 problem traces. Extracts structural invariants (decision ordering, invariant contracts, verification rules) and registers an initial candidate strategy immediately without requiring large training sets.
cognitive_generate_and_prioritize_goalsFreeAutonomous goal synthesis from world deficits, depleted reserves, and exploration frontiers with multi-criteria prioritization.
cognitive_get_experimentFreeRetrieve details and benchmark results of an experiment (§24, §69).
cognitive_get_final_evidence_resultFreeCompile a final evidence result listing supporting evidence, assumptions, missing evidence, contradictions, unchecked dependencies, confidence, and invalidation conditions.
cognitive_get_guidanceFreeRetrieve applicable validated strategies for a task (§24, §18). Does NOT return unverified or suspended strategies as trusted guidance. Provides calibrated uncertainty, applicability conditions, and negative transfer warnings. Args: task_structure_id: UUID of the abstract task structure. environment: Environment characteristics. goal: Goal description and metric targets. available_capabilities: Capabilities supported by the caller. model_family: Model family of the consumer agent (e.g. 'claude', 'gpt', 'local'). Returns: Ranked list of applicable strategies with procedures, conditions, and evidence. Failures return {"error", "detail", "hint"} — never a bare exception.
cognitive_get_strategyFreeRetrieve a usable strategy: steps, when to use, when not, evidence summary. Disclosure: you learn WHAT to execute, never HOW the engine induces, verifies, or ranks knowledge (no trust signals, audit, tenants, traces).
cognitive_get_strategy_reportFreeEvidence dossier: baseline vs assisted, distribution, CI, failures, last eval.
cognitive_ground_languageFreeNon-LLM compositional semantics: parse utterance into semantic predicates and evaluate directly against WorldState.
cognitive_hierarchical_planFreeDecompose high-level goals into milestone subgoals using Hierarchical Task Network (HTN) planning.
cognitive_identify_taskwrite actionFreeCreate or resolve an abstract task structure without storing raw private content (§24). Args: task_structure: Structural representation (entities, constraints, variables, etc.). environment: Environmental context and characteristics. goal: Objective and optimization goals. Returns: task_structure_id, structural_features, and matching existing structures. On invalid input returns {"error", "detail", "hint"} instead of raising, so the MCP client sees the cause instead of a generic execution error.
cognitive_induce_morphic_transferwrite actionFreeDiscover topological homomorphism between source experience and target problem, transducing solution paths.
cognitive_inferFreePerform logical deduction (Horn clauses) or exact probabilistic Bayesian network inference.
cognitive_infer_human_valuesFreeInfer human values via Bradley-Terry IRL, detect Goodhart's law / specification gaming, and assess CIRL deference.
cognitive_inspect_lexiconFreeInspect grounded lexicon acquired via situated interaction (learned vocabulary, concept bindings, confidence).
cognitive_inspect_self_modelFreeEngine self-model introspection: inspect capabilities, domain competence, active subsystems, and safety status.
cognitive_learn_from_mistakeFreeOnline Real-Time Error Reflection & Strategy Patching. When an execution fails, analyzes root-cause constraint violations, synthesizes new exception cases and repair procedures, verifies update against anchor regression, and publishes the patched strategy version in real time.
cognitive_learn_language_interactionFreeInteractive language acquisition: learn word-concept bindings through cross-situational observation, games, and feedback.
cognitive_learn_world_modelFreeOnline world model learning: update state transition priors from empirical execution traces.
cognitive_list_experimentsFreeDiscovery: list recorded benchmark experiment IDs for cognitive.get_experiment.
cognitive_matrix_algebraFreeExact rational matrix & vector algebra: multiply, determinant, inverse, transpose, trace, eigenvalues, dot/cross.
cognitive_monitor_reasoningFreeIntrospective reasoning critic: inspect trace in-flight to catch cycles, invariant drift, vacuous output, and stalling.
cognitive_parse_taskFreeConvert natural-language task text into CIR and task_structure dict. Every natural-language input is normalized into CIR before reasoning. Returns both the normalized CIR and a human-readable explanation.
cognitive_plan_with_counterfactualsFreeSynthesize the best verified plan across candidate rollouts, uncertainty tracking, and constraint pruning.
cognitive_predict_world_stateFreeForward world model: predict future state trajectories and uncertainty bounds under actions.
cognitive_project_to_manifoldFreeProject a candidate state or plan step onto the Singular Transition Manifold M = F(S0) ∩ B(Goal). Returns the corrected state, corrective delta vector Delta S = S* - S, and boundary distance margins.
cognitive_propose_strategyFreePropose a candidate strategy from problem-solving experience (§24, §2). IMPORTANT: This NEVER makes the strategy TRUSTED. The strategy enters CANDIDATE state and requires objective verification.
cognitive_record_experienceFreeRecord an observable event in an ongoing experience episode (§24, §7). Accepts structured actions, observations, and state changes. Never sends raw unredacted private transcripts.
cognitive_refine_lattice_from_feedbackFreeAutonomously evolve higher-order invariants, tighten bounds, and discover cliques from execution feedback.
cognitive_report_transferwrite actionFreeRecord whether a transferred strategy helped or harmed on a novel task (§24, §19).
cognitive_resolve_intentFreePragmatics: resolve indirect speech acts (e.g. ability questions to directives), anaphoric pronouns, and verify presuppositions.
cognitive_run_closed_loop_agentwrite actionFreeRun the end-to-end cognitive agent closed loop (Perceive -> Model -> Decide -> Act -> Reflect -> Learn).
cognitive_run_multi_agent_simulationwrite actionFreeSimulate repeated multi-agent interaction with social dilemmas, speech acts, and reputation tracking.
cognitive_safe_self_improveFreeSafe self-improvement: propose modifications guarded by immutable verification oracles and anchor regressions.
cognitive_simulate_actionsFreeSimulate and rank candidate actions by predicted feasibility, reward, and constraint safety.
cognitive_solve_and_compareFreeEnd-to-end autonomy: identify → guide → execute → baseline → verify → verdict. Give raw task data (scheduling: workers/shifts/eligibility/capacity/ exclusivity; graph: nodes/edges; allocation: consumers/resources/...). Returns the guided solution, the unguided baseline, independent verification of both (with objective_source + independently_verified), and whether the engine improved the result.
cognitive_solve_arithmeticFreeEvaluate or simplify mathematical expressions (PEMDAS with power, functions like sqrt, exp, log, sin, cos).
cognitive_solve_equation_systemFreeSolve linear equations (ax + b = c), quadratic equations (ax^2 + bx + c = 0), or linear systems (A x = b).
cognitive_solve_word_problemFreeSolve math word problems (GSM8K/SVAMP/MATH) via topological constraint propagation.
cognitive_start_experienceFreeStart an experience episode (§24, §10). Does not store raw prompts or full conversations. For long-horizon work, pass parent_experience_id (+ subgoal) to chain episodes with an inherited goal stack; unknown parents are rejected, never silently adopted.
cognitive_step_simulated_environmentFreeStep an active simulated environment with an agent action.
cognitive_submit_outcomewrite actionFreeSubmit the structured outcome of an experience episode (§24, §10). Triggering this may induce candidate strategies in the engine.
cognitive_synthesize_programFreeSynthesize new algorithmic Python procedures on the fly with AST sandboxing and verification.
cognitive_synthesize_singular_pathFreeSynthesize an optimal, invariant-verified trajectory from initial state to goal through the singular bottleneck. Eliminates dead-end branching and hallucinated unfeasible solutions.
cognitive_theory_of_mindFreeTheory of Mind: model agents' BDI mental states, test false beliefs (Sally-Anne), and infer goals via inverse planning.
cognitive_tree_searchFreePerform Monte Carlo Tree Search (UCT) over action sequences to find optimal trajectory.
cognitive_verify_arithmetic_claimFreeFormally verify an arithmetic equality claim, audit numerical stability, condition number, and cancellation risks.
cognitive_verify_ethics_and_normsFreeNormative ethics & fairness: enforce deontological vetos, evaluate Rawlsian vs Utilitarian welfare, and arbitrate moral dilemmas.
cognitive_verify_lattice_transitionFreeVerify a candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds.
cognitive_verify_strategywrite actionFreeRun objective deterministic verification on a strategy (§24, §16). Clients cannot self-promote. Verification is evaluated server-side. Pass task_structure_id (from cognitive.identify_task) so constraints are independently recomputed from registered descriptors instead of trusting trace flags. Objective precedence: explicit caller value → recomputed from raw data → registered spec (labeled unknown) → nested trace claims ONLY when trust_trace_objective=true → otherwise unknown, never silent 0.0. Returns passed/score plus details.objective_source and details.independently_verified so callers know what was recomputed versus taken on trace claims. Failures are structured, never bare.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1664ms20/20
- Tool poisoning140 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 20 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http neotic https://www.neotic.app/api/mcp
Neotic: common questions
- Is Neotic MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Neotic safety report
- How do I install Neotic?
- It runs remotely at www.neotic.app. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Neotic need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Neotic maintained?
- The latest release is v1.0.0.
- Is Neotic up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.