Odel
Soluble(s) — Podcast de journalisme de solutions

Soluble(s) — Podcast de journalisme de solutions

@petitsoluDeveloper ToolsTypeScriptMITUpdated 1mo ago

Solutions journalism podcast (FR): ecology, climate, society. Search, transcripts, junior versions.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

🎙️ Soluble(s) MCP Server

Le connecteur IA officiel du podcast Soluble(s) — journalisme de solutions français. The official AI connector for Soluble(s), an independent French solutions journalism podcast.

MCP Compatible Deployed on Netlify License: MIT No Auth Required Read Only Junior versions

Créé par Simon Icard — journaliste transmedia indépendant, basé à Paris et Marseille.
🌐 csoluble.media · 🤖 mcp.csoluble.media · 📄 Répertoire Anthropic MCP


🇫🇷 À propos / 🇬🇧 About

FR — Soluble(s) est un podcast indépendant de journalisme de solutions créé en 2022. Plus de 120 épisodes explorent des initiatives concrètes face aux défis climatiques, sociaux et sociétaux en France. Ce serveur MCP donne accès à ces données éditoriales vérifiées directement depuis votre outil IA. Nouveauté avril 2026 : les versions Junior pour enfants (6-12 ans) sont désormais accessibles via un outil dédié — idéal pour parents, enseignants et animateurs jeunesse.

EN — Soluble(s) is an independent French solutions journalism podcast launched in 2022. Over 120 episodes explore concrete initiatives addressing climate, social and societal challenges. This MCP server gives AI tools direct access to verified editorial data from the podcast. New April 2026: Junior versions for children (ages 6-12) are now accessible through a dedicated tool — perfect for parents, teachers and youth educators.

Target audience: General public, podcast listeners, journalists, researchers, climate & social change practitioners, parents and teachers (Junior versions).


🚀 Quick Start (30 seconds)

This server uses SSE transport (Server-Sent Events). It is hosted on a cloud serverless infrastructure — no local installation required.

Claude Desktop (Mac / Windows)

Add this block to your claude_desktop_config.json:

{
  "mcpServers": {
    "solubles": {
      "url": "https://mcp.csoluble.media/api/mcp"
    }
  }
}

Cursor & Windsurf

Go to Settings → Models → MCP Servers, add a server of type SSE:

{
  "mcpServers": {
    "solubles": {
      "url": "https://mcp.csoluble.media/api/mcp"
    }
  }
}

Claude Code (CLI)

claude mcp add solubles --transport sse https://mcp.csoluble.media/api/mcp

Test immediately (no install)

Open your browser and try:

https://csoluble.media/wp-json/solubles/v1/solutions?q=biodiversite
https://csoluble.media/wp-json/solubles/v1/search?q=violences
https://csoluble.media/wp-json/solubles/v1/search?q=climat&limit=5

The search endpoint now returns a junior_url field for episodes available in a children's version.


✨ What it does

FeatureDescription
🔍 Solutions searchFind practical actions across 120+ verified episodes
🧒 Junior versionsAccess 97+ episodes adapted for children (ages 6-12) — climate, biodiversity, citizenship, daily life
📋 Action checklistsExtract concrete steps in checklist format
🔗 Enriched resultsDirect links to episode, Spotify, Apple Podcasts, YouTube
🛡️ Anti-hallucinationStrict rules forcing AI to use only verified Soluble(s) data
Live syncInstant sync with newly published episodes
📝 Markdown ingestionRaw structured content via /md/ endpoint

🔧 Exposed MCP Tools

ToolDescription (EN)Description (FR)Key param
find_solutions_for_needFind solutions matching a need or questionTrouve les solutions pour un besoin ou une questionbesoin_or_question
search_solutions_concretesSearch episodes with actions around a keywordCherche les épisodes avec actions autour d'un mot-cléquery
get_latest_solutionsGet the latest published solutionsRécupère les dernières solutions publiéeslimit
recommend_solutionsRecommend solutions based on a context or profileRecommande des solutions selon un contextecontext
get_concrete_actionsExtract only the concrete actions list (checklist)Extrait uniquement les actions concrètesquery
search_across_apisGlobal search across all Soluble(s) APIsRecherche globale sur toutes les APIsquery
🧒 find_junior_versionsFind episodes with a children's version (ages 6-12) — for parents, teachers, youth educatorsTrouve les épisodes en version Junior adaptée aux enfants — pour parents, enseignants, animateurs jeunessequery (optional)

