api.helpmyagent.com
Searches French companies by name, SIREN, SIRET or optional location criteria and returns structured matching company records.
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.002 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
- 2000 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": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "524C555344000000000000000000000000000000",
"extra": {
"issuer": "rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De",
"sourceTag": 804681468
},
"payTo": "rUXKCZetEbwQc1i5vkJL6SNXYK3hG7Fezy",
"amount": "0.002",
"scheme": "exact",
"network": "xrpl:0",
"maxTimeoutSeconds": 600
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"limit": 5,
"query": "La Poste"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"results": [
{
"city": "PARIS",
"name": "LA POSTE",
"siren": "356000000",
"siret": "35600000000048",
"status": "active",
"address": "DIRECTION GENERALE DE LA POSTE 9 RUE DU COLONEL PIERRE AVIA 75015 PARIS",
"postal_code": "75015",
"activity_code": "53.10Z"
},
{
"city": "TRESSES",
"name": "LA POSTE",
"siren": "532484755",
"siret": "53248475500014",
"status": "active",
"address": "4 RUE DUBOURDIEU 33370 TRESSES",
"postal_code": "33370",
"activity_code": "68.20B"
},
{
"city": "PARIS",
"name": "LA POSTE",
"siren": "505017012",
"siret": "50501701200020",
"status": "active",
"address": "81 RUE JOUFFROY D'ABBANS 75017 PARIS",
"postal_code": "75017",
"activity_code": "68.20B"
},
{
"city": "COEUVRES-ET-VALSERY",
"name": "LA POSTE",
"siren": "903908796",
"siret": "90390879600019",
"status": "active",
"address": "FRM DE VALSERY 02600 COEUVRES-ET-VALSERY",
"postal_code": "02600",
"activity_code": "68.20B"
},
{
"city": "DEOLS",
"name": "LA POSTE",
"siren": "987940533",
"siret": "98794053300019",
"status": "active",
"address": "431 CHEMIN DE MARBAN 36130 DEOLS",
"postal_code": "36130",
"activity_code": "68.20B"
}
]
}
}
},
"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": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 25,
"minimum": 1,
"description": "Maximum number of matching companies to return"
},
"query": {
"type": "string",
"description": "Company name, legal name, SIREN or SIRET to search for"
},
"postal_code": {
"type": "string",
"description": "Optional French postal code used to narrow the search"
}
},
"description": "Structured input parameters for the company/fr/search 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": [
"results"
],
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"city": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “city” as defined by this API contract."
},
"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."
},
"siret": {
"type": [
"string",
"null"
],
"description": "Normalized 14-digit French SIRET when available."
},
"status": {
"type": [
"string",
"null"
],
"description": "Normalized endpoint or source status."
},
"address": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “address” as defined by this API contract."
},
"postal_code": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “postal code” as defined by this API contract."
},
"activity_code": {
"type": [
"string",
"null"
],
"description": "Structured value returned for “activity code” as defined by this API contract."
}
}
},
"description": "Structured result records returned by the endpoint."
}
},
"description": "Structured result returned by the company/fr/search 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
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 27 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 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/search, 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.