Soluble(s) MCP Server
Provides direct links to Apple Podcasts for episodes returned by the tools, allowing users to listen to the full episode.
Provides direct links to Spotify for episodes returned by the tools, allowing users to listen to the full episode.
Retrieves episode data from the Soluble(s) WordPress REST API, enabling AI tools to search and access verified editorial content including solutions, actions, and junior versions.
Provides direct links to YouTube for episodes returned by the tools, allowing users to watch or listen to the full episode.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Soluble(s) MCP Serverfind solutions for reducing plastic waste"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🎙️ 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.
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).
Related MCP server: WP Pinch
🚀 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/mcpTest 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=5The search endpoint now returns a junior_url field for episodes available in a children's version.
✨ What it does
Feature | Description |
🔍 Solutions search | Find practical actions across 120+ verified episodes |
🧒 Junior versions | Access 97+ episodes adapted for children (ages 6-12) — climate, biodiversity, citizenship, daily life |
📋 Action checklists | Extract concrete steps in checklist format |
🔗 Enriched results | Direct links to episode, Spotify, Apple Podcasts, YouTube |
🛡️ Anti-hallucination | Strict rules forcing AI to use only verified Soluble(s) data |
⚡ Live sync | Instant sync with newly published episodes |
📝 Markdown ingestion | Raw structured content via |
🔧 Exposed MCP Tools
Tool | Description (EN) | Description (FR) | Key param |
| Find solutions matching a need or question | Trouve les solutions pour un besoin ou une question |
|
| Search episodes with actions around a keyword | Cherche les épisodes avec actions autour d'un mot-clé |
|
| Get the latest published solutions | Récupère les dernières solutions publiées |
|
| Recommend solutions based on a context or profile | Recommande des solutions selon un contexte |
|
| Extract only the concrete actions list (checklist) | Extrait uniquement les actions concrètes |
|
| Global search across all Soluble(s) APIs | Recherche globale sur toutes les APIs |
|
🧒 | Find episodes with a children's version (ages 6-12) — for parents, teachers, youth educators | Trouve les épisodes en version Junior adaptée aux enfants — pour parents, enseignants, animateurs jeunesse |
|
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/solutionsParameters: 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/searchParameters: 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
Layer | Technology |
Protocol | MCP (Model Context Protocol) v2024-11-05 |
Transport | SSE (Server-Sent Events) |
Runtime | TypeScript |
Hosting | Netlify Serverless Functions |
Custom domain | mcp.csoluble.media (linked via Netlify) |
Data source | WordPress REST API — csoluble.media |
Auth | None (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
Version | Date | Changes |
1.2.0 | April 2026 | 🧒 New tool |
1.1.5 | March 2026 | Performance optimizations and anti-hallucination guardrails. |
1.1.0 | February 2026 | Initial 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
🌐 Website | |
🤖 MCP Server | |
🧠 AI Hub | |
👤 Author | |
📄 LLM file |
Made with ❤️ by Simon Icard — csoluble.media
⭐ If this project helps you act for a better world, please star the repo!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/petitsolu/soluble-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server