Eckari
Return the core registered profile of a UK company from the Companies House register: name, status with derived is_active and is_striking_off, type, jurisdiction, incorporation and cessation dates, SIC codes with their official UK SIC 2007 descriptions, registered office address, previous names, and the accounts and confirmation-statement summary. One call for the standard KYB company record. Use when: You have a UK company number and need the standard registered record.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"x402": {
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x9d6b6fdB04040a55d58B24ff4C90C08cf6083C8f",
"amount": "4000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://api.eckari.com/v1/companies/uk/:companyNumber",
"tags": [
"uk",
"companies-house",
"company",
"kyb",
"profile"
],
"iconUrl": "https://eckari.com/icon-512.png",
"mimeType": "application/json",
"description": "Return the core registered profile of a UK company from the Companies House register: name, status with derived is_active and is_striking_off, type, jurisdiction, incorporation and cessation dates, SIC codes with their official UK SIC 2007 descriptions, registered office address, previous names, and the accounts and confirmation-statement summary. One call for the standard KYB company record. Use when: You have a UK company number and need the standard registered record.",
"serviceName": "Eckari"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"company_number": "00445790"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"data": {
"type": "plc",
"status": "active",
"subtype": null,
"accounts": {
"last_accounts": {
"type": "group",
"made_up_to": "2026-02-28",
"period_end_on": "2026-02-28",
"period_start_on": "2025-02-27"
},
"next_accounts": {
"due_on": "2027-08-26",
"is_overdue": false,
"period_end_on": "2027-02-26",
"period_start_on": "2026-03-01"
},
"accounting_reference_date": {
"day": 26,
"month": 2
}
},
"can_file": true,
"is_active": true,
"resources": {
"charges": true,
"officers": true,
"insolvency": false,
"filing_history": true,
"persons_with_significant_control": true,
"persons_with_significant_control_exemptions": true,
"persons_with_significant_control_statements": false
},
"sic_codes": [
{
"code": "47110",
"description": "Retail sale in non-specialised stores with food, beverages or tobacco predominating"
}
],
"company_name": "TESCO PLC",
"jurisdiction": "england-wales",
"status_detail": null,
"company_number": "00445790",
"is_striking_off": false,
"date_of_creation": "1947-11-27",
"date_of_cessation": null,
"confirmation_statement": {
"next_due": "2027-07-02",
"is_overdue": false,
"last_made_up_to": "2026-06-18",
"next_made_up_to": "2027-06-18"
},
"previous_company_names": [
{
"name": "TESCO STORES (HOLDINGS) PUBLIC LIMITED COMPANY",
"ceased_on": "1983-08-25",
"effective_from": "1981-12-14"
},
{
"name": "TESCO STORES (HOLDINGS) LIMITED",
"ceased_on": "1981-12-14",
"effective_from": "1947-11-27"
}
],
"registered_office_address": {
"po_box": null,
"region": null,
"care_of": null,
"country": "United Kingdom",
"locality": "Welwyn Garden City",
"premises": null,
"postal_code": "AL7 1GA",
"address_line_1": "Tesco House, Shire Park",
"address_line_2": "Kestrel Way"
},
"registered_office_single_line": "Tesco House, Shire Park, Kestrel Way, Welwyn Garden City, AL7 1GA, United Kingdom",
"registered_office_is_in_dispute": false,
"undeliverable_registered_office_address": false
},
"meta": {
"source": "companies_house",
"version": "3.0.0",
"freshness": "live",
"capability": "company.uk.profile"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"company_number"
],
"properties": {
"company_number": {
"type": "string",
"pattern": "^\\s*(?:[0-9]{1,8}|[A-Za-z][0-9]{7}|[A-Za-z]{2}[0-9]{6}|[A-Za-z]{2}[0-9]{5}[A-Za-z]|[A-Za-z]{2}[0-9]{4}[A-Za-z]{2})\\s*$",
"maxLength": 10,
"minLength": 1,
"description": "Companies House company number, also called the company registration number (CRN). Accepted shapes are the register's own — 1-8 digits (zero-padded to 8, e.g. 445790 → 00445790), one letter + 7 digits (R0000001), two letters + 6 digits (SC002180, NI000001, OC123456, OE000001), or the registered-society suffix forms (two letters + 5 digits + 1 letter; two letters + 4 digits + 2 letters). Case-insensitive; surrounding whitespace is ignored (which is why maxLength is 10); internal spaces and punctuation are not accepted. Any other value (for example PROBE) is rejected as INVALID_INPUT before payment and before any upstream call."
}
},
"additionalProperties": false
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"routeTemplate": "/v1/companies/uk/:company_number"
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
},
"x402Version": 2
},
"error": {
"code": "PAYMENT_REQUIRED",
"details": {
"rail": "x402",
"price": "0.004",
"network": "eip155:8453",
"currency": "USD",
"input_validation": {
"code": "INVALID_INPUT",
"issues": [
{
"path": "company_number",
"message": "Too big: expected string to have <=10 characters"
},
{
"path": "company_number",
"message": "Invalid string: must match pattern /^\\s*(?:[0-9]{1,8}|[A-Za-z][0-9]{7}|[A-Za-z]{2}[0-9]{6}|[A-Za-z]{2}[0-9]{5}[A-Za-z]|[A-Za-z]{2}[0-9]{4}[A-Za-z]{2})\\s*$/"
}
],
"message": "Input validation failed"
}
},
"message": "Payment required. Retry with a valid payment proof header. Note: the request input is also invalid; see details.input_validation.",
"request_id": "req_596546b4751611d1f885093c"
}
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.004 USDC on Base to 0x9d6b…83C8f. The signed payment is good for 1 minute.
- Paid to
- 0x9d6b…83C8f
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 4000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x9d6b6fdB04040a55d58B24ff4C90C08cf6083C8f",
"amount": "4000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"companyNumber": "00445790"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"data": {
"type": "plc",
"status": "active",
"subtype": null,
"accounts": {
"last_accounts": {
"type": "group",
"made_up_to": "2026-02-28",
"period_end_on": "2026-02-28",
"period_start_on": "2025-02-27"
},
"next_accounts": {
"due_on": "2027-08-26",
"overdue": false,
"period_end_on": "2027-02-26",
"period_start_on": "2026-03-01"
},
"accounting_reference_date": {
"day": 26,
"month": 2
}
},
"can_file": true,
"is_active": true,
"resources": {
"charges": true,
"officers": true,
"insolvency": false,
"filing_history": true,
"persons_with_significant_control": true,
"persons_with_significant_control_exemptions": true,
"persons_with_significant_control_statements": false
},
"sic_codes": [
{
"code": "47110",
"description": "Retail sale in non-specialised stores with food, beverages or tobacco predominating"
}
],
"company_name": "TESCO PLC",
"jurisdiction": "england-wales",
"status_detail": null,
"company_number": "00445790",
"is_striking_off": false,
"date_of_creation": "1947-11-27",
"date_of_cessation": null,
"confirmation_statement": {
"overdue": false,
"next_due": "2027-07-02",
"last_made_up_to": "2026-06-18",
"next_made_up_to": "2027-06-18"
},
"previous_company_names": [
{
"name": "TESCO STORES (HOLDINGS) PUBLIC LIMITED COMPANY",
"ceased_on": "1983-08-25",
"effective_from": "1981-12-14"
}
],
"registered_office_address": {
"po_box": null,
"region": null,
"care_of": null,
"country": "United Kingdom",
"locality": "Welwyn Garden City",
"premises": null,
"postal_code": "AL7 1GA",
"address_line_1": "Tesco House, Shire Park",
"address_line_2": "Kestrel Way"
},
"registered_office_single_line": "Tesco House, Shire Park, Kestrel Way, Welwyn Garden City, AL7 1GA, United Kingdom",
"registered_office_is_in_dispute": false,
"undeliverable_registered_office_address": false
},
"meta": {
"source": "companies_house",
"version": "2.0.0",
"freshness": "live",
"capability": "company.uk.profile"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"companyNumber"
],
"properties": {
"companyNumber": {
"type": "string",
"pattern": "^\\s*[A-Za-z0-9]{1,8}\\s*$",
"maxLength": 10,
"minLength": 1,
"description": "Companies House company number, also called the company registration number (CRN). The identifier itself is 1-8 letters/digits; surrounding whitespace is ignored (which is why maxLength is 10), but the value must not contain internal spaces. Short numeric values are zero-padded to 8 characters. A whitespace-only or over-long value is rejected as INVALID_INPUT before any payment or upstream call."
}
},
"additionalProperties": false
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"routeTemplate": "/v1/companies/uk/:companyNumber"
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"required"
],
"properties": {
"id": {
"type": "string",
"pattern": "^[a-zA-Z0-9_-]+$",
"maxLength": 128,
"minLength": 16
},
"required": {
"type": "boolean"
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-08-18 13:36Z
- Last indexed by Roundhouse
- 2026-09-17 13:40Z
- Last enriched (probe, favicon, geo)
- 2026-09-24 12:45Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 25 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Eckari and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Eckari' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://api.eckari.com/v1/companies/uk/:companyNumber, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.