qc_check_api

Test a list of API endpoints and report which ones return the expected HTTP status. Runs each endpoint sequentially.

Server UnClick @unclick/mcp-server
Category Execute
Risk class High
Parameters 22 required

What qc_check_api does on UnClick

AI agents invoke qc_check_api to trigger actions in UnClick. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
base_url string Yes Base URL for all endpoints (e.g. https://api.example.com)
endpoints array Yes List of endpoints to test

Parameters from the server's own tool schema.

Why qc_check_api needs a policy

This tool executes HTTP requests against a list of API endpoints, which constitutes running external operations. The effects depend on the endpoints provided (they could trigger side effects on remote systems). It is not merely reading local data; it sends network requests that could interact with live services.

From the tool's definition 'Test a list of API endpoints' and 'Runs each endpoint sequentially' — the tool actively makes HTTP requests to external endpoints

Risk signalsAccepts file system path (endpoints[].path) · Accepts URL/endpoint input (base_url)

Questions about qc_check_api

What does the qc_check_api tool do? +

Test a list of API endpoints and report which ones return the expected HTTP status. Runs each endpoint sequentially. It is categorised as a Execute tool in the UnClick MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does qc_check_api accept? +

qc_check_api accepts 2 parameters: base_url, endpoints. Required: base_url, endpoints. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on qc_check_api? +

Register the UnClick MCP server in PolicyLayer and add a rule for qc_check_api: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches UnClick. Nothing to install.

What risk level is qc_check_api? +

qc_check_api is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit qc_check_api? +

Yes. Add a rate_limit block to the qc_check_api rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block qc_check_api completely? +

Set action: deny in the PolicyLayer policy for qc_check_api. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides qc_check_api? +

qc_check_api is provided by the UnClick MCP server (@unclick/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.