← bot-creator.fr

INDIVIDUAL MCP TOOL

search_posts

Search Bot Creator blog posts by title or description.

bot-creator.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://bot-creator.fr/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bot-creator.fr

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.bot-creator]
url = "https://bot-creator.fr/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bot-creator": {
      "type": "http",
      "url": "https://bot-creator.fr/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bot-creator
Remote MCP URL: https://bot-creator.fr/api/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": {
    "bot-creator": {
      "url": "https://bot-creator.fr/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bot-creator": {
      "type": "http",
      "url": "https://bot-creator.fr/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bot-creator",
  "transport": "streamable-http",
  "url": "https://bot-creator.fr/api/mcp"
}
MCP Inspector

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

Related tools

  • search_docs — Search Bot Creator function documentation by name, slug, or category.
  • get_doc — Fetch the raw markdown for a Bot Creator function doc by slug (e.g.
  • list_posts — List Bot Creator blog posts, optionally filtered by locale ('en' or 'fr').
  • get_post — Fetch the raw markdown of a Bot Creator blog post by slug (the filename without the leading date and .md extension).