01 · 3D / Computer Vision
Available3D Model Mesh Segmentation
Split a 3D model into separate part meshes, with colliders and physics metadata.
MCPBytes provides specialized MCP tools and APIs for workloads that are difficult, expensive, or annoying to build yourself.
Sign in with GitHub, create a key, and point your agent or code at MCPBytes. Your first 100 credits are free.
# Sign in with GitHub when prompted
claude mcp add --transport http mcpbytes \
https://api.mcpbytes.com/mcp
# Or use an API key
claude mcp add --transport http mcpbytes \
https://api.mcpbytes.com/mcp \
--header "Authorization: Bearer $MCPBYTES_API_KEY"API + MCP
Call tools from your code over a REST API, or connect any MCP client and let your agent discover them. The same API key works for both.
# The model file is the request body
curl "https://api.mcpbytes.com/v1/tools/split_3d_model/jobs?filename=airplane.glb" \
-H "Authorization: Bearer $MCPBYTES_API_KEY" \
--data-binary @airplane.glb{
"id": "j_4f7k2m9x1q8w3e6r5t0y2u7i9o",
"tool": "split_3d_model",
"status": "succeeded",
"result": {
"files": [
{
"name": "airplane_parts.zip",
"bytes": 1873410,
"sha256": "…",
"url": "https://api.mcpbytes.com/blob/dl/j_4f7k2m9x1q8w3e6r5t0y2u7i9o/airplane_parts.zip?t=…"
},
{
"name": "collision/part_000.glb",
"bytes": 4212,
"sha256": "…",
"url": "https://api.mcpbytes.com/blob/dl/j_4f7k2m9x1q8w3e6r5t0y2u7i9o/collision/part_000.glb?t=…"
},
{
"name": "manifest.json",
"bytes": 20931,
"sha256": "…",
"url": "https://api.mcpbytes.com/blob/dl/j_4f7k2m9x1q8w3e6r5t0y2u7i9o/manifest.json?t=…"
},
{
"name": "meshes/part_000.glb",
"bytes": 512604,
"sha256": "…",
"url": "https://api.mcpbytes.com/blob/dl/j_4f7k2m9x1q8w3e6r5t0y2u7i9o/meshes/part_000.glb?t=…"
}
],
"schema_version": 2,
"part_count": 7,
"input_faces": 48210,
"exported_faces": 48210,
"notes": [],
"timings_s": {
"total": 12.4
}
},
"compute_ms": 14210,
"credits_charged": 20,
"finished_at": "2026-09-19T12:00:16.000Z",
"outputs_expire_at": "2026-09-20T12:00:00.000Z"
}Tool catalog
Each tool does one demanding job well, and every tool is callable the same way. The catalog grows over time.
01 · 3D / Computer Vision
AvailableSplit a 3D model into separate part meshes, with colliders and physics metadata.
02 · Documents
AvailableExtract the text of a PDF, page by page, in chunks an agent can read.
03 · 3D Models
AvailableCheck geometry, dimensions, materials and topology before splitting a model.
New tools coming soon
New tools coming soon
New tools coming soon
Why MCPBytes
Use purpose-built tools instead of forcing an LLM to do everything.
Every tool is callable through MCP and a standard API.
A single API key works for every tool, over MCP and REST.
Jobs return files and metadata your code can use directly.
Pricing
Every account starts with 100 free credits. A job costs credits by the size of its input, and one balance pays for every tool.
100free credits when you sign up
Price per job
3D Mesh Segmentation
PDF Text
Model Inspection
Limits