mcpbeat Sign in

Neotic MCP Server

by neotic-www Your server? Claim it
answering

Neotic is answering right now. Last checked 2 min ago. It exposes 140 tools.

AI agents create contextual in-app experiences, announcements, and triggers with Neotic.

Uptime history 32 days of history · worst day 0%
32 days agonow
97.8%
Uptime 24h
89 of 91 checks
140
Tools
read from the server
1706 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 158

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 19 September 2026. No other catalogue keeps this.

21 Sep 16 tools appeared cognitive.compile_invariant_lattice, cognitive_compile_invariant_lattice, cognitive.compute_lattice_signature and 13 more
20 Sep 94 tools appeared cognitive.allocate_compute, cognitive_allocate_compute, cognitive.analogical_transfer and 91 more
20 Sep 10 tools changed the parameters they ask for cognitive.execute_task, cognitive_execute_task, cognitive.identify_task and 7 more
20 Sep 4 tool descriptions were rewritten cognitive.execute_task, cognitive_execute_task, cognitive.parse_task and 1 more
19 Sep 20 tools appeared cognitive.execute_task, cognitive_execute_task, cognitive_get_experiment and 17 more
19 Sep 7 tool descriptions were rewritten9 times that day cognitive.get_guidance, cognitive.get_strategy, cognitive.identify_task and 4 more
19 Sep 4 tools changed the parameters they ask for5 times that day cognitive.start_experience, cognitive_start_experience, cognitive.verify_strategy and 1 more
and 3 more, back to 19 September 2026

Neotic does not always answer

Over the last week it answered 37.4% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add neotic --transport http https://www.neotic.app/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "neotic": {
      "url": "https://www.neotic.app/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.neotic]
url = "https://www.neotic.app/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "neotic": {
      "url": "https://www.neotic.app/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "neotic": {
      "url": "https://www.neotic.app/api/mcp"
    }
  }
}

