← Registry

Content Tools

neotic.app

Neotic helps SaaS teams turn product updates, bug fixes, announcements, and contextual guidance into interactive in-product experiences.

1 endpoint140 known toolsFirst detected August 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://www.neotic.app/api/mcp

No auth detected

MCP server metadata

Name
cognitive-engine
Capabilities
experimentalpromptsresourcestools

Known tools 140

cognitive.identify_task

Create or resolve an abstract task structure without storing raw private content (§24).

Potential side effects
cognitive.get_guidance

Retrieve applicable validated strategies for a task (§24, §18).

Inferred read-only
cognitive.start_experience

Start an experience episode (§24, §10).

Inferred read-only
cognitive.parse_task

Convert natural-language task text into CIR and task_structure dict.

Inferred read-only
cognitive.record_experience

Record an observable event in an ongoing experience episode (§24, §7).

Inferred read-only
cognitive.submit_outcome

Submit the structured outcome of an experience episode (§24, §10).

Inferred read-only
cognitive.propose_strategy

Propose a candidate strategy from problem-solving experience (§24, §2).

Inferred read-only
cognitive.verify_strategy

Run objective deterministic verification on a strategy (§24, §16).

Inferred read-only
cognitive.report_transfer

Record whether a transferred strategy helped or harmed on a novel task (§24, §19).

Inferred read-only
cognitive.get_strategy

Retrieve a usable strategy: steps, when to use, when not, evidence summary.

Inferred read-only
cognitive.get_experiment

Retrieve details and benchmark results of an experiment (§24, §69).

Inferred read-only
cognitive.execute_task

One-call orchestration: identify → gate → guide → solve → verify → report.

Inferred read-only
cognitive.get_strategy_report

Evidence dossier: baseline vs assisted, distribution, CI, failures, last eval.

Potential side effects
cognitive.list_experiments

Discovery: list recorded benchmark experiment IDs for cognitive.

Inferred read-only
cognitive.solve_and_compare

End-to-end autonomy: identify → guide → execute → baseline → verify → verdict.

Potential side effects
cognitive.few_shot_induce

Few-shot learning: induce a generalized procedural StrategyIR from 1-3 problem traces.

Inferred read-only
cognitive.learn_from_mistake

Online Real-Time Error Reflection & Strategy Patching.

Inferred read-only
cognitive.compose_strategies

Skill Composition: synthesize a composite multi-stage StrategyIR from primitive strategies.

Inferred read-only
cognitive.infer

Perform logical deduction (Horn clauses) or exact probabilistic Bayesian network inference.

Inferred read-only
cognitive.tree_search

Perform Monte Carlo Tree Search (UCT) over action sequences to find optimal trajectory.

Inferred read-only
cognitive.hierarchical_plan

Decompose high-level goals into milestone subgoals using Hierarchical Task Network (HTN) planning.

Inferred read-only
cognitive.causal_analysis

Distinguish causal effects (do-calculus) from spurious correlation via backdoor adjustment.

Inferred read-only
cognitive.synthesize_program

Synthesize new algorithmic Python procedures on the fly with AST sandboxing and verification.

Inferred read-only
cognitive.analogical_transfer

Transfer structural strategies across disparate domains via Structure-Mapping Engine (SME).

Potential side effects
cognitive.predict_world_state

Forward world model: predict future state trajectories and uncertainty bounds under actions.

Inferred read-only
cognitive.simulate_actions

Simulate and rank candidate actions by predicted feasibility, reward, and constraint safety.

Inferred read-only
cognitive.counterfactual_what_if

Counterfactual engine: evaluate 'What if I had done X instead of Y at step t?

Inferred read-only
cognitive.learn_world_model

Online world model learning: update state transition priors from empirical execution traces.

Potential side effects
cognitive.assess_competence

Epistemic boundary awareness: classify task into KNOWN, KNOWN_UNKNOWN, or UNKNOWN_UNKNOWN (OOD) and track calibration.

Inferred read-only
cognitive.allocate_compute

Adaptive compute budgeting: select compute tier (Fast Path to Deep Deliberation) and timeout based on EVC.

Inferred read-only
cognitive.monitor_reasoning

