← flamel.ai

INDIVIDUAL MCP TOOL

get_blog_post

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

flamel.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://www.flamel.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_blog_post and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

flamel.ai

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.

Related tools

  • 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.
  • search_flamel_content — Full-text search across Flamel's published blog posts, case studies, and FAQ entries.
  • list_blog_posts — List published Flamel blog posts, newest first.
  • 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.
  • list_testimonials — List published customer testimonials about Flamel, with the author name, title, and company.