byDexterDexterbeta
DashboardSearch
Explorer
ProtocolsChainsFacilitatorsServersResourcesTransactionsLifetime
Dexter Products
OpenDexterInstinct
Intelligence
WashCircleChannels
Skills
Browse SkillsBuild a Skill
StatusDocsAboutBlog
DexterDexter

The real-time explorer for the x402 paid web. 11 chains. Quality-scored APIs. Live settlement data.

Explore

  • Facilitators
  • Servers
  • Resources
  • Transactions

Developers

  • API Docs
  • GitHub
  • x402 SDK
  • OpenDexter
  • Status

Company

  • About
  • Blog
  • Terms of Service
  • Privacy Policy
  • Contact
© 2026 Dexter Labs CorporationPowered by the x402 protocol
DashboardSearch
Explorer
ProtocolsChainsFacilitatorsServersResourcesTransactionsLifetime
Dexter Products
OpenDexterInstinct
Intelligence
WashCircleChannels
Skills
Browse SkillsBuild a Skill
StatusDocsAboutBlog
Dashboard/Servers/402utils.com
SolanaBasePolygonArbitrumOptimismAvalancheBNBSKALEWorld ChainMonadRobinhood
SolanaBasePolygonArbitrumOptimismAvalancheBNBSKALEWorld ChainMonadRobinhood
402utils.com

402utils.com

32 resources1261ms p50

402utils.com

402utils.com is a general-purpose utility host targeting agents and developers who need lightweight, stateless data transformation without standing up their own conversion infrastructure. It covers four practical conversion tasks (JSON↔CSV, HTML→Markdown, datetime timezone shifting) plus one diagnostic tool for verifying x402 payment plumbing. It does not offer storage, retrieval, or computation beyond these conversions.

Capabilities

Tabular Data Conversion
Converts between JSON arrays of objects and CSV text in both directions, supporting delimiter options, nested-field flattening, header handling, and parse-error recovery.
convert-json-to-csvconvert-csv-to-json
Document Format Conversion
Transforms raw HTML documents or fragments into clean GitHub-Flavored Markdown, optionally extracting the main article content via Readability.
convert-html-to-markdown
Datetime Conversion
Converts a single datetime string between any two IANA time zones with correct DST handling and UTC offset resolution.
convert-timezone-datetime
Integration Testing
Echoes an arbitrary JSON payload back with a server timestamp, allowing agents to verify that x402 payment flow and HTTP plumbing are functioning correctly.
echo-request-payload

Workflows

CSV Round-Trip Validation
Use when an agent needs to verify that a CSV dataset survives a full parse-and-reserialize cycle without data loss or structural changes.
  1. 1
    convert-csv-to-jsonParse the original CSV into a structured JSON array of objects, capturing headers and any parse errors.
  2. 2
    convert-json-to-csvRe-serialize the JSON array back to CSV using the same delimiter, then compare output against the original to detect drift.
Web Content Ingestion Pipeline
Use when an agent needs to fetch HTML from an external source, convert it to Markdown for LLM consumption, and then store or transmit the result as structured tabular data.
  1. 1
    convert-html-to-markdownConvert the retrieved HTML document into clean Markdown, optionally isolating the main article body.
  2. 2
    convert-json-to-csvIf the downstream system requires tabular output, serialize extracted structured fields (e.g. title, excerpt, markdown body) as a CSV row.

Use this host in Claude

Copy the skill below, then add it on claude.ai under Skills → Create skill → Upload.

Machine-readable: skills.json · SKILL.md · manifest.json

Accolades

$0.00
across0settlements·$0.00avg
0buyers
0sellers
All-time context: $0.98 across 365 settlements

Resources (32)

All-time breakdown
ResourceCategoryQualityTierTxnsVolume
https://402utils.com/v1/email-check
——host level——
https://402utils.com/v1/routing-check
——host level——
https://402utils.com/v1/image-optimize
——host level——
402utils.com
CSV to JSON Converter
https://402utils.com/v1/csv-to-json
data
96
host level——
402utils.com
JSON to CSV Converter
https://402utils.com/v1/json-to-csv
tools
96
host level——
https://402utils.com/v1/fx-rates
——host level——
https://402utils.com/v1/link-check
——host level——
https://402utils.com/v1/html-tables
——host level——
https://402utils.com/v1/xml-to-json
——host level——
https://402utils.com/v1/yaml
——host level——
https://402utils.com/v1/domain-check
——host level——
https://402utils.com/v1/donate
——host level——
402utils.com
Meta Extract
https://402utils.com/v1/meta-extract
tools
93
host level——
402utils.com
Timezone Converter
https://402utils.com/v1/timezone-convert
tools
96
host level——
https://402utils.com/v1/x402-probe
——host level——
https://402utils.com/v1/card-check
——host level——
https://402utils.com/v1/dns-lookup
——host level——
https://402utils.com/v1/md-to-html
——host level——
https://402utils.com/v1/country-info
——host level——
https://402utils.com/v1/supplier-check
——host level——
402utils.com
HTML to Markdown Converter
https://402utils.com/v1/html-to-md
tools
96
host level——
https://402utils.com/v1/site-profile
——host level——
402utils.com
RSS to JSON
https://402utils.com/v1/rss-to-json
data
93
host level——
https://402utils.com/v1/batch
——host level——
https://402utils.com/v1/robots-check
——host level——
https://402utils.com/v1/cron-next
——host level——
402utils.com
IBAN Check
https://402utils.com/v1/iban-check
data
88
host level——
https://402utils.com/v1/ics
——host level——
https://402utils.com/v1/pdf-extract
——host level——
402utils.com
x402 Lint Checker
https://402utils.com/v1/x402-lint
tools
38
host level——
402utils.com
Echo Utility API
https://402utils.com/v1/echo
tools
97
host level——
https://402utils.com/v1/invoice-ready
——host level——

Own 402utils.com? List it with your agent

Paste the prompt below to your coding agent. It runs a real paid test on every route, fixes what scores low, and re-auditions until they pass — the gaps below are already filled in for you.

  • 23 of 32 routes have never been scored — the audition tests them for the first time.
  • 1 route is scoring below 50 — likely broken, mispriced, or returning the wrong shape.
  • 11 routes are flagged by the verifier as failing or inconclusive.
Paste this to your agent
Make my x402 API at https://402utils.com discoverable on x402gle. Read the instructions at https://x402gle.com/agent.md and follow them end to end. Install the OpenDexter CLI, then run `npx @dexterai/opendexter audition https://402utils.com --json`. Heads up: 23 routes have never been scored and 1 route is scoring below 50 — start there. Read the score and fixInstructions for every route, fix my OpenAPI and endpoints until each route passes, and re-audition until it does. A passing audition lists my API automatically.

New to this? How agent-first onboarding works.

Latest Settlements

Live feed
ForViaChainAmountBuyerTxTime