id string | name string | category string | endpoint string | group string | description string | seoTags list | parameters dict | agentBindings dict | promptTemplates list | businessValue string | pricingHint string |
|---|---|---|---|---|---|---|---|---|---|---|---|
lookup-company | Look up Company | company | GET /api/public/company/{number} | Lookup | Resolve a UK company by Companies House registration number into its full record plus a ready-built ownership graph: officers, persons of significant control (PSCs) and parent/subsidiary edges. | [
"companies house api",
"uk company lookup",
"beneficial ownership api",
"ownership graph",
"psc lookup"
] | {
"inputs": [
"number"
],
"outputs": [
"graph{nodes[],edges[]}",
"live",
"note"
],
"creditsCost": 1,
"sla": "realtime"
} | {
"mcp": true,
"acp": false,
"ap2": false,
"n8n": true
} | [
"Look up UK company 09446231 and show me its directors and PSCs.",
"Build the ownership graph for company SC123456."
] | One call turns a registration number into a complete, structured ownership picture — no scraping the Companies House UI. | Free & open · no auth |
search-companies | Search Companies | company | GET /api/public/company/search?q= | Lookup | Free-text company-name search against UK Companies House to find the registration number behind a company name. | [
"company name search",
"companies house search",
"find company number",
"uk corporate registry"
] | {
"inputs": [
"q",
"limit?"
],
"outputs": [
"hits[]",
"live"
],
"creditsCost": 1,
"sla": "realtime"
} | {
"mcp": true,
"acp": false,
"ap2": false,
"n8n": true
} | [
"Find the Companies House number for 'Monzo Bank'.",
"Search UK companies matching 'Tideway'."
] | Bridges a human-readable company name to the registration number every other skill needs. | Free & open · no auth |
search-entities | Search Entities | entity | GET /api/public/entity/search?q= | Search | Search every node in the corpus — companies AND people, across live data and the three seeded demo investigations — by name. | [
"entity search api",
"ubo search",
"director search",
"offshore intelligence",
"corporate network search"
] | {
"inputs": [
"q",
"limit?"
],
"outputs": [
"hits[{id,name,type,jurisdiction,risk,source}]",
"count"
],
"creditsCost": 1,
"sla": "realtime"
} | {
"mcp": true,
"acp": false,
"ap2": false,
"n8n": true
} | [
"Search for any entity named 'Ardent'.",
"Find the person node for a director called 'Aurelio Vance'."
] | A single entry point into the corpus, returning the entity id every graph traversal starts from. | Free & open · no auth |
get-entity | Get Entity | entity | GET /api/public/entity/{id} | Search | Full record for one node: type (company/person), identifiers, jurisdiction, roles and its direct relationships with provenance. | [
"entity detail api",
"beneficial owner profile",
"company officer record",
"relationship graph"
] | {
"inputs": [
"id"
],
"outputs": [
"entity",
"connections[{role,share,direction,other}]"
],
"creditsCost": 1,
"sla": "realtime"
} | {
"mcp": true,
"acp": false,
"ap2": false,
"n8n": true
} | [
"Get the full record and direct relationships for entity 'meridian'.",
"What roles does entity 'vance' hold and where is it registered?"
] | Everything an investigator needs to qualify a single node before expanding the network. | Free & open · no auth |
trace-ownership-path | Trace Ownership Path | ownership | GET /api/public/ownership-path?root={id}&max_depth= | Graph | Walk the ownership graph outward from a root entity up to max_depth hops and return the ordered chain(s) connecting it to the ultimate beneficial owner. | [
"ownership path api",
"ubo tracing",
"beneficial ownership chain",
"offshore ownership graph",
"control structure"
] | {
"inputs": [
"root",
"max_depth?"
],
"outputs": [
"hops[{depth,from,to,role,share}]"
],
"creditsCost": 1,
"sla": "realtime"
} | {
"mcp": true,
"acp": false,
"ap2": false,
"n8n": true
} | [
"Trace the ownership chain from entity 'meridian' up to 5 hops to its ultimate beneficial owner.",
"Who ultimately controls 'meridian'? Show every hop."
] | Collapses a multi-layer corporate structure into the human-readable chain to the people who actually control it. | Free & open · no auth |
WhiteIntel Skills Catalog
Agent-callable corporate & offshore ownership-intelligence skills from whiteintel.dev.
5 skills - each maps to a live endpoint under https://whiteintel.dev/api/public/* and an MCP tool via npx -y @whiteintel/mcp-server.
Files: whiteintel-skills.jsonl, whiteintel-skills.csv. Source of truth: https://whiteintel.dev/api/public/skills.json
- Downloads last month
- 35