Content Tools
neotic.app
Neotic helps SaaS teams turn product updates, bug fixes, announcements, and contextual guidance into interactive in-product experiences.
ENDPOINT 1
https://www.neotic.app/api/mcp
MCP server metadata
- Name
- cognitive-engine
Known tools 140
cognitive.identify_taskCreate or resolve an abstract task structure without storing raw private content (§24).
Potential side effectscognitive.get_guidanceRetrieve applicable validated strategies for a task (§24, §18).
Inferred read-onlycognitive.parse_taskConvert natural-language task text into CIR and task_structure dict.
Inferred read-onlycognitive.record_experienceRecord an observable event in an ongoing experience episode (§24, §7).
Inferred read-onlycognitive.submit_outcomeSubmit the structured outcome of an experience episode (§24, §10).
Inferred read-onlycognitive.propose_strategyPropose a candidate strategy from problem-solving experience (§24, §2).
Inferred read-onlycognitive.verify_strategyRun objective deterministic verification on a strategy (§24, §16).
Inferred read-onlycognitive.report_transferRecord whether a transferred strategy helped or harmed on a novel task (§24, §19).
Inferred read-onlycognitive.get_strategyRetrieve a usable strategy: steps, when to use, when not, evidence summary.
Inferred read-onlycognitive.get_experimentRetrieve details and benchmark results of an experiment (§24, §69).
Inferred read-onlycognitive.execute_taskOne-call orchestration: identify → gate → guide → solve → verify → report.
Inferred read-onlycognitive.get_strategy_reportEvidence dossier: baseline vs assisted, distribution, CI, failures, last eval.
Potential side effectscognitive.list_experimentsDiscovery: list recorded benchmark experiment IDs for cognitive.
Inferred read-onlycognitive.solve_and_compareEnd-to-end autonomy: identify → guide → execute → baseline → verify → verdict.
Potential side effectscognitive.few_shot_induceFew-shot learning: induce a generalized procedural StrategyIR from 1-3 problem traces.
Inferred read-onlycognitive.learn_from_mistakeOnline Real-Time Error Reflection & Strategy Patching.
Inferred read-onlycognitive.compose_strategiesSkill Composition: synthesize a composite multi-stage StrategyIR from primitive strategies.
Inferred read-onlycognitive.inferPerform logical deduction (Horn clauses) or exact probabilistic Bayesian network inference.
Inferred read-onlycognitive.tree_searchPerform Monte Carlo Tree Search (UCT) over action sequences to find optimal trajectory.
Inferred read-onlycognitive.hierarchical_planDecompose high-level goals into milestone subgoals using Hierarchical Task Network (HTN) planning.
Inferred read-onlycognitive.causal_analysisDistinguish causal effects (do-calculus) from spurious correlation via backdoor adjustment.
Inferred read-onlycognitive.synthesize_programSynthesize new algorithmic Python procedures on the fly with AST sandboxing and verification.
Inferred read-onlycognitive.analogical_transferTransfer structural strategies across disparate domains via Structure-Mapping Engine (SME).
Potential side effectscognitive.predict_world_stateForward world model: predict future state trajectories and uncertainty bounds under actions.
Inferred read-onlycognitive.simulate_actionsSimulate and rank candidate actions by predicted feasibility, reward, and constraint safety.
Inferred read-onlycognitive.counterfactual_what_ifCounterfactual engine: evaluate 'What if I had done X instead of Y at step t?
Inferred read-onlycognitive.learn_world_modelOnline world model learning: update state transition priors from empirical execution traces.
Potential side effectscognitive.assess_competenceEpistemic boundary awareness: classify task into KNOWN, KNOWN_UNKNOWN, or UNKNOWN_UNKNOWN (OOD) and track calibration.
Inferred read-onlycognitive.allocate_computeAdaptive compute budgeting: select compute tier (Fast Path to Deep Deliberation) and timeout based on EVC.
Inferred read-onlycognitive.monitor_reasoningIntrospective reasoning critic: inspect trace in-flight to catch cycles, invariant drift, vacuous output, and stalling.
Inferred read-onlycognitive.inspect_self_modelEngine self-model introspection: inspect capabilities, domain competence, active subsystems, and safety status.
Inferred read-onlycognitive.safe_self_improveSafe self-improvement: propose modifications guarded by immutable verification oracles and anchor regressions.
Inferred read-onlycognitive.theory_of_mindTheory of Mind: model agents' BDI mental states, test false beliefs (Sally-Anne), and infer goals via inverse planning.
Inferred read-onlycognitive.evaluate_cooperationMulti-agent cooperation: analyze game payoff matrices, compute Nash/Pareto equilibria, and execute reciprocity policies.
Potential side effectscognitive.analyze_communicationPragmatic communication: audit speech acts against Gricean maxims (Quality, Quantity, Relation, Manner) and detect deception.
Inferred read-onlycognitive.verify_ethics_and_normsNormative ethics & fairness: enforce deontological vetos, evaluate Rawlsian vs Utilitarian welfare, and arbitrate moral dilemmas.
Inferred read-onlycognitive.ground_languageNon-LLM compositional semantics: parse utterance into semantic predicates and evaluate directly against WorldState.
Inferred read-onlycognitive.learn_language_interactionInteractive language acquisition: learn word-concept bindings through cross-situational observation, games, and feedback.
Inferred read-onlycognitive.inspect_lexiconInspect grounded lexicon acquired via situated interaction (learned vocabulary, concept bindings, confidence).
Inferred read-onlycognitive.compute_intrinsic_rewardsCompute intrinsic drives: novelty & prediction surprise curiosity, empowerment (channel capacity), and learning progress.
Inferred read-onlycognitive.generate_and_prioritize_goalsAutonomous goal synthesis from world deficits, depleted reserves, and exploration frontiers with multi-criteria prioritization.
Inferred read-onlycognitive.infer_human_valuesInfer human values via Bradley-Terry IRL, detect Goodhart's law / specification gaming, and assess CIRL deference.
Inferred read-onlycognitive.arbitrate_temporal_objectivesArbitrate short vs long term payoffs using hyperbolic vs exponential discounting and Ulysses pre-commitment contracts.
Inferred read-onlycognitive.solve_arithmeticEvaluate or simplify mathematical expressions (PEMDAS with power, functions like sqrt, exp, log, sin, cos).
Inferred read-onlycognitive.solve_equation_systemSolve linear equations (ax + b = c), quadratic equations (ax^2 + bx + c = 0), or linear systems (A x = b).
Inferred read-onlycognitive.solve_word_problemSolve math word problems (GSM8K/SVAMP/MATH) via topological constraint propagation.
Inferred read-onlycognitive.compute_number_theoryNumber theory: primality, factoring, extended GCD, Diophantine, modular inverse, CRT, combinatorics, Fibonacci.
Inferred read-onlycognitive.matrix_algebraExact rational matrix & vector algebra: multiply, determinant, inverse, transpose, trace, eigenvalues, dot/cross.
Inferred read-onlycognitive.verify_arithmetic_claimFormally verify an arithmetic equality claim, audit numerical stability, condition number, and cancellation risks.
Inferred read-onlycognitive.create_simulated_environmentInstantiate and initialize a simulated cognitive environment (spatial_commons, multi_agent_arena, sequential_puzzle).
Inferred read-onlycognitive.step_simulated_environmentStep an active simulated environment with an agent action.
Inferred read-onlycognitive.run_closed_loop_agentRun the end-to-end cognitive agent closed loop (Perceive -> Model -> Decide -> Act -> Reflect -> Learn).
Inferred read-onlycognitive.run_multi_agent_simulationSimulate repeated multi-agent interaction with social dilemmas, speech acts, and reputation tracking.
Inferred read-onlycognitive.evaluate_generalization_benchmarksEvaluate broad generalization across spatial commons, multi-agent arenas, and sequential causal puzzles.
Inferred read-onlycognitive.build_evidence_graphBuild or update an Evidence-Carrying Cognitive Graph for a task structure and solution trace.
Potential side effectscognitive.audit_evidence_graphAudit the evidence graph for a task before issuing final answers.
Inferred read-onlycognitive.get_final_evidence_resultCompile a final evidence result listing supporting evidence, assumptions, missing evidence, contradictions, unchecked dependencies, confidence, and invalidation conditions.
Inferred read-onlycognitive.evaluate_claim_evidenceEvaluate support status and confidence for an individual claim with evidence.
Inferred read-onlycognitive.plan_with_counterfactualsSynthesize the best verified plan across candidate rollouts, uncertainty tracking, and constraint pruning.
Inferred read-onlycognitive.evaluate_counterfactual_queryEvaluate a counterfactual query on a plan ('What if capacity drops?
Inferred read-onlycognitive.compile_invariant_latticeCompile a Dynamic Constraint Lattice (DCL) into algebraic boundaries, conservation laws, and reachability cones.
Inferred read-onlycognitive.verify_lattice_transitionVerify a candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds.
Inferred read-onlycognitive.project_to_manifoldProject a candidate state or plan step onto the Singular Transition Manifold M = F(S0) ∩ B(Goal).
Inferred read-onlycognitive.synthesize_singular_pathSynthesize an optimal, invariant-verified trajectory from initial state to goal through the singular bottleneck.
Inferred read-onlycognitive.compute_lattice_signatureCompute coordinate-free topological invariant signature of a lattice or task.
Inferred read-onlycognitive.induce_morphic_transferDiscover topological homomorphism between source experience and target problem, transducing solution paths.
Inferred read-onlycognitive.refine_lattice_from_feedbackAutonomously evolve higher-order invariants, tighten bounds, and discover cliques from execution feedback.
Inferred read-onlycognitive.crucible_stress_testSubject candidate trajectories to adversarial algebraic perturbations to calculate Robustness Index (R) and project hardened paths.
Inferred read-onlycognitive_identify_taskCreate or resolve an abstract task structure without storing raw private content (§24).
Potential side effectscognitive_get_guidanceRetrieve applicable validated strategies for a task (§24, §18).
Inferred read-onlycognitive_record_experienceRecord an observable event in an ongoing experience episode (§24, §7).
Inferred read-onlycognitive_submit_outcomeSubmit the structured outcome of an experience episode (§24, §10).
Inferred read-onlycognitive_propose_strategyPropose a candidate strategy from problem-solving experience (§24, §2).
Inferred read-onlycognitive_verify_strategyRun objective deterministic verification on a strategy (§24, §16).
Inferred read-onlycognitive_report_transferRecord whether a transferred strategy helped or harmed on a novel task (§24, §19).
Inferred read-onlycognitive_get_strategyRetrieve a usable strategy: steps, when to use, when not, evidence summary.
Inferred read-onlycognitive_get_experimentRetrieve details and benchmark results of an experiment (§24, §69).
Inferred read-onlycognitive_solve_and_compareEnd-to-end autonomy: identify → guide → execute → baseline → verify → verdict.
Potential side effectscognitive_execute_taskOne-call orchestration: identify → gate → guide → solve → verify → report.
Inferred read-onlycognitive_list_experimentsDiscovery: list recorded benchmark experiment IDs for cognitive.
Inferred read-onlycognitive_parse_taskConvert natural-language task text into CIR and task_structure dict.
Inferred read-onlycognitive_get_strategy_reportEvidence dossier: baseline vs assisted, distribution, CI, failures, last eval.
Potential side effectscognitive_few_shot_induceFew-shot learning: induce a generalized procedural StrategyIR from 1-3 problem traces.
Inferred read-onlycognitive_learn_from_mistakeOnline Real-Time Error Reflection & Strategy Patching.
Inferred read-onlycognitive_compose_strategiesSkill Composition: synthesize a composite multi-stage StrategyIR from primitive strategies.
Inferred read-onlycognitive_inferPerform logical deduction (Horn clauses) or exact probabilistic Bayesian network inference.
Inferred read-onlycognitive_tree_searchPerform Monte Carlo Tree Search (UCT) over action sequences to find optimal trajectory.
Inferred read-onlycognitive_hierarchical_planDecompose high-level goals into milestone subgoals using Hierarchical Task Network (HTN) planning.
Inferred read-onlycognitive_causal_analysisDistinguish causal effects (do-calculus) from spurious correlation via backdoor adjustment.
Inferred read-onlycognitive_synthesize_programSynthesize new algorithmic Python procedures on the fly with AST sandboxing and verification.
Inferred read-onlycognitive_analogical_transferTransfer structural strategies across disparate domains via Structure-Mapping Engine (SME).
Potential side effectscognitive_predict_world_stateForward world model: predict future state trajectories and uncertainty bounds under actions.
Inferred read-onlycognitive_simulate_actionsSimulate and rank candidate actions by predicted feasibility, reward, and constraint safety.
Inferred read-onlycognitive_counterfactual_what_ifCounterfactual engine: evaluate 'What if I had done X instead of Y at step t?
Inferred read-onlycognitive_learn_world_modelOnline world model learning: update state transition priors from empirical execution traces.
Potential side effectscognitive_assess_competenceEpistemic boundary awareness: classify task into KNOWN, KNOWN_UNKNOWN, or UNKNOWN_UNKNOWN (OOD) and track calibration.
Inferred read-onlycognitive_allocate_computeAdaptive compute budgeting: select compute tier (Fast Path to Deep Deliberation) and timeout based on EVC.
Inferred read-onlycognitive_monitor_reasoningIntrospective reasoning critic: inspect trace in-flight to catch cycles, invariant drift, vacuous output, and stalling.
Inferred read-onlycognitive_inspect_self_modelEngine self-model introspection: inspect capabilities, domain competence, active subsystems, and safety status.
Inferred read-onlycognitive_safe_self_improveSafe self-improvement: propose modifications guarded by immutable verification oracles and anchor regressions.
Inferred read-onlycognitive_theory_of_mindTheory of Mind: model agents' BDI mental states, test false beliefs (Sally-Anne), and infer goals via inverse planning.
Inferred read-onlycognitive_evaluate_cooperationMulti-agent cooperation: analyze game payoff matrices, compute Nash/Pareto equilibria, and execute reciprocity policies.
Potential side effectscognitive_analyze_communicationPragmatic communication: audit speech acts against Gricean maxims (Quality, Quantity, Relation, Manner) and detect deception.
Inferred read-onlycognitive_verify_ethics_and_normsNormative ethics & fairness: enforce deontological vetos, evaluate Rawlsian vs Utilitarian welfare, and arbitrate moral dilemmas.
Inferred read-onlycognitive_ground_languageNon-LLM compositional semantics: parse utterance into semantic predicates and evaluate directly against WorldState.
Inferred read-onlycognitive_learn_language_interactionInteractive language acquisition: learn word-concept bindings through cross-situational observation, games, and feedback.
Inferred read-onlycognitive_inspect_lexiconInspect grounded lexicon acquired via situated interaction (learned vocabulary, concept bindings, confidence).
Inferred read-onlycognitive_compute_intrinsic_rewardsCompute intrinsic drives: novelty & prediction surprise curiosity, empowerment (channel capacity), and learning progress.
Inferred read-onlycognitive_generate_and_prioritize_goalsAutonomous goal synthesis from world deficits, depleted reserves, and exploration frontiers with multi-criteria prioritization.
Inferred read-onlycognitive_infer_human_valuesInfer human values via Bradley-Terry IRL, detect Goodhart's law / specification gaming, and assess CIRL deference.
Inferred read-onlycognitive_arbitrate_temporal_objectivesArbitrate short vs long term payoffs using hyperbolic vs exponential discounting and Ulysses pre-commitment contracts.
Inferred read-onlycognitive_solve_arithmeticEvaluate or simplify mathematical expressions (PEMDAS with power, functions like sqrt, exp, log, sin, cos).
Inferred read-onlycognitive_solve_equation_systemSolve linear equations (ax + b = c), quadratic equations (ax^2 + bx + c = 0), or linear systems (A x = b).
Inferred read-onlycognitive_solve_word_problemSolve math word problems (GSM8K/SVAMP/MATH) via topological constraint propagation.
Inferred read-onlycognitive_compute_number_theoryNumber theory: primality, factoring, extended GCD, Diophantine, modular inverse, CRT, combinatorics, Fibonacci.
Inferred read-onlycognitive_matrix_algebraExact rational matrix & vector algebra: multiply, determinant, inverse, transpose, trace, eigenvalues, dot/cross.
Inferred read-onlycognitive_verify_arithmetic_claimFormally verify an arithmetic equality claim, audit numerical stability, condition number, and cancellation risks.
Inferred read-onlycognitive_create_simulated_environmentInstantiate and initialize a simulated cognitive environment (spatial_commons, multi_agent_arena, sequential_puzzle).
Inferred read-onlycognitive_step_simulated_environmentStep an active simulated environment with an agent action.
Inferred read-onlycognitive_run_closed_loop_agentRun the end-to-end cognitive agent closed loop (Perceive -> Model -> Decide -> Act -> Reflect -> Learn).
Inferred read-onlycognitive_run_multi_agent_simulationSimulate repeated multi-agent interaction with social dilemmas, speech acts, and reputation tracking.
Inferred read-onlycognitive_evaluate_generalization_benchmarksEvaluate broad generalization across spatial commons, multi-agent arenas, and sequential causal puzzles.
Inferred read-onlycognitive_build_evidence_graphBuild or update an Evidence-Carrying Cognitive Graph for a task structure and solution trace.
Potential side effectscognitive_audit_evidence_graphAudit the evidence graph for a task before issuing final answers.
Inferred read-onlycognitive_get_final_evidence_resultCompile a final evidence result listing supporting evidence, assumptions, missing evidence, contradictions, unchecked dependencies, confidence, and invalidation conditions.
Inferred read-onlycognitive_evaluate_claim_evidenceEvaluate support status and confidence for an individual claim with evidence.
Inferred read-onlycognitive_plan_with_counterfactualsSynthesize the best verified plan across candidate rollouts, uncertainty tracking, and constraint pruning.
Inferred read-onlycognitive_evaluate_counterfactual_queryEvaluate a counterfactual query on a plan ('What if capacity drops?
Inferred read-onlycognitive_compile_invariant_latticeCompile a Dynamic Constraint Lattice (DCL) into algebraic boundaries, conservation laws, and reachability cones.
Inferred read-onlycognitive_verify_lattice_transitionVerify a candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds.
Inferred read-onlycognitive_project_to_manifoldProject a candidate state or plan step onto the Singular Transition Manifold M = F(S0) ∩ B(Goal).
Inferred read-onlycognitive_synthesize_singular_pathSynthesize an optimal, invariant-verified trajectory from initial state to goal through the singular bottleneck.
Inferred read-onlycognitive_compute_lattice_signatureCompute coordinate-free topological invariant signature of a lattice or task.
Inferred read-onlycognitive_induce_morphic_transferDiscover topological homomorphism between source experience and target problem, transducing solution paths.
Inferred read-onlycognitive_refine_lattice_from_feedbackAutonomously evolve higher-order invariants, tighten bounds, and discover cliques from execution feedback.
Inferred read-onlycognitive_crucible_stress_testSubject candidate trajectories to adversarial algebraic perturbations to calculate Robustness Index (R) and project hardened paths.
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.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.
neotic.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.