Skip to content
Back to search
100
MCP live v1.0.4 MCP 2025-11-25 streamable-http

Liminality

ai.physea/liminality

Breaks a hard question or decision into grounded sub-questions and returns a checkable route.

Uptime
no direct probes in 30d
Response
1083ms
last probe
Tools
26
callable
Resources
0
readable
Prompts
0
available

Tools · 26

solve

Decompose, ground, and answer a non-trivial task. Supports saved or per-call depth, safe trace, caller tools, and lean/full output.

get_capabilities

List solve modes and every public capability.

get_settings

Read this caller's saved solve and safety settings.

set_settings

Save caller-scoped settings from one dict (depth, optimization, trace, relay, governance); keys and values in get_capabilities.

get_result_detail

Fetch the full caller-owned result behind a lean solve.

export_result

Export a caller-owned result in a supported format.

compress_context

Compress long context into a task-focused brief.

delegation

Create, resume, or report a bounded subagent packet (action='create'|'resume'|'report').

handoff

Create, safely resume, or list caller-scoped cross-session checkpoints (action='create'|'resume'|'list'). Create accepts an optional subject and source_sessions; Liminality assigns the subject number.…

ask_form

Create a short form for missing user-specific facts.

apply_form

Apply form answers to sharpen a task.

report_outcome

Report verified real-world outcome evidence for a result.

report_feedback

Report structured feedback on a result.

apply_grade

Apply a grade-form answer to a result.

optimize

Rank bounded one-factor variants for a route against your stated objective; candidates remain unsaved.

algorithms

Create, validate, release and run pure algorithms over versioned datasets; runs replay byte-identical with zero model calls. action='run' is one solve; other actions are free.

task

Read or version the contract behind a solve (action='get'|'list'|'versions'|'new_version'|'graph'|'create'|'state'); graph also returns what is still unfinished.

recover

Find a workaround for a blocked obligation without changing the task: open a case, read candidates with their boundary, choose, retry, verify against the original criteria (action='open'|'candidates'|…

runs

Run lifecycle with run and attempt identity (action='start'|'status'|'list'|'cancel'|'reconcile'|'attempt'|'outcome'): cancel persists, an unknown effect is reconciled before any retry, simulate never…

research

Run a multi-source research pass for a question.

composio_connect

Create a caller-scoped connection link for a toolkit.

register_asset

Register a caller-owned resource for future grounding.

set_priorities

Save caller-scoped tasks and importance signals.

taxis

Return this caller's deterministic ranked priority frame.

catalog

Read the capability catalog: action='search' returns every saved candidate for an objective with distinctiveness deltas; action='delta' compares a named entity pair.

manage

Compatibility router for retained-context lifecycle actions.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "liminality": {
      "url": "https://liminality.physea.ai/mcp",
      "transport": "streamable-http"
    }
  }
}