← Registry

Developer Tools

botlaunch.io

Manage Telegram bot connections, tokens, and status.

1 endpoint12 known toolsFirst detected July 26, 2026Last detected July 26, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
botlaunch
Version
1.0.0
Capabilities
tools
Server instructions

BotLaunch AI Companion. Call get_account_context first to read the plan, scopes and limits, then use the bot and shop tools. Never reveal the API key.

Known tools 12

get_account_context

Get the account plan, limits, granted scopes and rate limit.

Inferred read-only
list_bots

List the Telegram bots connected to this account (id, name, username, status).

Inferred read-only
get_bot_status

Get the live status of a bot (running, connected, messages processed, uptime).

Inferred read-only
validate_bot_token

Validate a Telegram bot token (from @BotFather) via getMe before connecting.

Inferred read-only
connect_bot

Connect a Telegram bot to the account using its BotFather token.

Inferred read-only
list_modules

List all module types with their default config and plan tier.

Inferred read-only
configure_module

Enable/disable and configure a module for a group.

Inferred read-only
send_broadcast

Send a broadcast message to a group's audience.

Potential side effects
list_shop_designs

List the ready-made storefront designs that can be applied to a Mini App shop.

Inferred read-only
create_product

Create a product in a group's Mini App shop.

Potential side effects
set_shop_theme

Update the Mini App shop theme (palette/fonts/layout).

Potential side effects
set_shop_content

Update the Mini App shop content blocks (hero, product grid, categories, etc.).

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for botlaunch.io was fetched 2026-07-26T18:27:36.460Z and is being refreshed.

Trust status Neutral

botlaunch.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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