OroIntelDocs
For agents:start at/llms.txt·everything as Markdown at/llms-full.txt·or add theMCP server.

Use Oro Intel with Cursor

Give Cursor's agent live UK tender, contract, buyer and supplier data as tools.

Install

Settings → MCP → Add new MCP server, or add to .cursor/mcp.json (project) / ~/.cursor/mcp.json (global):

.cursor/mcp.json
{
  "mcpServers": {
    "oro-intel": {
      "url": "https://api.oro-intel.com/mcp/",
      "headers": { "Authorization": "Bearer oro_YOUR_KEY" }
    }
  }
}

Keep the trailing slash. Omit headers to use OAuth sign-in instead of a key.

Try it

In agent mode, ask: "search UK tenders for cyber security and list the top 5 by deadline." Tool costs are in each tool description; the full table is on the API reference.

Next steps