← Registry

Content Tools

flamel.ai

Serves Flamel's company information and blog content through a searchable interface.

2 endpoints13 known toolsFirst detected September 9, 2026Last detected September 17, 2026

ENDPOINT 1

https://www.flamel.ai/mcp

No auth detected

MCP server metadata

Name
flamel-public-content
Version
1.0.0
Capabilities
tools
Server instructions

Read-only access to Flamel.ai public marketing content: company overview, blog posts, case studies, FAQ entries, and customer testimonials. Call get_company_overview first if you have no context on Flamel. Use search_flamel_content when you do not already know which page answers a question. No authentication is required and no tool here writes anything. For the authenticated Flamel product API, see https://www.flamel.ai/auth.md.

Known 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.

Inferred read-only
search_flamel_content

Full-text search across Flamel's published blog posts, case studies, and FAQ entries.

Inferred read-only
list_blog_posts

List published Flamel blog posts, newest first.

Inferred read-only
get_blog_post

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

Potential side effects
list_blog_categories

List the blog categories available for filtering `list_blog_posts`.

Inferred read-only
list_case_studies

List published Flamel customer case studies with their headline results.

Inferred read-only
get_case_study

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

Inferred read-only
list_faqs

List published Flamel FAQ entries: platform capabilities, pricing model, onboarding, integrations, and security.

Inferred read-only
list_testimonials

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flamel-public-content]
url = "https://www.flamel.ai/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: flamel-public-content
Remote MCP URL: https://www.flamel.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flamel-public-content": {
      "url": "https://www.flamel.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flamel-public-content": {
      "type": "http",
      "url": "https://www.flamel.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flamel-public-content",
  "transport": "streamable-http",
  "url": "https://www.flamel.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://docs.flamel.ai/mcp

No auth detected

MCP server metadata

Name
flamel-docs
Version
1.0.0
Capabilities
tools
Server instructions

Read-only access to Flamel's product documentation: how the platform works, how to set it up, and how each solution behaves. Call get_docs_overview first if you have no context on Flamel. Use search_flamel_docs when you do not already know which page answers a question, then get_doc_page to read it in full. Flamel's vocabulary matters: a Hub is corporate, a Workspace is one location, a Playbook is a packaged campaign the Hub ships to Workspaces. No authentication is required and nothing here writes. For marketing content see https://www.flamel.ai/mcp; for the authenticated product API see https://docs.flamel.ai/auth.md.

Known tools 4

get_docs_overview

Orient yourself: what Flamel is, how the docs are organised, the vocabulary the product uses (Hub, Workspace, Playbook), and where to go for marketing content or the authenticated product API.

Inferred read-only
search_flamel_docs

Full-text search across every Flamel documentation page.

Inferred read-only
get_doc_page

Fetch one Flamel documentation page in full, as Markdown, by slug.

Inferred read-only
list_docs_tree

List every Flamel documentation page grouped by section, with titles, slugs, and URLs.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flamel-docs]
url = "https://docs.flamel.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flamel-docs": {
      "type": "http",
      "url": "https://docs.flamel.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flamel-docs
Remote MCP URL: https://docs.flamel.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flamel-docs": {
      "url": "https://docs.flamel.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flamel-docs": {
      "type": "http",
      "url": "https://docs.flamel.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flamel-docs",
  "transport": "streamable-http",
  "url": "https://docs.flamel.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.