Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-06-18 streamable-http

Flamel Public Content

ai.flamel/public-content

Read-only MCP server for Flamel.ai's public content: company overview, blog, case studies, FAQs.

Uptime
11.1%
9 probes
Response
1376ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

get_company_overview

Get a structured overview of Flamel: what the product does, who it is for, the solution areas, key links, and how to contact sales or start a trial. Start here if you know nothing about Flamel.

search_flamel_content

Full-text search across Flamel's published blog posts, case studies, and FAQ entries. Use this first when you do not already know which page answers the question.

list_blog_posts

List published Flamel blog posts, newest first. Optionally filter by category. Returns titles, URLs, summaries, and publish dates, not full bodies.

get_blog_post

Fetch the full body of one published Flamel blog post as Markdown, by slug.

list_blog_categories

List the blog categories available for filtering `list_blog_posts`.

list_case_studies

List published Flamel customer case studies with their headline results.

get_case_study

Fetch one Flamel case study by slug: the challenge, the solution, the results, and customer quotes.

list_faqs

List published Flamel FAQ entries: platform capabilities, pricing model, onboarding, integrations, and security. Good for direct factual questions about the product.

list_testimonials

List published customer testimonials about Flamel, with the author name, title, and company.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "flamel_public_content": {
      "url": "https://www.flamel.ai/mcp",
      "transport": "streamable-http"
    }
  }
}