← flamel.ai

INDIVIDUAL MCP TOOL

list_docs_tree

List every Flamel documentation page grouped by section, with titles, slugs, and URLs.

flamel.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://docs.flamel.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_docs_tree 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

flamel.ai

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.flamel-docs]
url = "https://docs.flamel.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flamel-docs": {
      "type": "http",
      "url": "https://docs.flamel.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flamel-docs": {
      "type": "http",
      "url": "https://docs.flamel.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flamel-docs",
  "transport": "streamable-http",
  "url": "https://docs.flamel.ai/mcp"
}
MCP Inspector

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

Related tools

  • get_docs_overview — Orient yourself: what Flamel is, how the docs are organised, the vocabulary the product uses (Hub, Workspace, Playbook), and where to go for marketing content or the authenticated product API.
  • search_flamel_docs — Full-text search across every Flamel documentation page.
  • get_doc_page — Fetch one Flamel documentation page in full, as Markdown, by slug.