MCP · Streamable HTTP

Botspace MCP Server

Connect AI coding agents — Claude Code, Cursor, Cline — and build bots directly from your terminal or IDE.

URLhttps://botspace.uz/mcp

What 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

Project management
Create, list, and configure projects
Flow builder (80+ tools)
Add nodes, connect edges, validate and save flows
CMS / Collections
Create schemas, insert and query documents
Debug & deploy
Start debug containers and push production releases
Bot simulation
Simulate flow execution and run regression tests
CRM & broadcast
Browse chat history and send bulk messages

Connect

Claude Code (OAuth — recommended)

1

Add the server:

claude mcp add --transport http botspace https://botspace.uz/mcp
2

Open the MCP menu in Claude Code:

/mcp
3

Authenticate in the browser (login + grant access). Done.

Token / CI / headless

1

Generate an API token: Profile → API tokens → New token (starts with bsp_…)

2

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/mcp

Quickstart 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.

Security note

Each OAuth client receives its own scoped token. Never share your bsp_ API token. Revoke tokens any time from Profile → API tokens.

MCP & AI Agent Docs · BotSpace