INDIVIDUAL MCP TOOL
search_api
Find Bitbybit API members (methods, namespaces, cloud operations) by keywords, for example "box solid" or "fillet edges".
LIVE ENDPOINT
https://mcp.bitbybit.dev/mcp
Connect to this endpoint to inspect the live schema for search_api and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.bitbybit]
url = "https://mcp.bitbybit.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bitbybit": {
"type": "http",
"url": "https://mcp.bitbybit.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bitbybit
Remote MCP URL: https://mcp.bitbybit.dev/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": {
"bitbybit": {
"url": "https://mcp.bitbybit.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bitbybit": {
"type": "http",
"url": "https://mcp.bitbybit.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bitbybit",
"transport": "streamable-http",
"url": "https://mcp.bitbybit.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
describe— The exact contract of one member by dotted path, for example occt.list_namespace— The members one level below a namespace path, for example occt.get_examples— Working TypeScript examples for a member path, for a namespace, or for a topic given as keywords.get_guide— Sections of the public guide on building with Bitbybit: what runs in the browser, on a server, on a lightweight backend, and what needs CAD Cloud.search— Searches the Bitbybit API documentation and returns a list of results with id, title and url.fetch— Fetches the full documentation of one Bitbybit API member by id (a dotted path returned by search) as text, with its title, url and metadata.