Available tools 140

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cognitive
cognitive.allocate_compute
Adaptive compute budgeting: select compute tier (Fast Path to Deep Deliberation) and timeout based on EVC.
cognitive.analogical_transfer
Transfer structural strategies across disparate domains via Structure-Mapping Engine (SME).
cognitive.analyze_communication
Pragmatic communication: audit speech acts against Gricean maxims (Quality, Quantity, Relation, Manner) and detect deception.
cognitive.arbitrate_temporal_objectives
Arbitrate short vs long term payoffs using hyperbolic vs exponential discounting and Ulysses pre-commitment contracts.
cognitive.assess_competence
Epistemic boundary awareness: classify task into KNOWN, KNOWN_UNKNOWN, or UNKNOWN_UNKNOWN (OOD) and track calibration.
cognitive.audit_evidence_graph
Audit 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_graph
Build or update an Evidence-Carrying Cognitive Graph for a task structure and solution trace.
cognitive.causal_analysis
Distinguish causal effects (do-calculus) from spurious correlation via backdoor adjustment.
cognitive.compile_invariant_lattice
Compile a Dynamic Constraint Lattice (DCL) into algebraic boundaries, conservation laws, and reachability cones.
cognitive.compose_strategies
Skill 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_rewards
Compute intrinsic drives: novelty & prediction surprise curiosity, empowerment (channel capacity), and learning progress.
cognitive.compute_lattice_signature
Compute coordinate-free topological invariant signature of a lattice or task.
cognitive.compute_number_theory
Number theory: primality, factoring, extended GCD, Diophantine, modular inverse, CRT, combinatorics, Fibonacci.
cognitive.counterfactual_what_if
Counterfactual engine: evaluate 'What if I had done X instead of Y at step t?' using Pearl's abduction-intervention-prediction.
cognitive.create_simulated_environment
Instantiate and initialize a simulated cognitive environment (spatial_commons, multi_agent_arena, sequential_puzzle).
cognitive.crucible_stress_test
Subject candidate trajectories to adversarial algebraic perturbations to calculate Robustness Index (R) and project hardened paths.
cognitive.evaluate_claim_evidence
Evaluate support status and confidence for an individual claim with evidence.
cognitive.evaluate_cooperation
Multi-agent cooperation: analyze game payoff matrices, compute Nash/Pareto equilibria, and execute reciprocity policies.
cognitive.evaluate_counterfactual_query
Evaluate a counterfactual query on a plan ('What if capacity drops?', 'What if a route fails?', etc.).
cognitive.evaluate_generalization_benchmarks
Evaluate broad generalization across spatial commons, multi-agent arenas, and sequential causal puzzles.
cognitive.execute_task
One-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_induce
Few-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_goals
Autonomous goal synthesis from world deficits, depleted reserves, and exploration frontiers with multi-criteria prioritization.
cognitive.get_experiment
Retrieve details and benchmark results of an experiment (§24, §69).
cognitive.get_final_evidence_result
Compile a final evidence result listing supporting evidence, assumptions, missing evidence, contradictions, unchecked dependencies, confidence, and invalidation conditions.
cognitive.get_guidance
Retrieve 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_strategy
Retrieve 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_report
Evidence dossier: baseline vs assisted, distribution, CI, failures, last eval.
cognitive.ground_language
Non-LLM compositional semantics: parse utterance into semantic predicates and evaluate directly against WorldState.
cognitive.hierarchical_plan
Decompose high-level goals into milestone subgoals using Hierarchical Task Network (HTN) planning.
cognitive.identify_task
Create 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_transfer
Discover topological homomorphism between source experience and target problem, transducing solution paths.
cognitive.infer
Perform logical deduction (Horn clauses) or exact probabilistic Bayesian network inference.
cognitive.infer_human_values
Infer human values via Bradley-Terry IRL, detect Goodhart's law / specification gaming, and assess CIRL deference.
cognitive.inspect_lexicon
Inspect grounded lexicon acquired via situated interaction (learned vocabulary, concept bindings, confidence).
cognitive.inspect_self_model
Engine self-model introspection: inspect capabilities, domain competence, active subsystems, and safety status.
cognitive.learn_from_mistake
Online 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_interaction
Interactive language acquisition: learn word-concept bindings through cross-situational observation, games, and feedback.
cognitive.learn_world_model
Online world model learning: update state transition priors from empirical execution traces.
cognitive.list_experiments
Discovery: list recorded benchmark experiment IDs for cognitive.get_experiment.
cognitive.matrix_algebra
Exact rational matrix & vector algebra: multiply, determinant, inverse, transpose, trace, eigenvalues, dot/cross.
cognitive.monitor_reasoning
Introspective reasoning critic: inspect trace in-flight to catch cycles, invariant drift, vacuous output, and stalling.
cognitive.parse_task
Convert 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_counterfactuals
Synthesize the best verified plan across candidate rollouts, uncertainty tracking, and constraint pruning.
cognitive.predict_world_state
Forward world model: predict future state trajectories and uncertainty bounds under actions.
cognitive.project_to_manifold
Project 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_strategy
Propose 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_experience
Record 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_feedback
Autonomously evolve higher-order invariants, tighten bounds, and discover cliques from execution feedback.
cognitive.report_transfer
Record whether a transferred strategy helped or harmed on a novel task (§24, §19).
cognitive.resolve_intent
Pragmatics: resolve indirect speech acts (e.g. ability questions to directives), anaphoric pronouns, and verify presuppositions.
cognitive.run_closed_loop_agent
Run the end-to-end cognitive agent closed loop (Perceive -> Model -> Decide -> Act -> Reflect -> Learn).
cognitive.run_multi_agent_simulation
Simulate repeated multi-agent interaction with social dilemmas, speech acts, and reputation tracking.
cognitive.safe_self_improve
Safe self-improvement: propose modifications guarded by immutable verification oracles and anchor regressions.
cognitive.simulate_actions
Simulate and rank candidate actions by predicted feasibility, reward, and constraint safety.
cognitive.solve_and_compare
End-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_arithmetic
Evaluate or simplify mathematical expressions (PEMDAS with power, functions like sqrt, exp, log, sin, cos).
cognitive.solve_equation_system
Solve linear equations (ax + b = c), quadratic equations (ax^2 + bx + c = 0), or linear systems (A x = b).
cognitive.solve_word_problem
Solve math word problems (GSM8K/SVAMP/MATH) via topological constraint propagation.
cognitive.start_experience
Start 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_environment
Step an active simulated environment with an agent action.
cognitive.submit_outcome
Submit the structured outcome of an experience episode (§24, §10). Triggering this may induce candidate strategies in the engine.
cognitive.synthesize_program
Synthesize new algorithmic Python procedures on the fly with AST sandboxing and verification.
cognitive.synthesize_singular_path
Synthesize 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_mind
Theory of Mind: model agents' BDI mental states, test false beliefs (Sally-Anne), and infer goals via inverse planning.
cognitive.tree_search
Perform Monte Carlo Tree Search (UCT) over action sequences to find optimal trajectory.
cognitive.verify_arithmetic_claim
Formally verify an arithmetic equality claim, audit numerical stability, condition number, and cancellation risks.
cognitive.verify_ethics_and_norms
Normative ethics & fairness: enforce deontological vetos, evaluate Rawlsian vs Utilitarian welfare, and arbitrate moral dilemmas.
cognitive.verify_lattice_transition
Verify a candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds.
cognitive.verify_strategy
Run 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_compute
Adaptive compute budgeting: select compute tier (Fast Path to Deep Deliberation) and timeout based on EVC.
cognitive_analogical_transfer
Transfer structural strategies across disparate domains via Structure-Mapping Engine (SME).
cognitive_analyze_communication
Pragmatic communication: audit speech acts against Gricean maxims (Quality, Quantity, Relation, Manner) and detect deception.
cognitive_arbitrate_temporal_objectives
Arbitrate short vs long term payoffs using hyperbolic vs exponential discounting and Ulysses pre-commitment contracts.
cognitive_assess_competence
Epistemic boundary awareness: classify task into KNOWN, KNOWN_UNKNOWN, or UNKNOWN_UNKNOWN (OOD) and track calibration.
cognitive_audit_evidence_graph
Audit 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_graph
Build or update an Evidence-Carrying Cognitive Graph for a task structure and solution trace.
cognitive_causal_analysis
Distinguish causal effects (do-calculus) from spurious correlation via backdoor adjustment.
cognitive_compile_invariant_lattice
Compile a Dynamic Constraint Lattice (DCL) into algebraic boundaries, conservation laws, and reachability cones.
cognitive_compose_strategies
Skill 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_rewards
Compute intrinsic drives: novelty & prediction surprise curiosity, empowerment (channel capacity), and learning progress.
cognitive_compute_lattice_signature
Compute coordinate-free topological invariant signature of a lattice or task.
cognitive_compute_number_theory
Number theory: primality, factoring, extended GCD, Diophantine, modular inverse, CRT, combinatorics, Fibonacci.
cognitive_counterfactual_what_if
Counterfactual engine: evaluate 'What if I had done X instead of Y at step t?' using Pearl's abduction-intervention-prediction.
cognitive_create_simulated_environment
Instantiate and initialize a simulated cognitive environment (spatial_commons, multi_agent_arena, sequential_puzzle).
cognitive_crucible_stress_test
Subject candidate trajectories to adversarial algebraic perturbations to calculate Robustness Index (R) and project hardened paths.
cognitive_evaluate_claim_evidence
Evaluate support status and confidence for an individual claim with evidence.
cognitive_evaluate_cooperation
Multi-agent cooperation: analyze game payoff matrices, compute Nash/Pareto equilibria, and execute reciprocity policies.
cognitive_evaluate_counterfactual_query
Evaluate a counterfactual query on a plan ('What if capacity drops?', 'What if a route fails?', etc.).
cognitive_evaluate_generalization_benchmarks
Evaluate broad generalization across spatial commons, multi-agent arenas, and sequential causal puzzles.
cognitive_execute_task
One-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_induce
Few-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_goals
Autonomous goal synthesis from world deficits, depleted reserves, and exploration frontiers with multi-criteria prioritization.
cognitive_get_experiment
Retrieve details and benchmark results of an experiment (§24, §69).
cognitive_get_final_evidence_result
Compile a final evidence result listing supporting evidence, assumptions, missing evidence, contradictions, unchecked dependencies, confidence, and invalidation conditions.
cognitive_get_guidance
Retrieve 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_strategy
Retrieve 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_report
Evidence dossier: baseline vs assisted, distribution, CI, failures, last eval.
cognitive_ground_language
Non-LLM compositional semantics: parse utterance into semantic predicates and evaluate directly against WorldState.
cognitive_hierarchical_plan
Decompose high-level goals into milestone subgoals using Hierarchical Task Network (HTN) planning.
cognitive_identify_task
Create 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_transfer
Discover topological homomorphism between source experience and target problem, transducing solution paths.
cognitive_infer
Perform logical deduction (Horn clauses) or exact probabilistic Bayesian network inference.
cognitive_infer_human_values
Infer human values via Bradley-Terry IRL, detect Goodhart's law / specification gaming, and assess CIRL deference.
cognitive_inspect_lexicon
Inspect grounded lexicon acquired via situated interaction (learned vocabulary, concept bindings, confidence).
cognitive_inspect_self_model
Engine self-model introspection: inspect capabilities, domain competence, active subsystems, and safety status.
cognitive_learn_from_mistake
Online 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_interaction
Interactive language acquisition: learn word-concept bindings through cross-situational observation, games, and feedback.
cognitive_learn_world_model
Online world model learning: update state transition priors from empirical execution traces.
cognitive_list_experiments
Discovery: list recorded benchmark experiment IDs for cognitive.get_experiment.
cognitive_matrix_algebra
Exact rational matrix & vector algebra: multiply, determinant, inverse, transpose, trace, eigenvalues, dot/cross.
cognitive_monitor_reasoning
Introspective reasoning critic: inspect trace in-flight to catch cycles, invariant drift, vacuous output, and stalling.
cognitive_parse_task
Convert 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_counterfactuals
Synthesize the best verified plan across candidate rollouts, uncertainty tracking, and constraint pruning.
cognitive_predict_world_state
Forward world model: predict future state trajectories and uncertainty bounds under actions.
cognitive_project_to_manifold
Project 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_strategy
Propose 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_experience
Record 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_feedback
Autonomously evolve higher-order invariants, tighten bounds, and discover cliques from execution feedback.
cognitive_report_transfer
Record whether a transferred strategy helped or harmed on a novel task (§24, §19).
cognitive_resolve_intent
Pragmatics: resolve indirect speech acts (e.g. ability questions to directives), anaphoric pronouns, and verify presuppositions.
cognitive_run_closed_loop_agent
Run the end-to-end cognitive agent closed loop (Perceive -> Model -> Decide -> Act -> Reflect -> Learn).
cognitive_run_multi_agent_simulation
Simulate repeated multi-agent interaction with social dilemmas, speech acts, and reputation tracking.
cognitive_safe_self_improve
Safe self-improvement: propose modifications guarded by immutable verification oracles and anchor regressions.
cognitive_simulate_actions
Simulate and rank candidate actions by predicted feasibility, reward, and constraint safety.
cognitive_solve_and_compare
End-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_arithmetic
Evaluate or simplify mathematical expressions (PEMDAS with power, functions like sqrt, exp, log, sin, cos).
cognitive_solve_equation_system
Solve linear equations (ax + b = c), quadratic equations (ax^2 + bx + c = 0), or linear systems (A x = b).
cognitive_solve_word_problem
Solve math word problems (GSM8K/SVAMP/MATH) via topological constraint propagation.
cognitive_start_experience
Start 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_environment
Step an active simulated environment with an agent action.
cognitive_submit_outcome
Submit the structured outcome of an experience episode (§24, §10). Triggering this may induce candidate strategies in the engine.
cognitive_synthesize_program
Synthesize new algorithmic Python procedures on the fly with AST sandboxing and verification.
cognitive_synthesize_singular_path
Synthesize 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_mind
Theory of Mind: model agents' BDI mental states, test false beliefs (Sally-Anne), and infer goals via inverse planning.
cognitive_tree_search
Perform Monte Carlo Tree Search (UCT) over action sequences to find optimal trajectory.
cognitive_verify_arithmetic_claim
Formally verify an arithmetic equality claim, audit numerical stability, condition number, and cancellation risks.
cognitive_verify_ethics_and_norms
Normative ethics & fairness: enforce deontological vetos, evaluate Rawlsian vs Utilitarian welfare, and arbitrate moral dilemmas.
cognitive_verify_lattice_transition
Verify a candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds.
cognitive_verify_strategy
Run 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.

