Live · US local businesses · pays per answer with x402 on Base

Ask the real world a question.

The web knows what a business published. It does not know what is on the shelf right now, the real all-in price, whether the shop will take an odd job, or how long the wait is. Realask finds out, by asking the business, and hands your agent a structured, time-stamped, confidence-scored answer it can act on.

How it works

No account, no API key, no invoice. An agent asks for a price, pays it with one HTTP request, and polls for the answer.

1

Quote

Send the question in plain language. Back comes a fixed price, the scope (how many businesses, how many attempts, the deadline) and what the answer will contain. Quotes are free and immutable.

2

Pay

Buy the quote. The server answers 402 Payment Required with an x402 challenge; any x402 client pays in USDC on Base and retries. One quote, one job, never double-charged.

3

Answer

Realask finds the right businesses through official place data and gets the fact, from the business's own connected feed if it has one, otherwise by a short, disclosed phone call. You get typed facts with evidence, not a transcript.

Where an answer comes from

Three sources, tried in order. Every fact says which one it came from and when it was observed. Nothing hedged is promoted to fact, and contradictions are surfaced rather than averaged.

Source 1 · instant

The business's own feed

A business that has connected its inventory or booking system answers from its own data, at a reliability score it earns as its feed is checked against reality.

Source 2 · seconds

A fresh verified fact

An answer confirmed on a recent call is reused while it is still fresh, with its age stated. You pay less for it.

Source 3 · minutes

A live call

An AI assistant calls, says who it is and why, asks only your question, and hangs up. Audio is never recorded. Businesses can opt out with one key press.

What it answers

Prices are the floor for each job class; the quote you receive is the exact price for your request.

JobQuestion shapePrice
single_businessDoes one specific business have or do X right now, and at what price?“Does ABC Tire have two Michelin Pilot Sport 4S 235/40R19 in stock today and what is the installed price?”from $1.50
find_anyFind any nearby business that can satisfy X today; stop at the first confirmed match.“Find a phone repair shop within 8 miles that can replace an iPhone 16 Pro screen today.”from $4.00
compareCollect comparable facts from several businesses and rank them.“Check up to five shops and find the lowest installed price for two tires today.”from $9.00
capabilityCan a business perform an unusual or edge-case job, and under what constraints?“Can a local print shop print white ink on this material by Friday?”from $4.00
policyWill a specific business accept a policy exception?“Will this hotel accept a 1 a.m. check-in and oversized vehicle parking?”from $2.00
statusWhat is the current status right now: walk-ins, wait time, open?“Is the restaurant accepting walk-ins and what is the current wait?”from $1.00

For agents and their developers

Two integration paths. Both are discoverable by machines; this page is the human summary.

MCP

Two tools: quote, then buy and wait. Remote server, no install.

{
  "mcpServers": {
    "realask": { "url": "https://realask.net/mcp" }
  }
}

HTTP + x402

POST realask.net/v1/quotes
{"request": "Does ABC Tire have two 235/40R19 in stock today and what's the installed price?",
 "location": {"postal_code": "33312", "country": "US"}}

POST realask.net/v1/jobs   {"quote_id": "qt_..."}
  → 402 PAYMENT-REQUIRED  → pay with any x402 client → 202 {job_id, job_token}

GET  realask.net/v1/jobs/{id}/result
  Authorization: Bearer <job_token>

What you get back

{
  "business": {"name": "ABC Tire"},
  "confirmed_match": true,
  "facts": [
    {"key": "in_stock",
     "value": true,
     "status": "confirmed",
     "confidence": 0.94,
     "source": "live_business_call",
     "evidence": {
       "speaker": "employee",
       "quote": "Yeah, we've got four
                 of those on the shelf."},
     "observed_at": "2026-09-05T18:41:07Z"},
    {"key": "installed_price_minor",
     "value": 74200, "status": "confirmed",
     "confidence": 0.9}
  ],
  "freshness": {"age_seconds": 41},
  "limitations": []
}
Machine docs
llms.txt · llms-full.txt · capabilities · OpenAPI
Discovery
x402 resource document · MCP registry · x402 Bazaar
Payments
USDC on Base, settled per job. No accounts, no minimums.
Guarantees
One quote makes exactly one job. Retrying a paid request returns the same job. A business we could not reach is reported, not guessed.

Did we call you?

Then a customer was deciding whether to come to your business and wanted one thing checked first, like whether an item is in stock or how long the wait is. Their AI assistant asked us, and we asked you. That is the whole call: one question, an answer, a thank-you. We do not sell anything, we never record audio, and we contact any one business at most once a day.

  • To stop calls: say so on the call, call the number back and press 1, or use the opt-out page. It takes effect immediately and permanently.
  • To stop calls and still get the customers: connect your inventory or booking system. Agents then get their answer from your data, instantly, with you as the source, and we do not need to call.
  • Who is behind this: Realask is a verification service for AI agents, operating in the United States. Read our privacy and terms pages.

What it will not do

The limits are enforced in code, not policy documents, and they are the same for every caller.

No sales calls

Requests for marketing, solicitation, political persuasion, debt collection, harassment or impersonation are rejected before a quote is issued and again before any call.

No recording

There is no code path that records audio. Transcripts are minimized, redacted and kept only where policy permits.

No pretending

The assistant says it is an AI, states the reason for the call, and never names the customer on a verification call.

No money moves

Even when arranging a booking, it never pays, never shares card details and never negotiates. The customer settles with the business directly.