numeral.openverbs.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://numeral.openverbs.com/v1/ordinal
|
0.002 | USDC |
https://numeral.openverbs.com/v1/radix
|
0.002 | USDC |
https://numeral.openverbs.com/v1/roman
|
0.002 | USDC |
https://numeral.openverbs.com/v1/words
|
0.002 | USDC |
0xb3f4de103f34b99f0da19b4f16d6b53a14c2194a · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
single_payer_observed
2/5
Payer identities observed; a single payer accounts for effectively all observed volume.
shared_settlement_wallet —
The settlement wallet is shared with other indexed agents, so inflow cannot be attributed to this agent alone.
daily_volume_aggregate, active_day_cadence, amount_regularity, spike_concentration, settlement_wallet_overlap, payer_uniqueness, payer_concentration, payer_recurrence, payer_payee_overlap.
Derived from agent_revenue_daily, agents.payment_wallet, agent_payment_transactions.
Measured 2026-09-08.
get_agent_full and
payment_intelligence skills
on REST, A2A and MCP. API docs →
| Agent card | https://numeral.openverbs.com |
| Provider | https://numeral.openverbs.com |
| Docs | https://numeral.openverbs.com |
Health · last 0 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/numeral.openverbs.com) [](https://agenstry.com/agents/numeral.openverbs.com) [](https://agenstry.com/agents/numeral.openverbs.com) [](https://agenstry.com/agents/numeral.openverbs.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "numeral-openverbs-com",
"name": "numeral.openverbs.com",
"description": "",
"domain": "numeral.openverbs.com",
"provider": "numeral.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://numeral.openverbs.com/v1/ordinal",
"description": "Format a non-negative integer as an ordinal \u2014 both the suffixed form (21st) and the ordinal words (twenty-first).",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "number",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Ordinal",
"tags": [
"ordinal number formatter",
"number to ordinal",
"add ordinal suffix",
"ordinal words",
"format 21st"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://numeral.openverbs.com/v1/radix",
"description": "Convert an integer between numeral bases 2\u201336 (binary, octal, hex, base36, \u2026). Arbitrary size via BigInt; digits are case-insensitive and a leading minus is allowed.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "fromBase",
"type": "number",
"description": "",
"example": 2,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "toBase",
"type": "number",
"description": "",
"example": 2,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "value",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Radix (base) conversion",
"tags": [
"base conversion",
"convert number base",
"binary to hex",
"decimal to base36",
"radix converter api"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://numeral.openverbs.com/v1/roman",
"description": "Convert between integers (1\u20133999) and Roman numerals in either direction \u2014 a digit string is encoded to Roman, a Roman numeral is decoded to an integer. Non-canonical numerals (IIII, IC) are rejected.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "value",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Roman numerals",
"tags": [
"roman numeral converter",
"convert roman numerals",
"roman to integer",
"integer to roman",
"validate roman numeral"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://numeral.openverbs.com/v1/words",
"description": "Spell an integer out in English words, e.g. 123 \u2192 \"one hundred twenty-three\". Negatives are prefixed with \"minus\".",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "number",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Number to words",
"tags": [
"number to words",
"spell out number",
"integer to english words",
"convert number to text",
"english number words"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.002",
"avgCostPerTransaction": "0.002",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"ordinal number formatter",
"number to ordinal",
"add ordinal suffix",
"ordinal words",
"format 21st",
"base conversion",
"convert number base",
"binary to hex",
"decimal to base36",
"radix converter api",
"roman numeral converter",
"convert roman numerals",
"roman to integer",
"integer to roman",
"validate roman numeral",
"number to words",
"spell out number",
"integer to english words",
"convert number to text",
"english number words"
],
"iconUrl": ""
}
}