Catalog MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Catalog MCP Serverget the supplier catalog and price history for part 4471"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Northstar Sourcing Agent
Local-first sourcing workflow with a browser UI, a deterministic agent pipeline, and two MCP-compatible stdio servers.
Run it
npm startOpen http://localhost:4173.
Related MCP server: procurement-tools
Agent workflow
GET /api/requests/:requestId runs the sourcing agent:
Reads the synthetic catalog and price history.
Reads the RFQ thread from the Outlook-shaped dataset.
Extracts price, MOQ, lead time, validity, and shipping terms.
Validates extracted values and flags anomalies.
Resolves supplier identity against the catalog.
Scores quotes using price, lead time, reliability, and extraction confidence.
Writes a comparison record to
data/comparisons.json.
The agent is deterministic so the demo works without credentials. The extraction boundary is isolated in server/lib/agent.js, so model-assisted extraction can be added later without changing the MCP tools or the approval boundary.
MCP servers
Each server speaks newline-delimited JSON-RPC over stdio:
npm run mcp:catalog
npm run mcp:outlookCatalog tools: get_supplier_catalog, get_price_history, write_comparison_sheet.
Outlook tools: search_rfq_threads, get_message, draft_reply.
There is intentionally no send_message tool. Drafting and sending stay separate so a human approval step can be added without relying on prompt instructions alone.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search multi-merchant supply, checkout, and track orders via MCP.
MCP access to the U.S. federal procurement graph: contracts, opportunities, entities, and more.
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Google Shopping products, prices, sellers, and deals as structured data via a hosted MCP server.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables SQL query execution and database structure browsing via MCP tools and resources.MIT
- FlicenseNot gradedqualityCmaintenanceConnects Hermes to procurement pricing tools for BOM review, mock market data, cost calculations, and Excel report generation.-
- FlicenseNot gradedqualityCmaintenanceEnables supply chain management tasks such as tracking shipments, managing inventory, and supplier scorecards through MCP protocol.-
- FlicenseNot gradedqualityCmaintenanceEnables querying Proluxe ERP data such as customers, orders, invoices, AR aging, bills of materials, product catalog, focus priorities, and projects through MCP tools.-