Realask MCP

MCP serverAI & models

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the quote real world answer tool from Realask MCP

From the project's README

As published by danelas/realask-mcp in README.md.

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.

Connect

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

{
  "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

ToolWhat it does
quote_real_world_answerFree, immutable price quote for verifying a current fact about a US local business.
quote_real_world_actionFree price to arrange something — book, hold, request a quote, cancel. Requires explicit authorization, a customer name and callback number, and a price ceiling.
purchase_quoteThe single purchase path for either kind of quote. Returns job_id + job_token.
get_verification_statusJob progress. Poll every 15–30s; live calls take minutes.
get_verification_resultThe final answer: typed facts, evidence excerpts, timestamps, confidence, limitations.

Paying

Pricing is per job and quoted up front. Payment is x402exact 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

Tools it offers (5)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • quote_real_world_answer
  • quote_real_world_action
  • purchase_quote
  • get_verification_status
  • get_verification_result

Signals

Last commit
Sep 2026
Advanced
Delivery
realask MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-danelas-realask
Source
github.com/danelas/realask-mcp
Hosted endpoint
https://realask.net/mcp