api.helpmyagent.com
Detects public legal-risk signals for a French company from company status and BODACC notices, including insolvency proceedings and deregistrations. This is not a credit score.
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.
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.01 USDC on Base to 0xEaB9…88F59. The signed payment is good for 1 minute.
- Paid to
- 0xEaB9…88F59
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 10000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- rUXKCZ…7Fezy
- Token contract
- 524C55…00000
- Payment window
- 10 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"assetTransferMethod": "eip3009"
},
"payTo": "0xEaB9543AcF710a24fe096913A428E7d066c88F59",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "524C555344000000000000000000000000000000",
"extra": {
"issuer": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De",
"sourceTag": 804681468
},
"payTo": "rUXKCZetEbwQc1i5vkJL6SNXYK3hG7Fezy",
"amount": "0.01",
"scheme": "exact",
"network": "xrpl:0",
"maxTimeoutSeconds": 600
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"identifier": "951470822"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"name": "R'NEO FRANCE (R'NEO)",
"siren": "951470822",
"events": [
{
"id": "A202601325135",
"url": "https://www.bodacc.fr/pages/annonces-commerciales-detail/?q.id=id:A202601325135",
"type": "collective_procedure",
"family": "Procédures collectives",
"tribunal": "Greffe du Tribunal de Commerce d'Angers",
"description": "Jugement prononçant la liquidation judiciaire 08/07/2026, date de cessation des paiements le 31 Mai 2026, désignant liquidateur SELARL LEX MJ, prise en la personne de Maître Lucie MARGOTTIN 11, rue Jean Bodin - CS 80502 - 49105 Angers . Les créances sont à adresser, dans les deux mois de la présente publication, auprès du liquidateur ou sur le portail électronique prévu par les articles L. 814-2 et L. 814-13 du code de commerce.",
"decision_date": "2026-07-08",
"decision_type": "Jugement d'ouverture de liquidation judiciaire",
"publication_date": "2026-07-14"
}
],
"exists": true,
"signals": {
"company_closed": false,
"radiation_events": 0,
"collective_procedure_events": 1
},
"identifier": "951470822",
"risk_level": "high",
"latest_event": {
"id": "A202601325135",
"url": "https://www.bodacc.fr/pages/annonces-commerciales-detail/?q.id=id:A202601325135",
"type": "collective_procedure",
"family": "Procédures collectives",
"tribunal": "Greffe du Tribunal de Commerce d'Angers",
"description": "Jugement prononçant la liquidation judiciaire 08/07/2026, date de cessation des paiements le 31 Mai 2026, désignant liquidateur SELARL LEX MJ, prise en la personne de Maître Lucie MARGOTTIN 11, rue Jean Bodin - CS 80502 - 49105 Angers . Les créances sont à adresser, dans les deux mois de la présente publication, auprès du liquidateur ou sur le portail électronique prévu par les articles L. 814-2 et L. 814-13 du code de commerce.",
"decision_date": "2026-07-08",
"decision_type": "Jugement d'ouverture de liquidation judiciaire",
"publication_date": "2026-07-14"
},
"company_status": "active",
"lookback_years": 10,
"identifier_type": "siren",
"assessment_basis": "bodacc_legal_events",
"coverage_complete": true
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"identifier"
],
"properties": {
"identifier": {
"type": "string",
"pattern": "^[0-9]{9}([0-9]{5})?$",
"description": "9-digit SIREN or 14-digit SIRET"
}
},
"description": "Structured input parameters for the company/fr/risk API.",
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"example": {
"type": "object",
"required": [
"identifier",
"identifier_type",
"exists",
"siren",
"name",
"company_status",
"risk_level",
"assessment_basis",
"lookback_years",
"coverage_complete",
"signals",
"latest_event",
"events"
],
"properties": {
"name": {
"type": [
"string",
"null"
],
"description": "Publicly available company, person, buyer or record name for this result."
},
"siren": {
"type": [
"string",
"null"
],
"description": "Normalized 9-digit French SIREN when available."
},
"events": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “id” as defined by this API contract."
},
"url": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “url” as defined by this API contract."
},
"type": {
"enum": [
"collective_procedure",
"radiation"
],
"type": "string",
"description": "Structured value returned for “type” as defined by this API contract. (allowed values: collective_procedure, radiation)."
},
"family": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “family” as defined by this API contract."
},
"tribunal": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “tribunal” as defined by this API contract."
},
"decision_date": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “decision date” as defined by this API contract."
},
"decision_type": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “decision type” as defined by this API contract."
},
"publication_date": {
"type": "string",
"description": "Structured value returned for “publication date” as defined by this API contract."
}
}
},
"description": "Normalized public events returned by the endpoint."
},
"exists": {
"type": "boolean",
"description": "Whether the requested company or public record was found in the checked source."
},
"signals": {
"type": "object",
"required": [
"company_closed",
"collective_procedure_events",
"radiation_events"
],
"properties": {
"company_closed": {
"type": [
"boolean",
"null"
],
"description": "Structured value returned for “company closed” as defined by this API contract."
},
"radiation_events": {
"type": "integer",
"description": "Structured value returned for “radiation events” as defined by this API contract."
},
"collective_procedure_events": {
"type": "integer",
"description": "Structured value returned for “collective procedure events” as defined by this API contract."
}
},
"description": "Structured value returned for “signals” as defined by this API contract.",
"additionalProperties": false
},
"identifier": {
"type": "string",
"description": "Identifier supplied for the request, echoed in normalized form when applicable."
},
"risk_level": {
"enum": [
"low",
"warning",
"high",
"unknown",
null
],
"type": [
"string",
"null"
],
"description": "Explainable public-data risk level produced by this endpoint; it is not an official credit score. (allowed values: low, warning, high, unknown)."
},
"latest_event": {
"type": [
"object",
"null"
],
"description": "Structured value returned for “latest event” as defined by this API contract."
},
"company_status": {
"type": [
"string",
"null"
],
"description": "Current public administrative company status when available."
},
"lookback_years": {
"type": "integer",
"description": "Structured value returned for “lookback years” as defined by this API contract."
},
"identifier_type": {
"enum": [
"siren",
"siret"
],
"type": "string",
"description": "Normalized identifier type, such as SIREN or SIRET when applicable. (allowed values: siren, siret)."
},
"assessment_basis": {
"type": "string",
"description": "Structured value returned for “assessment basis” as defined by this API contract."
},
"coverage_complete": {
"type": [
"boolean",
"null"
],
"description": "Whether the checked public-source coverage was sufficient for the endpoint’s stated scope."
}
},
"description": "Structured result returned by the company/fr/risk API.",
"additionalProperties": false
}
},
"additionalProperties": false
}
}
}
}
}Provenance
- Seen in the source catalog
- —
- Last indexed by Roundhouse
- 2026-09-24 06:15Z
- Last enriched (probe, favicon, geo)
- 2026-09-19 21:45Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 405
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
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service api.helpmyagent.com 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=api.helpmyagent.com' 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.helpmyagent.com/v1/company/fr/risk, 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.