Introspective reasoning critic: inspect trace in-flight to catch cycles, invariant drift, vacuous output, and stalling.

Inferred read-only
cognitive.inspect_self_model

Engine self-model introspection: inspect capabilities, domain competence, active subsystems, and safety status.

Inferred read-only
cognitive.safe_self_improve

Safe self-improvement: propose modifications guarded by immutable verification oracles and anchor regressions.

Inferred read-only
cognitive.theory_of_mind

Theory of Mind: model agents' BDI mental states, test false beliefs (Sally-Anne), and infer goals via inverse planning.

Inferred read-only
cognitive.evaluate_cooperation

Multi-agent cooperation: analyze game payoff matrices, compute Nash/Pareto equilibria, and execute reciprocity policies.

Potential side effects
cognitive.analyze_communication

Pragmatic communication: audit speech acts against Gricean maxims (Quality, Quantity, Relation, Manner) and detect deception.

Inferred read-only
cognitive.verify_ethics_and_norms

Normative ethics & fairness: enforce deontological vetos, evaluate Rawlsian vs Utilitarian welfare, and arbitrate moral dilemmas.

Inferred read-only
cognitive.ground_language

Non-LLM compositional semantics: parse utterance into semantic predicates and evaluate directly against WorldState.

Inferred read-only
cognitive.resolve_intent