Endpoints

URLTransportStateLatencyChecked
https://www.neotic.app/api/mcp streamable-http answering 230 ms 2 min ago

Alternatives to Neotic

same job, measured the same way
Eigi.ai Voice Agents
by eigi-ai

Create and manage AI voice agents, real-time conversations, and analytics with eigi.ai

answering
Tolstoy
by gotolstoy

Create ecommerce content and manage shoppable storefront experiences in your Tolstoy workspace.

answering
GetItDone
by nowgetitdone

AI-native task management: list, create, update and archive tasks with rich context for AI agents

answering
Tixxly
by teamtixxly

Tixxly MCP server — connect AI agents to tours, experiences, and activities

45 installs/wk local only
Travel MCP
by akinduko

Tixxly MCP server — connect AI agents to tours, experiences, and activities

local only
Blockscout MCP Server
by smithery

Provide AI agents and automation tools with contextual access to blockchain data including balance…

answering
Splera
by sohaibt

A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.

20 installs/wk local only
Serial MCP Server
by es617

Let AI agents interact with serial devices — list ports, connect, send, and read.

98 installs/wk local only

Neotic — questions

Answers built from our own checks of this server.

What can Neotic do?
It exposes 140 tools, read directly from the server on our last check. Among them: cognitive.allocate_compute, cognitive_allocate_compute, cognitive.analogical_transfer, cognitive_analogical_transfer, cognitive.analyze_communication, cognitive_analyze_communication and 134 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Neotic working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 89 of 91 checks got a reply (97.8%), average response time 1706 ms. The bar chart above shows every period we have measured.
How do I connect Neotic?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Neotic need an API key?
No. Neotic completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 140 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Neotic?
It answers our handshake in 1706 ms on average, which is faster than 1% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.