Agent guide
RFQ with Cursor
Use Cursor to wire the package, the session, and the token route. Read AGENTS.md before inventing tools. Call list_rfq_capabilities first.
Connect MCP
- Open RFQ → Keys and use Add to Cursor (OAuth).
- Sign in and allow workspace access. Scope is
rfq:mcp. - The server id is
bootstrapware-rfqand the URL ishttps://rfq.bootstrapware.co/mcp.
{
"mcpServers": {
"bootstrapware-rfq": {
"type": "http",
"url": "https://rfq.bootstrapware.co/mcp"
}
}
}That JSON is what the keys page installs. A test secret in Authorization is a fallback. Live and secret keys stay on the dashboard. The Cursor Marketplace listing is separate and is not implied by this guide.
Tool order
list_rfq_capabilitiescreate_rfq_appwith a name.nextStepssay to update the draft, publish, ensure the test key, then fetch the snippet.update_rfq_draftwithallowedOriginsfor localhost and production.nameis optional. Do not send titles, quotes, prices, or file bytes.publish_rfq_app. ItsnextStepsnameensure_rfq_test_publishableandget_rfq_install_snippet.ensure_rfq_test_publishable. PasteenvLineinto.env.local.get_rfq_install_snippet. TheappIdis real. The widget prop isactor, not a stand-in id.
Then add the server token route from the Next.js guide and pass the real session actor. MCP never receives RFQ titles, quotes, prices, supplier lists, or file bytes.
Related: AGENTS.md · Quickstart · API overview