UK procurement data in n8n
Two ways to get UK tender and contract data into an n8n workflow: give an AI Agent node the Oro Intel MCP server as a tool, or call the REST API directly with an HTTP Request node.
Prerequisites
- An Oro Intel API key (create one, 250 free credits).
- n8n 1.88+ for the native MCP Client Tool node.
Option 1 — AI Agent + MCP Client Tool
- Add an AI Agent node and attach an MCP Client Tool.
- Endpoint:
https://api.oro-intel.com/mcp/(keep the trailing slash), transport HTTP Streamable. - Authentication: Header Auth credential — name
Authorization, valueBearer oro_YOUR_KEY. - The agent gets all 13
oro_*tools; each tool description states its credit cost.
Prompt to try: "search UK tenders for EV charging and summarise the top 5 by deadline."
Option 2 — HTTP Request node (REST)
For deterministic workflows without an LLM, call any endpoint directly:
Every metered response includes credits_charged/credits_remaining — wire an IF node on credits_remaining to alert before you run out. Full endpoint list on the API reference.
Next steps
- Quickstart: key → first call in 60 seconds.
- API reference: all endpoints and credit costs.
- MCP server: install matrix for every client.