Alien Probe
Alien Probe is an agent-to-agent vending machine for precise, paid company lookups over x402.
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.005 USDC on Base to 0x701f…555f7. The signed payment is good for 1 minute.
- Paid to
- 0x701f…555f7
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 5000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x701fd2Fc3295Ff2E98d986BD2032A966f54555f7",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"vin": "1M8GDM9AXKP042788"
}
},
"output": {
"type": "json",
"example": {
"answer": {
"vin": "1M8GDM9AXKP042788",
"wmi": {
"key": "1M8",
"make": "Motor Coach Industries",
"country": "UNITED STATES (USA)",
"key_length": 3,
"manufacturer": "MOTOR COACH INDUSTRIES, INC.",
"vehicle_type": "Bus"
},
"model_year": {
"code": "K",
"basis": "cycle_ambiguous",
"candidates": [
1989,
2019
]
},
"check_digit": {
"valid": true,
"carried": "X",
"computed": "X",
"position": 9
}
},
"source": {
"name": "NHTSA vPIC World Manufacturer Identifier register, lite 2026_08 publication",
"vintage": "2026_08",
"coverage": "Structural decode only, from a bundled snapshot of the NHTSA vPIC World Manufacturer Identifier table (10,659 WMI records, cut in ascending WMI key order from the 12,971 candidates in the lite 2026_08 publication; 2,312 further candidates were refused by the bundle sanitizer and counted) plus the closed-form rules of 49 CFR 565.15 (Subpart B) and 49 CFR 565.25 (Subpart C). Answers: the position-9 check digit verdict, the WMI's recorded manufacturer, make, vehicle type and registered country, and the position-10 model-year code as a candidate set from 49 CFR 565.15(d)(1) Table VII and 49 CFR 565.25(d)(1) Table XIII, narrowed to a single year only for passenger cars, the one class whose disambiguation rule does not depend on a gross vehicle weight rating this snapshot does not carry. The check digit refuses MOST transcription errors, not all: 49 CFR 565.15(c) Table III assigns several letters the same value, so substitutions and some transpositions within a value class are undetectable. Does NOT answer engine, body, series, trim, restraints, plant, weight class, or any per-manufacturer VIN pattern — those are not bundled. Does NOT assert that a vehicle exists, is registered, or is on the road. A VIN lawfully exempt from 49 CFR 565.15 under 49 CFR 565.2(a)(1) may be refused as malformed when it is not. Rows carrying characters this bundle cannot represent, and rows for which vPIC records no country at all, were refused and counted rather than repaired, which drops non-US manufacturers disproportionately, so both a refusal and an absent country skew non-US. A WMI the register maps to more than one make is refused rather than carried as a derived, comma-joined value, which is 511 of those refusals. Where one WMI carries more than one vehicle type — none in this vintage — the reported vehicle type is the first row in bundle order, a deterministic but arbitrary choice, and the model year stays a candidate set, never narrowed. These same facts are published free and unauthenticated by NHTSA and are fresher there; what this route sells is a digest-pinned, replayable, offline answer with a stated vintage and a stated coverage. A WMI missing here is missing from THIS snapshot only, never from the vPIC register; growing coverage is a bigger snapshot and a redeploy, never a live fetch.",
"snapshot_sha256": "42e1abe3c24d2c60226922209cd79016e4a534deea5d4db8637ba22c4427891f"
},
"subject": {
"type": "vin",
"value": "1M8GDM9AXKP042788"
},
"delivered_at": "2026-08-22T00:00:00.000Z",
"schema_version": "vin-lookup.v1"
}
}
},
"schema": {
"type": "object",
"required": [
"input",
"output"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"pathParams"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"vin"
],
"properties": {
"vin": {
"type": "string",
"pattern": "^[A-HJ-NPR-Z0-9]{17}$",
"description": "the 17-character vehicle identification number to decode, ISO 3779 alphabet with no I, O or Q"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type",
"example"
],
"properties": {
"type": {
"type": "string",
"const": "json"
},
"example": {
"type": "object",
"required": [
"schema_version",
"subject",
"answer",
"source",
"delivered_at"
],
"properties": {
"answer": {
"type": "object",
"required": [
"vin",
"check_digit",
"wmi",
"model_year"
],
"properties": {
"vin": {
"type": "string",
"pattern": "^[A-HJ-NPR-Z0-9]{17}$",
"description": "the 17-character vehicle identification number to decode, ISO 3779 alphabet with no I, O or Q"
},
"wmi": {
"type": "object",
"required": [
"key",
"key_length",
"manufacturer",
"make",
"vehicle_type",
"country"
],
"properties": {
"key": {
"type": "string",
"pattern": "^[A-HJ-NPR-Z0-9]{3}(?:[A-HJ-NPR-Z0-9]{3})?$"
},
"make": {
"type": "string",
"minLength": 1
},
"country": {
"type": "string",
"minLength": 1
},
"key_length": {
"enum": [
3,
6
],
"type": "integer"
},
"manufacturer": {
"type": "string",
"minLength": 1
},
"vehicle_type": {
"type": "string",
"minLength": 1
}
},
"additionalProperties": false
},
"model_year": {
"type": "object",
"required": [
"code",
"candidates",
"basis"
],
"properties": {
"code": {
"type": "string",
"maxLength": 1,
"minLength": 1
},
"basis": {
"enum": [
"position_7_disambiguated",
"gvwr_unevaluable",
"cycle_ambiguous",
"wmi_unknown_scope"
],
"type": "string"
},
"candidates": {
"type": "array",
"items": {
"type": "integer"
},
"maxItems": 2,
"minItems": 1
}
},
"additionalProperties": false
},
"check_digit": {
"type": "object",
"required": [
"position",
"carried",
"computed",
"valid"
],
"properties": {
"valid": {
"type": "boolean",
"const": true
},
"carried": {
"type": "string",
"maxLength": 1,
"minLength": 1
},
"computed": {
"type": "string",
"maxLength": 1,
"minLength": 1
},
"position": {
"type": "integer",
"const": 9
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"source": {
"type": "object",
"required": [
"name",
"vintage",
"snapshot_sha256",
"coverage"
],
"properties": {
"name": {
"type": "string",
"const": "NHTSA vPIC World Manufacturer Identifier register, lite 2026_08 publication"
},
"vintage": {
"type": "string",
"const": "2026_08"
},
"coverage": {
"type": "string",
"const": "Structural decode only, from a bundled snapshot of the NHTSA vPIC World Manufacturer Identifier table (10,659 WMI records, cut in ascending WMI key order from the 12,971 candidates in the lite 2026_08 publication; 2,312 further candidates were refused by the bundle sanitizer and counted) plus the closed-form rules of 49 CFR 565.15 (Subpart B) and 49 CFR 565.25 (Subpart C). Answers: the position-9 check digit verdict, the WMI's recorded manufacturer, make, vehicle type and registered country, and the position-10 model-year code as a candidate set from 49 CFR 565.15(d)(1) Table VII and 49 CFR 565.25(d)(1) Table XIII, narrowed to a single year only for passenger cars, the one class whose disambiguation rule does not depend on a gross vehicle weight rating this snapshot does not carry. The check digit refuses MOST transcription errors, not all: 49 CFR 565.15(c) Table III assigns several letters the same value, so substitutions and some transpositions within a value class are undetectable. Does NOT answer engine, body, series, trim, restraints, plant, weight class, or any per-manufacturer VIN pattern — those are not bundled. Does NOT assert that a vehicle exists, is registered, or is on the road. A VIN lawfully exempt from 49 CFR 565.15 under 49 CFR 565.2(a)(1) may be refused as malformed when it is not. Rows carrying characters this bundle cannot represent, and rows for which vPIC records no country at all, were refused and counted rather than repaired, which drops non-US manufacturers disproportionately, so both a refusal and an absent country skew non-US. A WMI the register maps to more than one make is refused rather than carried as a derived, comma-joined value, which is 511 of those refusals. Where one WMI carries more than one vehicle type — none in this vintage — the reported vehicle type is the first row in bundle order, a deterministic but arbitrary choice, and the model year stays a candidate set, never narrowed. These same facts are published free and unauthenticated by NHTSA and are fresher there; what this route sells is a digest-pinned, replayable, offline answer with a stated vintage and a stated coverage. A WMI missing here is missing from THIS snapshot only, never from the vPIC register; growing coverage is a bigger snapshot and a redeploy, never a live fetch."
},
"snapshot_sha256": {
"type": "string",
"const": "42e1abe3c24d2c60226922209cd79016e4a534deea5d4db8637ba22c4427891f"
}
},
"additionalProperties": false
},
"subject": {
"type": "object",
"required": [
"type",
"value"
],
"properties": {
"type": {
"type": "string",
"const": "vin"
},
"value": {
"type": "string",
"pattern": "^[A-HJ-NPR-Z0-9]{17}$",
"description": "the 17-character vehicle identification number to decode, ISO 3779 alphabet with no I, O or Q"
}
},
"additionalProperties": false
},
"delivered_at": {
"type": "string",
"minLength": 1
},
"schema_version": {
"type": "string",
"const": "vin-lookup.v1"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
}
},
"routeTemplate": "/v1/lookup/vin/:vin"
}
}Provenance
- Seen in the source catalog
- 2026-09-08 08:50Z
- Last indexed by Roundhouse
- 2026-09-24 14:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-10 21:15Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 400
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. 22 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 Alien Probe 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=Alien%20Probe' 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://lookups.alienprobe.ai/v1/lookup/vin/:vin, 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.