Back to the catalog

Realask - verified answers from the physical world

Ask a US local business a current question by phone. Typed, timestamped answers for agents; x402.

Open source Repository Open in the app JSON README (API)

About

Ask a US local business a current question by phone. Typed, timestamped answers for agents; x402.

Details

Kind
MCP servers
Topic
Finance & crypto
Publisher
danelas
Origin
official
Category
ferramentas
Transport
http
Version
0.2.1
Last push
2026-09-08T04:52:55Z
Repository state
ativo
License
NOASSERTION
Added
2026-09-07 16:06:25
Updated
2026-09-08 05:04:05
Origin id
io.github.danelas/realask

README

# Realask MCP

**Ask a US local business a current question by phone and get a typed, timestamped,
confidence-scored answer back — not a transcript.**

Realask is a paid MCP server and HTTP API for AI agents. When a fact changes faster than
the web reflects it, or was never published at all — today's stock, a real all-in price,
same-day availability, an edge-case capability, a policy exception, the current wait — an
agent asks Realask, Realask calls the business, and the agent gets back structured facts
with evidence, a timestamp, a confidence score, and an honest list of what could not be
verified.

This repository is the public front door: the MCP manifest, connection details, and docs.
The service itself is hosted at **https://realask.net** and is closed-source.

- Website: https://realask.net
- Machine docs: https://realask.net/llms.txt · https://realask.net/v1/capabilities · https://realask.net/openapi.json
- Payment: https://realask.net/.well-known/x402
- MCP registry: `io.github.danelas/realask`

## Connect

Realask is a **remote** MCP server over streamable HTTP. Nothing to install.

```json
{
  "mcpServers": {
    "realask": {
      "type": "streamable-http",
      "url": "https://realask.net/mcp"
    }
  }
}
```

Quoting is free and unauthenticated. Buying a quote requires payment (see below), so the
purchase tool returns an x402 challenge to any agent that cannot pay for itself.

## Tools

| Tool | What it does |
|---|---|
| `quote_real_world_answer` | Free, immutable price quote for verifying a current fact about a US local business. |
| `quote_real_world_action` | Free price to *arrange* something — book, hold, request a quote, cancel. Requires explicit authorization, a customer name and callback number, and a price ceiling. |
| `purchase_quote` | The single purchase path for **either** kind of quote. Returns `job_id` + `job_token`. |
| `get_verification_status` | Job progress. Poll every 15–30s; live calls take minutes. |
| `get_verification_result` | The final answer: typed facts, evidence excerpts, timestamps, confidence, limitations. |

## Paying

Pricing is per job and quoted up front. Payment is [x402](https://x402.org) —
`exact` scheme, USDC on Base (`eip155:8453`) — so a wallet-enabled agent pays inline:

```
POST /v1/quotes   ->  free: price, scope, expiry
POST /v1/jobs     ->  402 with payment requirements  ->  sign  ->  202 { job_id, job_token }
GET  /v1/jobs/{id}/result
```

Cached, recently verified answers are offered at a lower price; `live_verified` forces a
fresh call. Full requirements: https://realask.net/.well-known/x402

## What it will not do

Realask arranges and reserves; it never buys and never bargains.

- Never negotiates, haggles, or asks for a discount
- Never pays, and never gives card or bank details — the customer pays the business directly
- Never agrees above the maximum price you set
- Never substitutes a different item, time, or business than the one you specified
- Shares only the customer name and callback number you supply, nothing else
- Commits to exactly one business per job, and can never commit twice

No mass calling, no marketing calls, no call recordings.

## For businesses

If we called you and you would rather we did not, press 1 during the call or use
https://realask.net/opt-out. Businesses can also connect a live data feed so agents are
answered from your own data, with you as the source, and we stop calling:
https://realask.net/merchants

Questions: hello@realask.net · https://realask.net/privacy · https://realask.net/terms

More