From an empty sheet to a released cutlist
How Wiring Studio models a harness, what it derives from that model, and how each view feeds the bill of materials and the cutlist.
Chapters
Last updated 15 September 2026
API and developer resources
Connect to MCP to work with harness projects. Read the Markdown documentation to understand the product. These are the starting points for agents and integrations.
Discover project tools
Connect an MCP client to https://mcp.wiring.studio/mcp and sign in with your Wiring Studio account. See The MCP server for connection instructions and available capabilities.
After connecting, call tools/list to discover the available tools and their input schemas. The server provides the current definitions for reading and editing projects, sheets, components and wiring, and generating reports. Tool calls use the signed-in account’s access and plan limits.
There is no public REST API for project data. Use the MCP tools instead of constructing URLs against https://app.wiring.studio/.
Discover HTTP resources
Fetch /openapi.json for an OpenAPI 3.1 description of the MCP connection and authentication endpoints, documentation URLs and discovery files. Individual project tools and their schemas are discovered through MCP with tools/list.
Find product documentation
| Resource | When to use it |
|---|---|
| /llms.txt | Start here for a product overview and links to every documentation chapter. |
| /llms-full.txt | Read the entire documentation corpus in one request. |
| /docs/index.md | Browse the documentation index as Markdown. |
| /sitemap.xml | Discover published page URLs. |
| /rss.xml | Read recent releases and product changes. |
| /robots.txt | Check the site’s crawl policy. |
To read an individual page as Markdown, append index.md to its URL or send Accept: text/markdown. For example:
curl https://wiring.studio/docs/design-view/index.mdHelp users reach the right page
For support, direct the user to the support page. To subscribe to release notes, direct them to the changelog. Both forms require browser verification.
Related chapters
Where this chapter leads next, and what it assumes you have already read.
The MCP server
Connect Claude, ChatGPT or any MCP client and an AI assistant works on your harness projects as you.
Excel import
Drop in a harness workbook and an agent builds the components, wiring, cables and pin assignments.
Collaboration
Organisations: shared projects, a shared library, real-time editing, access control and per-seat billing.