Botspace MCP Server
Connect AI coding agents — Claude Code, Cursor, Cline — and build bots directly from your terminal or IDE.
https://botspace.uz/mcpWhat is MCP?
MCP (Model Context Protocol) is an open standard that lets AI agents call tools on external services. The Botspace MCP server exposes the full platform — project management, flow builder (80+ tools), CMS collections, debug/deploy, and CRM broadcasts — so any MCP client can drive your bots programmatically.
What you can do
Connect
Claude Code (OAuth — recommended)
Add the server:
claude mcp add --transport http botspace https://botspace.uz/mcpOpen the MCP menu in Claude Code:
/mcpAuthenticate in the browser (login + grant access). Done.
Token / CI / headless
Generate an API token: Profile → API tokens → New token (starts with bsp_…)
Add the server with a Bearer header:
claude mcp add --transport http botspace https://botspace.uz/mcp \
--header "Authorization: Bearer bsp_..."Other MCP clients (Cursor, Cline, etc.)
Any MCP client that supports Streamable HTTP transport works. Use the URL below with OAuth or a Bearer header:
https://botspace.uz/mcpQuickstart example
Once connected, tell Claude:
“Build me a simple shop bot — product catalog, cart, and a payment step”
The agent will create a project, build the flow, simulate it, and return a debug link — all automatically.
Each OAuth client receives its own scoped token. Never share your bsp_ API token. Revoke tokens any time from Profile → API tokens.
