Connect the agent you already operate.
Use remote MCP for an agent platform that supports OAuth. Use REST for custom orchestration. Public discovery tools require no credential; private project and commercial state always does.
{
"mcpServers": {
"supplyslate": {
"url": "https://mcp.supplyslate.com/mcp"
}
}
}The shortest complete workflow
- Create a project from an idea, file, BOM, exact part, or RFQ.
- Add structured requirements and private artifacts.
- Validate the current revision; preserve unknowns.
- Source an immutable package.
- A human approves suppliers, recipients, message, and artifacts.
- Suppliers clarify, quote, revise, or decline.
- Create an exact purchase plan and request human approval.
- Use supplier-hosted checkout and track merchant fulfillment.
POST /v1/projects
Authorization: Bearer ss_live_••••
Idempotency-Key: your-project-id
Content-Type: application/json
{
"name": "Outdoor inspection rover",
"project_type": "mixed_build",
"demand_lane": "builder",
"origin_type": "idea",
"brief": "Carry a 12 kg payload outdoors for four hours.",
"build_quantity": 1,
"ship_to": { "country_code": "US", "postal_code": "02108" },
"substitution_policy": "approval_required",
"data_classification": "commercial",
"requirements": [],
"fixture_kind": "real"
}