← mechoulam.de

INDIVIDUAL MCP TOOL

list_indications

List all indications on mechoulam.

mechoulam.denone authenticationAvailability not checked

LIVE ENDPOINT

https://mechoulam.de/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_indications and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mechoulam.de

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.mechoulam-studienlage]
url = "https://mechoulam.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mechoulam-studienlage": {
      "type": "http",
      "url": "https://mechoulam.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mechoulam-studienlage
Remote MCP URL: https://mechoulam.de/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": {
    "mechoulam-studienlage": {
      "url": "https://mechoulam.de/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mechoulam-studienlage": {
      "type": "http",
      "url": "https://mechoulam.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mechoulam-studienlage",
  "transport": "streamable-http",
  "url": "https://mechoulam.de/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search the mechoulam.
  • fetch — Fetch one full record by the id returned from search: the GRADE-rated evidence summary of an indication, or one study with its per-indication verdicts.
  • get_indication — Get the GRADE-rated evidence summary for one indication (reviewed studies only).
  • get_study — Get one study by DOI with its per-indication verdicts (reviewed-only).