Inquiry Background Check MCP

This is a lightweight service page, not a FastAPI Swagger UI.

Endpoints

Server Config

Quick Checks

curl http://bgc.mcp.hicloudapp.com/health
curl http://bgc.mcp.hicloudapp.com/tools

Tools

get_background_check_report

Fetch RAW inquiry data by inquiry_id — use sparingly only for fields missing from a previously rendered business report.

Auth required: yes

Parameters

render_inquiry_report

Render an inquiry's data as a business-ready Markdown report — the DEFAULT first-call tool for viewing an inquiry.

Auth required: yes

Parameters

list_my_background_check_inquiries

List the inquiry_ids the current user is allowed to read.

Auth required: yes

Parameters

submit_background_check_inquiry

Submit a new background check inquiry on behalf of a customer.

Auth required: yes

Parameters