www.pontor.io
Find local service vendors for a business need. Given a service, location, and optional business context, return a ranked shortlist of relevant providers with public contact, website, address, service-area, rating, and review data. Suitable for facilities and operational services including commercial cleaning, HVAC, plumbing, electrical, security, landscaping, pest control, waste removal, and maintenance. Research only: this endpoint does not contact vendors, request quotes, or negotiate.
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 0x451E…9af0c. The signed payment is good for 5 minutes.
- Paid to
- 0x451E…9af0c
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x451E7ED883F5da640Be12B595021428aAD79af0c",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"max_results": 5,
"buyer_context": "dental clinic",
"service_query": "commercial cleaning",
"location_query": "Dallas, TX"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"cached": false,
"service": {
"slug": "commercial-cleaning",
"query": "commercial cleaning"
},
"vendors": [
{
"name": "Example Commercial Cleaning",
"rank": 1,
"email": "hello@example-cleaning.com",
"phone": "+1-214-555-0100",
"rating": 4.7,
"address": "123 Main Street, Dallas, TX 75201",
"website": "https://example-cleaning.com",
"latitude": 32.7767,
"longitude": -96.797,
"categories": [
"commercial cleaning"
],
"contact_url": "https://example-cleaning.com/contact",
"review_count": 83,
"service_area": "Dallas-Fort Worth",
"source_count": 2
}
],
"location": {
"slug": "dallas-tx",
"query": "Dallas, TX"
},
"request_id": "4b3e6f93-37d4-4cdd-a4b5-b220e3386630",
"result_set_id": "e2f3b097-9409-4f04-a8d4-4e74f5ef7d41",
"provider_status": {
"cached": false,
"failed": [],
"enabled": [
"brave",
"brave_web"
],
"successful": [
"brave",
"brave_web"
]
}
}
}
},
"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": [
"service_query",
"location_query"
],
"properties": {
"max_results": {
"type": "integer",
"maximum": 20,
"minimum": 1,
"description": "Maximum number of ranked vendors to return."
},
"buyer_context": {
"type": "string",
"maxLength": 160,
"minLength": 1,
"description": "Business or facility context that improves relevance. Examples: dental clinic, restaurant, retail store, office, or property manager."
},
"service_query": {
"type": "string",
"maxLength": 120,
"minLength": 1,
"description": "Local operational service to source. Examples: commercial cleaning, HVAC maintenance, security, waste removal, landscaping, pest control, plumbing, electrical, and facilities maintenance. One service need per request."
},
"location_query": {
"type": "string",
"maxLength": 160,
"minLength": 1,
"description": "City, region, or address where the vendor must provide service."
},
"location_latitude": {
"type": "number",
"description": "Latitude for the requested service location when the agent has reliable coordinates. Expected range: -90 to 90."
},
"location_longitude": {
"type": "number",
"description": "Longitude for the requested service location when the agent has reliable coordinates. Expected range: -180 to 180."
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"request_id",
"result_set_id",
"cached",
"service",
"location",
"vendors",
"provider_status"
],
"properties": {
"cached": {
"type": "boolean",
"description": "Whether Pontor reused a current cached search result."
},
"service": {
"type": "object",
"required": [
"query",
"slug"
],
"properties": {
"slug": {
"type": "string"
},
"query": {
"type": "string"
}
},
"description": "Normalized service query and slug."
},
"vendors": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"rank"
],
"properties": {
"name": {
"type": "string",
"description": "Vendor name."
},
"rank": {
"type": "integer",
"description": "One-based rank in this response."
},
"email": {
"type": [
"string",
"null"
]
},
"phone": {
"type": [
"string",
"null"
]
},
"rating": {
"type": [
"number",
"null"
]
},
"address": {
"type": [
"string",
"null"
]
},
"website": {
"type": [
"string",
"null"
]
},
"latitude": {
"type": [
"number",
"null"
]
},
"longitude": {
"type": [
"number",
"null"
]
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
},
"contact_url": {
"type": [
"string",
"null"
]
},
"review_count": {
"type": [
"integer",
"null"
]
},
"service_area": {
"type": [
"string",
"null"
]
},
"source_count": {
"type": "integer"
}
}
},
"description": "Ranked vendor shortlist. May be empty when no relevant vendors are found."
},
"location": {
"type": "object",
"required": [
"query",
"slug"
],
"properties": {
"slug": {
"type": "string"
},
"query": {
"type": "string"
}
},
"description": "Normalized location query and slug."
},
"request_id": {
"type": "string",
"description": "UUID identifying this paid search request."
},
"result_set_id": {
"type": [
"string",
"null"
],
"description": "UUID identifying the returned vendor-result set. Null when result persistence failed."
},
"provider_status": {
"type": "object",
"required": [
"enabled",
"successful",
"failed",
"cached"
],
"properties": {
"cached": {
"type": "boolean"
},
"failed": {
"type": "array",
"items": {
"type": "string"
}
},
"enabled": {
"type": "array",
"items": {
"type": "string"
}
},
"successful": {
"type": "array",
"items": {
"type": "string"
}
}
},
"description": "Search-provider execution summary."
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-06-22 21:38Z
- Last indexed by Roundhouse
- 2026-07-22 13:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-10 21:45Z
- x402 version
- 2
- Max timeout
- 300s
- 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
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service www.pontor.io 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=www.pontor.io' 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://www.pontor.io/api/x402/vendor-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.