INDIVIDUAL MCP TOOL
brief_radar
Radar d'entrée ALIM : lit une demande libre ou un brief partiel, utilise le profil compte, puis décide si l'on peut générer/scanner.
LIVE ENDPOINT
https://alim.care/mcp/v1
Connect to this endpoint to inspect the live schema for brief_radar 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
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.alim]
url = "https://alim.care/mcp/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alim": {
"type": "http",
"url": "https://alim.care/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alim
Remote MCP URL: https://alim.care/mcp/v1
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": {
"alim": {
"url": "https://alim.care/mcp/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alim": {
"type": "http",
"url": "https://alim.care/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alim",
"transport": "streamable-http",
"url": "https://alim.care/mcp/v1"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_alim_account— Retourne le statut, le plan, le quota du jour, le profil de pratique et l'identité cabinet du compte ALIM associé au Bearer/OAuth courant.list_saved_recipes— Retourne la bibliothèque de recettes anonymisées du compte ALIM connecté.save_generated_recipe— Enregistre dans la bibliothèque du compte une recette ALIM anonymisée déjà générée.get_saved_recipe— Retourne le détail complet d'une recette enregistrée du compte ALIM connecté.delete_saved_recipe— Supprime une recette de la bibliothèque du compte ALIM connecté.scan_recipe_text— Analyse une recette copiée par le praticien : ingrédients quantifiés, calcul CIQUAL, garde-fous du profil ALIM et ajustements proposés.scan_recipe_url— Récupère une page recette publique, extrait les ingrédients via JSON-LD Recipe ou HTML, puis lance l'analyse ALIM.generate_clinical_recipe— Génère une fiche recette ALIM professionnelle prête à présenter au praticien.