← botlaunch.io

INDIVIDUAL MCP TOOL

configure_module

Enable/disable and configure a module for a group.

botlaunch.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://api.botlaunch.io/api/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for configure_module 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

botlaunch.io

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.botlaunch]
url = "https://api.botlaunch.io/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "botlaunch": {
      "type": "http",
      "url": "https://api.botlaunch.io/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "botlaunch": {
      "type": "http",
      "url": "https://api.botlaunch.io/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "botlaunch",
  "transport": "streamable-http",
  "url": "https://api.botlaunch.io/api/v1/mcp"
}
MCP Inspector

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

Related tools

  • get_account_context — Get the account plan, limits, granted scopes and rate limit.
  • list_bots — List the Telegram bots connected to this account (id, name, username, status).
  • get_bot_status — Get the live status of a bot (running, connected, messages processed, uptime).
  • validate_bot_token — Validate a Telegram bot token (from @BotFather) via getMe before connecting.
  • connect_bot — Connect a Telegram bot to the account using its BotFather token.
  • list_modules — List all module types with their default config and plan tier.
  • send_broadcast — Send a broadcast message to a group's audience.
  • list_shop_designs — List the ready-made storefront designs that can be applied to a Mini App shop.