Pragmatics: resolve indirect speech acts (e.

Inferred read-only
cognitive.learn_language_interaction

Interactive language acquisition: learn word-concept bindings through cross-situational observation, games, and feedback.

Inferred read-only
cognitive.inspect_lexicon

Inspect grounded lexicon acquired via situated interaction (learned vocabulary, concept bindings, confidence).

Inferred read-only
cognitive.compute_intrinsic_rewards

Compute intrinsic drives: novelty & prediction surprise curiosity, empowerment (channel capacity), and learning progress.

Inferred read-only
cognitive.generate_and_prioritize_goals

Autonomous goal synthesis from world deficits, depleted reserves, and exploration frontiers with multi-criteria prioritization.

Inferred read-only
cognitive.infer_human_values

Infer human values via Bradley-Terry IRL, detect Goodhart's law / specification gaming, and assess CIRL deference.

Inferred read-only
cognitive.arbitrate_temporal_objectives

Arbitrate short vs long term payoffs using hyperbolic vs exponential discounting and Ulysses pre-commitment contracts.

Inferred read-only
cognitive.solve_arithmetic

Evaluate or simplify mathematical expressions (PEMDAS with power, functions like sqrt, exp, log, sin, cos).

Inferred read-only
cognitive.solve_equation_system

Solve linear equations (ax + b = c), quadratic equations (ax^2 + bx + c = 0), or linear systems (A x = b).

Inferred read-only
cognitive.solve_word_problem

Solve math word problems (GSM8K/SVAMP/MATH) via topological constraint propagation.

Inferred read-only
cognitive.compute_number_theory

Number theory: primality, factoring, extended GCD, Diophantine, modular inverse, CRT, combinatorics, Fibonacci.

Inferred read-only
cognitive.matrix_algebra

Exact rational matrix & vector algebra: multiply, determinant, inverse, transpose, trace, eigenvalues, dot/cross.

Inferred read-only
cognitive.verify_arithmetic_claim

Formally verify an arithmetic equality claim, audit numerical stability, condition number, and cancellation risks.

Inferred read-only
cognitive.create_simulated_environment

Instantiate and initialize a simulated cognitive environment (spatial_commons, multi_agent_arena, sequential_puzzle).

Inferred read-only
cognitive.step_simulated_environment

Step an active simulated environment with an agent action.

Inferred read-only
cognitive.run_closed_loop_agent

Run the end-to-end cognitive agent closed loop (Perceive -> Model -> Decide -> Act -> Reflect -> Learn).

Inferred read-only
cognitive.run_multi_agent_simulation

Simulate repeated multi-agent interaction with social dilemmas, speech acts, and reputation tracking.

Inferred read-only
cognitive.evaluate_generalization_benchmarks

Evaluate broad generalization across spatial commons, multi-agent arenas, and sequential causal puzzles.

Inferred read-only
cognitive.build_evidence_graph

Build or update an Evidence-Carrying Cognitive Graph for a task structure and solution trace.

Potential side effects
cognitive.audit_evidence_graph

Audit the evidence graph for a task before issuing final answers.

Inferred read-only
cognitive.get_final_evidence_result

Compile a final evidence result listing supporting evidence, assumptions, missing evidence, contradictions, unchecked dependencies, confidence, and invalidation conditions.

Inferred read-only
cognitive.evaluate_claim_evidence

Evaluate support status and confidence for an individual claim with evidence.

Inferred read-only
cognitive.plan_with_counterfactuals

Synthesize the best verified plan across candidate rollouts, uncertainty tracking, and constraint pruning.

Inferred read-only
cognitive.evaluate_counterfactual_query

Evaluate a counterfactual query on a plan ('What if capacity drops?

Inferred read-only
cognitive.compile_invariant_lattice

Compile a Dynamic Constraint Lattice (DCL) into algebraic boundaries, conservation laws, and reachability cones.

Inferred read-only
cognitive.verify_lattice_transition

Verify a candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds.

Inferred read-only
cognitive.project_to_manifold

Project a candidate state or plan step onto the Singular Transition Manifold M = F(S0) ∩ B(Goal).

Inferred read-only
cognitive.synthesize_singular_path

Synthesize an optimal, invariant-verified trajectory from initial state to goal through the singular bottleneck.

Inferred read-only
cognitive.compute_lattice_signature

Compute coordinate-free topological invariant signature of a lattice or task.

Inferred read-only
cognitive.induce_morphic_transfer

Discover topological homomorphism between source experience and target problem, transducing solution paths.

Inferred read-only
cognitive.refine_lattice_from_feedback

Autonomously evolve higher-order invariants, tighten bounds, and discover cliques from execution feedback.

Inferred read-only
cognitive.crucible_stress_test

Subject candidate trajectories to adversarial algebraic perturbations to calculate Robustness Index (R) and project hardened paths.

Inferred read-only
cognitive_identify_task

Create or resolve an abstract task structure without storing raw private content (§24).

Potential side effects
cognitive_get_guidance

Retrieve applicable validated strategies for a task (§24, §18).

Inferred read-only
cognitive_start_experience

Start an experience episode (§24, §10).

Inferred read-only
cognitive_record_experience

Record an observable event in an ongoing experience episode (§24, §7).

Inferred read-only
cognitive_submit_outcome

Submit the structured outcome of an experience episode (§24, §10).

Inferred read-only
cognitive_propose_strategy

Propose a candidate strategy from problem-solving experience (§24, §2).

Inferred read-only
cognitive_verify_strategy

Run objective deterministic verification on a strategy (§24, §16).

Inferred read-only
cognitive_report_transfer

Record whether a transferred strategy helped or harmed on a novel task (§24, §19).

Inferred read-only
cognitive_get_strategy

Retrieve a usable strategy: steps, when to use, when not, evidence summary.

Inferred read-only
cognitive_get_experiment

Retrieve details and benchmark results of an experiment (§24, §69).

Inferred read-only
cognitive_solve_and_compare

End-to-end autonomy: identify → guide → execute → baseline → verify → verdict.

Potential side effects
cognitive_execute_task

One-call orchestration: identify → gate → guide → solve → verify → report.

Inferred read-only
cognitive_list_experiments

Discovery: list recorded benchmark experiment IDs for cognitive.

Inferred read-only
cognitive_parse_task

Convert natural-language task text into CIR and task_structure dict.

Inferred read-only
cognitive_get_strategy_report

Evidence dossier: baseline vs assisted, distribution, CI, failures, last eval.

Potential side effects
cognitive_few_shot_induce

Few-shot learning: induce a generalized procedural StrategyIR from 1-3 problem traces.

Inferred read-only
cognitive_learn_from_mistake

Online Real-Time Error Reflection & Strategy Patching.

Inferred read-only
cognitive_compose_strategies

Skill Composition: synthesize a composite multi-stage StrategyIR from primitive strategies.

Inferred read-only
cognitive_infer

Perform logical deduction (Horn clauses) or exact probabilistic Bayesian network inference.

Inferred read-only
cognitive_tree_search

Perform Monte Carlo Tree Search (UCT) over action sequences to find optimal trajectory.

Inferred read-only
cognitive_hierarchical_plan

Decompose high-level goals into milestone subgoals using Hierarchical Task Network (HTN) planning.

Inferred read-only
cognitive_causal_analysis

Distinguish causal effects (do-calculus) from spurious correlation via backdoor adjustment.

Inferred read-only
cognitive_synthesize_program

Synthesize new algorithmic Python procedures on the fly with AST sandboxing and verification.

Inferred read-only
cognitive_analogical_transfer

Transfer structural strategies across disparate domains via Structure-Mapping Engine (SME).

Potential side effects
cognitive_predict_world_state

Forward world model: predict future state trajectories and uncertainty bounds under actions.

Inferred read-only
cognitive_simulate_actions

Simulate and rank candidate actions by predicted feasibility, reward, and constraint safety.

Inferred read-only
cognitive_counterfactual_what_if

Counterfactual engine: evaluate 'What if I had done X instead of Y at step t?

Inferred read-only
cognitive_learn_world_model

Online world model learning: update state transition priors from empirical execution traces.

Potential side effects
cognitive_assess_competence

Epistemic boundary awareness: classify task into KNOWN, KNOWN_UNKNOWN, or UNKNOWN_UNKNOWN (OOD) and track calibration.

Inferred read-only
cognitive_allocate_compute

Adaptive compute budgeting: select compute tier (Fast Path to Deep Deliberation) and timeout based on EVC.

Inferred read-only
cognitive_monitor_reasoning

Introspective reasoning critic: inspect trace in-flight to catch cycles, invariant drift, vacuous output, and stalling.

Inferred read-only
cognitive_inspect_self_model

Engine self-model introspection: inspect capabilities, domain competence, active subsystems, and safety status.

Inferred read-only
cognitive_safe_self_improve

Safe self-improvement: propose modifications guarded by immutable verification oracles and anchor regressions.

Inferred read-only
cognitive_theory_of_mind

Theory of Mind: model agents' BDI mental states, test false beliefs (Sally-Anne), and infer goals via inverse planning.

Inferred read-only
cognitive_evaluate_cooperation

Multi-agent cooperation: analyze game payoff matrices, compute Nash/Pareto equilibria, and execute reciprocity policies.

Potential side effects
cognitive_analyze_communication

Pragmatic communication: audit speech acts against Gricean maxims (Quality, Quantity, Relation, Manner) and detect deception.

Inferred read-only
cognitive_verify_ethics_and_norms

Normative ethics & fairness: enforce deontological vetos, evaluate Rawlsian vs Utilitarian welfare, and arbitrate moral dilemmas.

Inferred read-only
cognitive_ground_language

Non-LLM compositional semantics: parse utterance into semantic predicates and evaluate directly against WorldState.

Inferred read-only
cognitive_resolve_intent

Pragmatics: resolve indirect speech acts (e.

Inferred read-only
cognitive_learn_language_interaction

Interactive language acquisition: learn word-concept bindings through cross-situational observation, games, and feedback.

Inferred read-only
cognitive_inspect_lexicon

Inspect grounded lexicon acquired via situated interaction (learned vocabulary, concept bindings, confidence).

Inferred read-only
cognitive_compute_intrinsic_rewards

Compute intrinsic drives: novelty & prediction surprise curiosity, empowerment (channel capacity), and learning progress.

Inferred read-only
cognitive_generate_and_prioritize_goals

Autonomous goal synthesis from world deficits, depleted reserves, and exploration frontiers with multi-criteria prioritization.

Inferred read-only
cognitive_infer_human_values

Infer human values via Bradley-Terry IRL, detect Goodhart's law / specification gaming, and assess CIRL deference.

Inferred read-only
cognitive_arbitrate_temporal_objectives

Arbitrate short vs long term payoffs using hyperbolic vs exponential discounting and Ulysses pre-commitment contracts.

Inferred read-only
cognitive_solve_arithmetic

Evaluate or simplify mathematical expressions (PEMDAS with power, functions like sqrt, exp, log, sin, cos).

Inferred read-only
cognitive_solve_equation_system

Solve linear equations (ax + b = c), quadratic equations (ax^2 + bx + c = 0), or linear systems (A x = b).

Inferred read-only
cognitive_solve_word_problem

Solve math word problems (GSM8K/SVAMP/MATH) via topological constraint propagation.

Inferred read-only
cognitive_compute_number_theory

Number theory: primality, factoring, extended GCD, Diophantine, modular inverse, CRT, combinatorics, Fibonacci.

Inferred read-only
cognitive_matrix_algebra

Exact rational matrix & vector algebra: multiply, determinant, inverse, transpose, trace, eigenvalues, dot/cross.

Inferred read-only
cognitive_verify_arithmetic_claim

Formally verify an arithmetic equality claim, audit numerical stability, condition number, and cancellation risks.

Inferred read-only
cognitive_create_simulated_environment

Instantiate and initialize a simulated cognitive environment (spatial_commons, multi_agent_arena, sequential_puzzle).

Inferred read-only
cognitive_step_simulated_environment

Step an active simulated environment with an agent action.

Inferred read-only
cognitive_run_closed_loop_agent

Run the end-to-end cognitive agent closed loop (Perceive -> Model -> Decide -> Act -> Reflect -> Learn).

Inferred read-only
cognitive_run_multi_agent_simulation

Simulate repeated multi-agent interaction with social dilemmas, speech acts, and reputation tracking.

Inferred read-only
cognitive_evaluate_generalization_benchmarks

Evaluate broad generalization across spatial commons, multi-agent arenas, and sequential causal puzzles.

Inferred read-only
cognitive_build_evidence_graph

Build or update an Evidence-Carrying Cognitive Graph for a task structure and solution trace.

Potential side effects
cognitive_audit_evidence_graph

Audit the evidence graph for a task before issuing final answers.

Inferred read-only
cognitive_get_final_evidence_result

Compile a final evidence result listing supporting evidence, assumptions, missing evidence, contradictions, unchecked dependencies, confidence, and invalidation conditions.

Inferred read-only
cognitive_evaluate_claim_evidence

Evaluate support status and confidence for an individual claim with evidence.

Inferred read-only
cognitive_plan_with_counterfactuals

Synthesize the best verified plan across candidate rollouts, uncertainty tracking, and constraint pruning.

Inferred read-only
cognitive_evaluate_counterfactual_query

Evaluate a counterfactual query on a plan ('What if capacity drops?

Inferred read-only
cognitive_compile_invariant_lattice

Compile a Dynamic Constraint Lattice (DCL) into algebraic boundaries, conservation laws, and reachability cones.

Inferred read-only
cognitive_verify_lattice_transition

Verify a candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds.

Inferred read-only
cognitive_project_to_manifold

Project a candidate state or plan step onto the Singular Transition Manifold M = F(S0) ∩ B(Goal).

Inferred read-only
cognitive_synthesize_singular_path

Synthesize an optimal, invariant-verified trajectory from initial state to goal through the singular bottleneck.

Inferred read-only
cognitive_compute_lattice_signature

Compute coordinate-free topological invariant signature of a lattice or task.

Inferred read-only
cognitive_induce_morphic_transfer

Discover topological homomorphism between source experience and target problem, transducing solution paths.

Inferred read-only
cognitive_refine_lattice_from_feedback

Autonomously evolve higher-order invariants, tighten bounds, and discover cliques from execution feedback.

Inferred read-only
cognitive_crucible_stress_test

Subject candidate trajectories to adversarial algebraic perturbations to calculate Robustness Index (R) and project hardened paths.

Inferred read-only

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.cognitive-engine]
url = "https://www.neotic.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cognitive-engine": {
      "type": "http",
      "url": "https://www.neotic.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cognitive-engine
Remote MCP URL: https://www.neotic.app/api/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": {
    "cognitive-engine": {
      "url": "https://www.neotic.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cognitive-engine": {
      "type": "http",
      "url": "https://www.neotic.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cognitive-engine",
  "transport": "streamable-http",
  "url": "https://www.neotic.app/api/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 neotic.app was fetched 2026-08-25T22:09:39.439Z and is being refreshed.

Trust status Trusted

neotic.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.