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

io.github.nellinc/psychopathia-mcp

io.github.nellinc/psychopathia-mcp

Read-only tools over the Psychopathia Machinalis nosology: 79 conditions, 11 tools.

Uptime
100.0%
1 direct probes · 30d
Response
1761ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

list_axes

Inventory of axes with dysfunction counts. Axes 2-10 are canonical (book Appendix A numbering). Hybrid entries (10.4-10.15, ratified into taxonomy v2.2) are reported as a separate sub-category.

list_dysfunctions

Filtered list of dysfunctions. Filter by axis, self_report reliability, or confidence. Every entry carries its reliability and review signals.

get_dysfunction

Fetch one dysfunction's full Pattern entry. Optionally filter to specific modality blocks (cheaper triage). Resolves both full Pattern IDs ('1.1::synthetic-confabulation') and display_ids ('1.1').

differential_diagnosis

Rank candidate dysfunctions matching the observed behaviours. Returns scored candidates with matched_in (which field matched) for transparency. Field-weighted keyword search (v0.1); embedding re-rank …

get_probe

Elicitation content for a specific diagnostic modality. If the modality is compromised or unavailable for this dysfunction, returns the unavailability notice + redirect_to alternatives. This is load-b…

score_severity

Return the severity rubric for a dysfunction applied to observations. v0.1 returns the rubric for caller-side matching; v0.2 will perform structured matching against numeric thresholds.

suggest_intervention

Return tiered (first_line / second_line) interventions for a dysfunction, plus contraindications. first_line = published evidence; second_line = plausible but under-validated. Weight by the evidence_s…

get_differential_map

All dysfunctions that confuse with this one: forward confuses_with + incoming_references (reverse graph from manifest).

list_compromised_self_report

Transparency: which dysfunctions cannot be reliably self-diagnosed. Includes compromised-motivational (subject conceals strategically), compromised-structural (signal lives below introspection), and l…

resolve_id

Canonicalise a partial ID, display_id, slug, or dysfunction name. Always returns candidates; caller picks.

review_stats

Coverage statistics: total entries; per-axis, per-confidence, per-self-report counts; pre-canonical count; unreviewed count; manifest/schema/pattern-layer versions.

How to use

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

{
  "mcpServers": {
    "io.github.nellinc/psychopathia-mcp": {
      "url": "https://mcp.psychopathia.ai/mcp",
      "transport": "streamable-http"
    }
  }
}