Content Tools
flamel.ai
Serves Flamel's company information and blog content through a searchable interface.
ENDPOINT 1
https://www.flamel.ai/mcp
MCP server metadata
- Name
- flamel-public-content
- Version
- 1.0.0
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_overviewGet 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-onlysearch_flamel_contentFull-text search across Flamel's published blog posts, case studies, and FAQ entries.
Inferred read-onlyget_blog_postFetch the full body of one published Flamel blog post as Markdown, by slug.
Potential side effectslist_blog_categoriesList the blog categories available for filtering `list_blog_posts`.
Inferred read-onlylist_case_studiesList published Flamel customer case studies with their headline results.
Inferred read-onlyget_case_studyFetch one Flamel case study by slug: the challenge, the solution, the results, and customer quotes.
Inferred read-onlylist_faqsList published Flamel FAQ entries: platform capabilities, pricing model, onboarding, integrations, and security.
Inferred read-onlylist_testimonialsList published customer testimonials about Flamel, with the author name, title, and company.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- flamel-docs
- Version
- 1.0.0
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_overviewOrient 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-onlylist_docs_treeList every Flamel documentation page grouped by section, with titles, slugs, and URLs.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.