MCP Reference

View as Markdown

Endpoint

https://api.bctrl.ai/mcp

Streamable HTTP is the recommended transport; stdio clients bridge with mcp-remote. See Transports and Connect a client.

Resources

docs://index
docs://platform.bctrl.ai/{page}.md
operations://list
operations://{operationId}
schemas://list
schemas://{schemaName}

See Resources.

Core tools

bctrl_help # generated GET /v1/help operation
bctrl_search_api # search operations
bctrl_get_operation # exact operation metadata and schemas
bctrl_call_operation # generic operation executor

Every documented public API operation is exposed as a generated bctrl_<operation_id> tool. Punctuation is normalized to underscores. See Tools.

Operation input

pathParams Path values such as runtimeId or toolRef
query Query-string values
headers Documented request headers
body JSON request body

Multipart, binary, and SSE operations add specialized fields. See Calling Operations.

Content types

contentTypeMeaning
jsonJSON request/response operation.
multipartFile upload operation.
binaryBinary download operation.
sseServer-sent event stream.