ENDPOINT 1
https://api.botlaunch.io/api/v1/mcp
MCP server metadata
- Name
- botlaunch
- Version
- 1.0.0
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
list_botsList the Telegram bots connected to this account (id, name, username, status).
Inferred read-onlyget_bot_statusGet the live status of a bot (running, connected, messages processed, uptime).
Inferred read-onlyvalidate_bot_tokenValidate a Telegram bot token (from @BotFather) via getMe before connecting.
Inferred read-onlylist_shop_designsList the ready-made storefront designs that can be applied to a Mini App shop.
Inferred read-onlyset_shop_contentUpdate the Mini App shop content blocks (hero, product grid, categories, etc.).
Potential side effectsCONNECT 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.
botlaunch.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.