MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Soluble MCP Server

by Petitsolu
Developer ToolsModerate6.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.csoluble.media/api/mcp

Security Report

6.2
Moderate6.2Moderate Risk

This is a well-designed read-only MCP server for a French solutions journalism podcast. The server has no authentication (appropriate for public editorial data), implements proper input validation through keyword extraction, and all tools are correctly annotated as read-only. No sensitive credentials are exposed, no arbitrary code execution patterns exist, and permissions are tightly scoped to HTTP calls to a single upstream API. Minor code quality improvements around error handling and type safety would further strengthen it. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).

3 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

🎙️ 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!

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeDocumentationRemote Endpoint

Details

Published May 6, 2026
Version 1.2.0
0 installs
Local & Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
518
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
72
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
33
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local