Skip to main content

Build with AI

Turn a question about your workforce into a report, a repeatable check, or a tool designed around your team's work. Requidex's Open API and MCP server give AI services access to the data needed to help you build it.

These examples are starting points for your own solutions, rather than additional built-in Requidex features. Replace example company names and dates with your own.

What could you build?

Start with a questionCreateExplore
Where are our hours and costs changing?Project comparisons and explanations backed by source recordsAnalyse your data
Can our weekly report match how we run the business?A management brief, spreadsheet, or exception reportCreate bespoke reports
What changed since our last review?A scheduled digest or snapshot comparisonSchedule reports and checks
Can we see users and project permissions in one place?An access dashboard or another custom interfaceBuild custom UIs

Choose how to work

Connect an AI conversation through MCP. Ask questions, explore data, and refine the output in ChatGPT or Claude. A compatible client can discover Requidex tools and call them on your behalf. ChatGPT provides MCP support through developer mode; Claude supports remote custom connectors. Availability and organisation controls depend on your chosen service.

Build a reusable integration with the Open API. Use an AI coding assistant such as Codex or Claude Code to help create a report script, dashboard, or scheduled job. Your application calls the API, applies your reporting rules, and owns storage, scheduling, and delivery. Codex can also connect to tools through MCP.

Connect to Requidex

Before connecting live data, read Data, Security & Privacy for what is shared with your AI provider, account-level data controls, and your organisation's GDPR considerations.

Follow the Requidex setup guide for your client:

Browse the Integrations help collection for all connection guides and webhook setup help.

Use this remote MCP server URL in a client that supports authenticated remote MCP tools:

https://api.requidex.com/mcp

Requidex OAuth sign-in is available to active, verified company admin accounts. It grants read access within that user's companies, including read:users. API-key connections retain the key's configured scopes and company or agency access. Agency consumers can use agency-scoped Open API keys for supported endpoints; the user assignment and permission reports require company-scoped access.

For a direct API integration, start with Authentication and Authorization and Scopes. Store credentials in your application's server environment, not in a prompt or browser bundle.

Try this first:

Use the Requidex connection to identify the companies I can access.
Ask me which company to analyse, then show the available data and
suggest three useful reports. Use read-only operations.

Make the output useful

Specify the company, period, metric, and output format. Ask the assistant to include the retrieval time, filters, source identifiers, and any incomplete results. Resolve ambiguous company or project names before querying. Use only fields supported by the chosen endpoint; an absent field is not a zero.

For totals and rankings, prefer summary tools over downloading every record. MCP list tools return up to 200 records per page and support retrieval of up to 10,000 records across pages. Narrow the query or use aggregation for larger analysis. Direct API exports should paginate fully and respect rate limits.