Reqo runs a live MCP server so your agent can complete a purchase end to end: submit an RFQ, get a priced quote back, accept it, and place a paid order from a real US distributor. Repeat orders are recognized by account number. No auth to start.
Built for ops agents, maintenance platforms, and procurement copilots that need a real supplier on the other end of the call.
Categories, accepted inputs, and the quote-to-order flow, so your agent knows a request belongs here before it asks.
Send lines or a BOM and get back an rfq_id. Non-binding, no charge. Your first order returns an account number for repeat recognition.
Poll until status is ready, then read the total and per-line pricing. Sourced and priced by a real distributor, not a scrape.
Accept a ready quote to create the order and a secure payment step. The buyer authorizes; the order is placed.
Awaiting payment, paid, and fulfillment status, by order_id.
{
"mcpServers": {
"reqo-quote": {
"url": "https://www.reqosupply.com/mcp"
}
}
}
POST /api/quote with your lines. Machine-readable spec at /openapi.json.
Company facts at /company.json, citation guidance at /llms.txt, and a structured RFQ template at /rfq-template, the concepts in agentic procurement, and a full walkthrough in How an AI agent buys industrial supplies.
Everything your agent submits lands on the same quote desk buyers reach at /try or by email. One desk, two protocols.
submit_rfq and get_quote never move money. You see the priced total before anything is accepted.
accept_quote requires explicit confirmation, and payment is completed by the buyer. An agent orders only what its principal has authorized it to buy.
Alternatives are proposed only when a line explicitly allows them, and they come back clearly flagged, never silently swapped.
Reqo Supply LLC is the distributor of record: one order, one invoice, nationwide delivery. Every order is checked before it ships.
Yes. The loop is submit_rfq, then get_quote for a priced quote, then accept_quote to place the order and pay, then get_order to track. The buyer authorizes the purchase and completes payment; a submitted RFQ on its own never charges anyone.
No auth is required to start. Point any MCP client that supports Streamable HTTP at https://www.reqosupply.com/mcp, then call submit_rfq, get_quote, accept_quote, and get_order. Repeat customers pass their account_number to be recognized.
Yes. POST lines to /api/quote. The machine-readable spec is published at /openapi.json, and grounding resources are available at /company.json and /llms.txt.
The same catalog our buyers use: MRO, janitorial and sanitation, packaging, safety and PPE, electrical and datacom, material handling, batteries, HVAC and plumbing, office, and IT hardware. Up to 500 lines per RFQ.
No. Submitting an RFQ does not place an order, reserve inventory, or create a binding price or delivery commitment. Exact matches are assumed unless alternatives are explicitly permitted, and any alternatives come back clearly flagged.
Quote retrieval, acceptance, and order tracking over the same endpoint are next. We are looking for a small number of design partners: maintenance and CMMS platforms, facilities and ops agents, and procurement copilots that want a supplier that answers machines.