LIVE ENDPOINT
https://uk-due-diligence-mcp.fly.dev/mcp
Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.uk_due_diligence_mcp]
url = "https://uk-due-diligence-mcp.fly.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uk_due_diligence_mcp": {
"type": "http",
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uk_due_diligence_mcp
Remote MCP URL: https://uk-due-diligence-mcp.fly.dev/mcp
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": {
"uk_due_diligence_mcp": {
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uk_due_diligence_mcp": {
"type": "http",
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uk_due_diligence_mcp",
"transport": "streamable-http",
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
company_search— Search the Companies House register by company name or keyword.company_profile— Fetch the full Companies House profile for a company number.company_officers— Fetch officers for a Companies House company number.company_psc— Fetch Persons with Significant Control (beneficial ownership) for a company.officer_appointments— Fetch a person's full company appointment history by officer ID.company_charges— Fetch the complete Companies House charge history for a company.company_filing_history— Fetch one page of a company's Companies House filing chronology.company_filing_document— Resolve a filing's document_metadata link to its authoritative source document.