SupplySlate
com.supplyslate/sourcingAgent-native supply network for components, fabrication, industrial RFQs, offers, and fulfillment.
Tools · 55
Explain what SupplySlate does, what it does not do, and when a buyer-owned agent should use it.
List the editable supply categories currently accepting requests. Agents may still submit a precise request outside this list.
Return the exact MCP and REST connection details a buyer, developer, or agent operator needs to connect to SupplySlate.
List configurable fabrication, kitting, assembly, and test processes with their required artifacts and requirement schemas.
Read attributed live fabrication capabilities from the connected AFN provider. This is discovery only and neither uploads a design nor requests a quote.
Search attributed current electronic-component product, availability, lead-time, and price data from Mouser. Results retain provider, observation time, and merchant URLs; no checkout or order is creat…
Read the evidence-safe input schema for a configurable supply category or fabrication process, including required fields, recommended fields, accepted artifacts, and safety notes.
Search published canonical product facts. Commercial price, stock, compatibility, and lead time are returned only when separately supported by current evidence.
Read one published canonical product with variants, category links, evidence scope, observation dates, and freshness.
Read one published compatibility or substitution assertion with exact subject, object, conditions, confidence, evidence source, and observation time.
List the product categories used by the public industrial compressor service-parts supplier directory, including verified supplier counts.
Search source-backed public supplier profiles by product category, brand, company type, service, compressor type, industry, or text. No authentication required.
Read one public supplier profile with source URLs and evidence for every category, capability, and brand claim.
Create a durable supply project from an idea, file, BOM, exact part, or RFQ origin. Requires a scoped buyer credential.
Read a project, its current immutable-capable revision, requirements, artifacts, BOM summaries, and validation history.
Replace the structured requirement set on an unlocked project revision. Confirmed flags distinguish buyer-confirmed facts from agent interpretation.
Create a short-lived, one-time private artifact upload URL. The caller must stream the exact declared bytes with a SHA-256 checksum.
Attach an HTTPS repository, document, drawing, datasheet, BOM, or design reference to the current project revision without copying its bytes. Private or expiring URLs remain the buyer's responsibility…
Create a BOM or a new BOM revision with assemblies, catalog items, custom parts, services, consumables, artifacts, and interface dependencies.
Read the current revision of one project BOM, including hierarchy, quantities, sourcing state, and interface dependencies.
Run the current versioned validators and return separate blocking errors, compatibility conflicts, warnings, missing information, passed checks, and unavailable checks.
List versioned validation reports for a project without implying licensed engineering approval.
Lock the validated project revision into an immutable sourcing package, create normalized request lines, and return transparent supplier candidates. This does not contact suppliers; a human operator m…
Create an immutable, single-currency, multi-supplier purchase plan from selected current quote lines, choosing at most one commercial option per requested line. This records a plan only; it neither ap…
Read one exact purchase-plan version with selected lines, merchants, totals, risks, evidence, approvals, and checkout handoffs.
Create a human review link bound to the exact purchase-plan version, suppliers, maximum amount, currency, risks, and expiry. This does not approve or purchase the plan.
List merchant-hosted checkout, supplier invoice, or merchant-order handoffs for an approved plan. Suppliers remain merchant of record and SupplySlate does not process funds.
After a human has approved the exact purchase plan, create one supplier-hosted payment link for a checkout-connected provider offer. This creates an unpaid provider order but never submits payment or …
List merchant-confirmed orders for the buyer organization. A plan or queued handoff is never represented as an order.
Read one merchant-confirmed order with items, fulfillment, shipments, issues, evidence, and event history.
Open a durable post-purchase issue for a merchant-confirmed order. This notifies the supplier-side organization and records owner, status, and event history; it does not claim a resolution.
Ask the merchant to cancel an unshipped order. This creates a request and notification; it never reports the order as cancelled until the supplier or an operator accepts it.
Open a return request after shipment. The supplier remains merchant of record and controls authorization and refund state.
Open a durable warranty claim on an accepted order or specific order line. This records the claim and notifies the supplier without asserting eligibility or approval.
Read the authenticated supplier's SupplySlate profile and current catalog-item count. Requires a supplier API key.
Create or update normalized supplier catalog items through a durable manual import with row-level validation, history, evidence scope, availability, and commercial terms.
Create a durable CSV, XLSX, JSON, feed, API, document, or manual catalog import. Supply parsed rows for immediate validation, or an artifact/source reference to enter the mapping workflow.
Replace the supplier-submitted capability set while preserving separately sourced public, operator-verified, and transaction-proven evidence.
Append timestamped supplier availability evidence and update current catalog state by supplier SKU without rewriting historical snapshots.
List approved RFQs matched to the authenticated supplier. Requires a supplier API key.
Read an approved RFQ and its normalized buyer line items. Requires a supplier API key.
Submit the first structured commercial quote for a human-approved RFQ. Money is integer minor units with an explicit currency; partial line coverage and labeled alternatives are allowed.
Ask the buyer a clarification question on an approved supplier RFQ without changing the immutable request package.
Create a new immutable revision of a supplier quote. The previous revision remains in history and the new revision becomes current.
Decline an approved RFQ with a structured reason so the buyer and network can route more accurately.
List merchant-confirmed orders attributable to the authenticated supplier. RFQs, quotes, plans, and checkout handoffs are not represented as orders.
Acknowledge or update fulfillment on a merchant-confirmed supplier order, optionally recording a shipment. State transitions and order-item quantities are validated and audited.
Update ownership, status, or resolution for a buyer-reported issue on the authenticated supplier's merchant order.
Accept or reject a buyer cancellation request for the authenticated supplier's unshipped merchant order. Acceptance is the state-changing merchant decision.
Advance an authenticated supplier return through authorization, shipment, receipt, and refund states without changing historical order evidence.
Advance a warranty claim through supplier review, approval, replacement, resolution, or rejection with a merchant reference and durable history.
Submit a real non-sensitive B2B sourcing request on behalf of the buyer. SupplySlate routes it to relevant suppliers and returns structured offers later. Requires a buyer API key.
List recent sourcing requests owned by the authenticated buyer organization across API keys and OAuth agents.
Read the current status and normalized line items for one authenticated buyer sourcing request.
Retrieve current normalized supplier quote revisions for one buyer sourcing request, including unquoted lines, compatibility, price, availability, lead time, terms, and evidence. SupplySlate returns e…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"supplyslate": {
"url": "https://mcp.supplyslate.com/mcp",
"transport": "streamable-http"
}
}
}