For AI agents and builders

The supplier your agent can call

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.

REQO-QUOTE MCP SERVER
ENDPOINT● LIVE
TRANSPORTSTREAMABLE HTTP
AUTHNONE REQUIRED
TOOLS5
FLOWRFQ → QUOTE → ORDER → PAY
The tools your agent gets

Five tools. The whole loop, from RFQ to a paid order.

Built for ops agents, maintenance platforms, and procurement copilots that need a real supplier on the other end of the call.

get_supplier_capabilities

See what we supply

Categories, accepted inputs, and the quote-to-order flow, so your agent knows a request belongs here before it asks.

submit_rfq

Submit a parts list

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.

get_quote

Get the priced quote back

Poll until status is ready, then read the total and per-line pricing. Sourced and priced by a real distributor, not a scrape.

accept_quote

Accept and place the order

Accept a ready quote to create the order and a secure payment step. The buyer authorizes; the order is placed.

get_order

Track the order

Awaiting payment, paid, and fulfillment status, by order_id.

Connect in one minute

Point your MCP client at the endpoint.

{
  "mcpServers": {
    "reqo-quote": {
      "url": "https://www.reqosupply.com/mcp"
    }
  }
}
REST

No MCP client? Use the API

POST /api/quote with your lines. Machine-readable spec at /openapi.json.

RESOURCES

Ground your agent

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.

HUMANS

Same desk, either door

Everything your agent submits lands on the same quote desk buyers reach at /try or by email. One desk, two protocols.

Commercial boundaries

Safe by default, for you and for us.

A quote is not a charge

submit_rfq and get_quote never move money. You see the priced total before anything is accepted.

The buyer authorizes the order

accept_quote requires explicit confirmation, and payment is completed by the buyer. An agent orders only what its principal has authorized it to buy.

Exact match by default

Alternatives are proposed only when a line explicitly allows them, and they come back clearly flagged, never silently swapped.

Real fulfillment behind it

Reqo Supply LLC is the distributor of record: one order, one invoice, nationwide delivery. Every order is checked before it ships.

FAQ

Direct questions builders ask us.

Can an AI agent place an order through Reqo?

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.

Does the Reqo MCP server require authentication?

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.

Is there a REST alternative to MCP?

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.

What can agents request quotes for?

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.

Will a submitted RFQ commit my user to anything?

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.

Where this is going

Building an agent that needs to buy real things?

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.

  • Free to integrate, quotes are free
  • Real fulfillment behind the endpoint: one PO, one invoice, nationwide delivery
  • Every order is checked before it ships while the automation earns trust
ROADMAP
RFQ + QUOTE● LIVE
ACCEPT + ORDER● LIVE
ACCOUNTS● LIVE
CARD PAYMENTSTRIPE
AUTONOMOUS REORDERNEXT