← hatchloop.dev
INDIVIDUAL MCP TOOL
verify_company_record
Free, live lookup of a company official registry record.
LIVE ENDPOINT
https://hatchloop.dev/mcp/company-verification
Connect to this endpoint to inspect the live schema for verify_company_record and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.company-verification]
url = "https://hatchloop.dev/mcp/company-verification"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"company-verification": {
"type": "http",
"url": "https://hatchloop.dev/mcp/company-verification"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: company-verification
Remote MCP URL: https://hatchloop.dev/mcp/company-verification
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"company-verification": {
"url": "https://hatchloop.dev/mcp/company-verification"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"company-verification": {
"type": "http",
"url": "https://hatchloop.dev/mcp/company-verification"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "company-verification",
"transport": "streamable-http",
"url": "https://hatchloop.dev/mcp/company-verification"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_status— Query the current state of any in-flight async operation by operation_id.get_outcome— Retrieve the final OutcomeReceipt for a completed operation.preview_cost— Return an expected cost estimate, latency estimate, and success-probability estimate for a proposed call before execution.self_test— Service health probe: runs 6 internal checks and reports how many passed.screen_sanctions— Free screening of a name or entity against official sanctions lists, each fetched from the authority that issues it: the OFAC SDN list from the US Treasury (SDN.lookup_us_contracts— Search US federal contract awards by company (recipient) name using the free USASpending.