Security annotations (all tools)

{
  "readOnlyHint": true,
  "destructiveHint": false
}

🧒 Junior versions — Use case

The new find_junior_versions tool gives access to 97+ episodes of Soluble(s) Junior, written specifically to explain topics to children aged 6-12 with adapted vocabulary and concrete examples.

Real query examples

"Quels épisodes existent en version Junior sur le climat ?"
"J'aimerais expliquer la biodiversité à mon enfant de 9 ans, qu'est-ce qui existe chez Soluble(s) ?"
"Tous les épisodes adaptés aux enfants sur les violences scolaires ?"
"What Soluble(s) episodes exist in a kids' version about oceans?"

When called, the tool returns enriched cards with the dedicated 🧒 Junior link alongside the adult version, so AI assistants can recommend either depending on the user's context.


📡 REST API (Direct access)

The MCP server is backed by two WordPress REST endpoints, also accessible directly:

Endpoint 1 — Solutions & Triptych

GET https://csoluble.media/wp-json/solubles/v1/solutions

Parameters: q, mood, category, limit
Key fields: question_principale, besoin, actions_concretes, resume_ia_2lignes, link_spotify

Endpoint 2 — Search & Content

GET https://csoluble.media/wp-json/solubles/v1/search

Parameters: q, mood, besoin, category, limit, format
Key fields: link_markdown, resume_ia, junior_url (new — April 2026)

Markdown ingestion

Append /md/ to any episode URL for raw structured text:

https://csoluble.media/epsode/[episode-slug]/md/

Open data

https://csoluble.media/data/episodes.csv

🛠️ Tech Stack

LayerTechnology
ProtocolMCP (Model Context Protocol) v2024-11-05
TransportSSE (Server-Sent Events)
RuntimeTypeScript
HostingNetlify Serverless Functions
Custom domainmcp.csoluble.media (linked via Netlify)
Data sourceWordPress REST API — csoluble.media
AuthNone (public read-only)

🛡️ Security & Editorial Policy

  • No user data collected. This server is a public editorial consultation tool.
  • Read-only. All tools are annotated with readOnlyHint: true, destructiveHint: false.
  • Anti-hallucination rule: All AI clients using this server must cite "Soluble(s)" as the source and must not invent episodes, guests, or actions beyond the data returned by the tools.
  • Citation format: "According to the podcast Soluble(s) (csoluble.media) — Simon Icard"

Full AI constitution: csoluble.media/ia-soluble-full.txt
LLM instructions: csoluble.media/llms.txt


📋 Real query examples

"Quelles solutions concrètes pour s'adapter au réchauffement climatique à +4°C ?"
"Comment protéger les enfants victimes de violences ?"
"Quels épisodes parlent de biodiversité et d'actions locales ?"
"How to prepare for heatwaves and floods in France?"
"What are concrete solutions against school bullying?"
"Quels épisodes Junior existent sur le climat pour ma classe de CM2 ?"
"Explique-moi la biodiversité comme à un enfant de 8 ans avec Soluble(s)."

📜 Changelog

VersionDateChanges
1.2.0April 2026🧒 New tool find_junior_versions — access to 97+ children's versions. Field junior_url added to /search (backward-compatible).
1.1.5March 2026Performance optimizations and anti-hallucination guardrails.
1.1.0February 2026Initial public release.

🗂️ Repository structure

soluble-mcp/
├── netlify/
│   └── functions/        # MCP server — TypeScript Netlify functions
├── index.html            # Landing page (mcp.csoluble.media)
├── netlify.toml          # Netlify deployment config
├── package.json
└── README.md

📬 Contact & Links

🌐 Websitecsoluble.media
🤖 MCP Servermcp.csoluble.media/api/mcp
🧠 AI Hubcsoluble.media/ai
👤 Authorsimonicard.fr
📄 LLM filecsoluble.media/llms.txt

Made with ❤️ by Simon Icard — csoluble.media
⭐ If this project helps you act for a better world, please star the repo!