# Flamel Public Content (remote · www.flamel.ai)

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

- Trust score: 75/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-14

## Components

- remote · `www.flamel.ai`: 75/100 (this document), [markdown](https://verifymcp.io/servers/ai-flamel-public-content/www.md), [page](https://verifymcp.io/servers/ai-flamel-public-content/www)

## Channel facts

- Endpoint: `https://www.flamel.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-14.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 630 tokens (~70/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ai-flamel-public-content https://www.flamel.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-flamel-public-content]
url = "https://www.flamel.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-flamel-public-content": {
      "type": "remote",
      "url": "https://www.flamel.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-flamel-public-content --url https://www.flamel.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-flamel-public-content:
    url: "https://www.flamel.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-flamel-public-content": {
      "type": "http",
      "url": "https://www.flamel.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-13 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-11 (score 74, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 71)

First indexed and scored.

## MCP tools (9)

### `get_company_overview` (~55 tokens)

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` (~85 tokens)

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.

Input parameters:

- `limit` (integer): Maximum results per content type (1-25). Defaults to 5.
- `query` (string, required): Search terms, e.g. "franchise Google Ads playbooks".

### `list_blog_posts` (~111 tokens)

List blog posts

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

Input parameters:

- `category` (string): Category name, e.g. "Social Media", "Strategy", "Paid Advertising", "AI & Automation". Omit for all categories.
- `limit` (integer): How many posts to return (1-50). Defaults to 10.
- `page` (integer): Page number for pagination. Defaults to 1.

### `get_blog_post` (~56 tokens)

Get a blog post

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

Input parameters:

- `slug` (string, required): Post slug, e.g. "franchise-social-media-strategy". The last path segment of /blog/<slug>.

### `list_blog_categories` (~21 tokens)

List blog categories

List the blog categories available for filtering `list_blog_posts`.

### `list_case_studies` (~22 tokens)

List case studies

List published Flamel customer case studies with their headline results.

### `get_case_study` (~54 tokens)

Get a case study

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

Input parameters:

- `slug` (string, required): Case study slug, the last path segment of /case-studies/<slug>.

### `list_faqs` (~71 tokens)

List FAQs

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

Input parameters:

- `category` (string): Optional FAQ category filter.
- `limit` (integer): How many entries to return (1-100). Defaults to 50.

### `list_testimonials` (~62 tokens)

List testimonials

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

Input parameters:

- `featured` (boolean): Return only featured testimonials. Defaults to false.
- `limit` (integer): How many to return (1-50). Defaults to 10.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-flamel-public-content/www#diagnostics

## Score history

- 2026-08-14: 75
- 2026-08-13: 75
- 2026-08-12: 74
- 2026-08-11: 74
- 2026-08-10: 71

## Links

- Remote endpoint: https://www.flamel.ai/mcp
- Website: https://flamel.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-flamel-public-content/www.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-flamel-public-content/www.json
- HTML version of this page: https://verifymcp.io/servers/ai-flamel-public-content/www
