← l0g.fr

INDIVIDUAL MCP TOOL

get_changes

Interroge le changefeed machine avec filtres de type, slug et date minimale.

l0g.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://l0g.fr/api/mcp

No auth detected

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

l0g.fr

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.l0g-fr]
url = "https://l0g.fr/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "l0g-fr": {
      "type": "http",
      "url": "https://l0g.fr/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "l0g-fr": {
      "type": "http",
      "url": "https://l0g.fr/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "l0g-fr",
  "transport": "streamable-http",
  "url": "https://l0g.fr/api/mcp"
}
MCP Inspector

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

Related tools

  • get_agent_manifest — Renvoie le manifeste Agent Surface de l0g.
  • get_risk_indices — Indices de risque publiés par l0g.
  • get_signal_history — Renvoie les observations datées des séries l0g, leur identité citable, leur version méthodologique, les changements de niveau, l'état courant des scores et la confluence 13FLOW.
  • get_risk_diff — Renvoie le Risk Diff l0g : ce qui a changé dans le risque depuis 1, 7 ou 30 jours.
  • get_black_box — Renvoie le Black Box Recorder l0g : frames point-in-time hashées des signaux de risque.
  • get_openapi_schema — Expose le contrat OpenAPI public de l'Agent Surface l0g.
  • get_ndjson_feed — Lit les variantes NDJSON publiques de l'Agent Surface : catalog, claims, evidenceGraph, changes ou signalHistory.
  • get_freshness — Renvoie la fraîcheur du corpus l0g : derniers contenus, compteurs, endpoints disponibles et politique de fraîcheur.