{
  "markdown": "# Realask MCP\n\n**Ask a US local business a current question by phone and get a typed, timestamped,\nconfidence-scored answer back — not a transcript.**\n\nRealask is a paid MCP server and HTTP API for AI agents. When a fact changes faster than\nthe web reflects it, or was never published at all — today's stock, a real all-in price,\nsame-day availability, an edge-case capability, a policy exception, the current wait — an\nagent asks Realask, Realask calls the business, and the agent gets back structured facts\nwith evidence, a timestamp, a confidence score, and an honest list of what could not be\nverified.\n\nThis repository is the public front door: the MCP manifest, connection details, and docs.\nThe service itself is hosted at **https://realask.net** and is closed-source.\n\n- Website: https://realask.net\n- Machine docs: https://realask.net/llms.txt · https://realask.net/v1/capabilities · https://realask.net/openapi.json\n- Payment: https://realask.net/.well-known/x402\n- MCP registry: `io.github.danelas/realask`\n\n## Connect\n\nRealask is a **remote** MCP server over streamable HTTP. Nothing to install.\n\n```json\n{\n  \"mcpServers\": {\n    \"realask\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://realask.net/mcp\"\n    }\n  }\n}\n```\n\nQuoting is free and unauthenticated. Buying a quote requires payment (see below), so the\npurchase tool returns an x402 challenge to any agent that cannot pay for itself.\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `quote_real_world_answer` | Free, immutable price quote for verifying a current fact about a US local business. |\n| `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. |\n| `purchase_quote` | The single purchase path for **either** kind of quote. Returns `job_id` + `job_token`. |\n| `get_verification_status` | Job progress. Poll every 15–30s; live calls take minutes. |\n| `get_verification_result` | The final answer: typed facts, evidence excerpts, timestamps, confidence, limitations. |\n\n## Paying\n\nPricing is per job and quoted up front. Payment is [x402](https://x402.org) —\n`exact` scheme, USDC on Base (`eip155:8453`) — so a wallet-enabled agent pays inline:\n\n```\nPOST /v1/quotes   ->  free: price, scope, expiry\nPOST /v1/jobs     ->  402 with payment requirements  ->  sign  ->  202 { job_id, job_token }\nGET  /v1/jobs/{id}/result\n```\n\nCached, recently verified answers are offered at a lower price; `live_verified` forces a\nfresh call. Full requirements: https://realask.net/.well-known/x402\n\n## What it will not do\n\nRealask arranges and reserves; it never buys and never bargains.\n\n- Never negotiates, haggles, or asks for a discount\n- Never pays, and never gives card or bank details — the customer pays the business directly\n- Never agrees above the maximum price you set\n- Never substitutes a different item, time, or business than the one you specified\n- Shares only the customer name and callback number you supply, nothing else\n- Commits to exactly one business per job, and can never commit twice\n\nNo mass calling, no marketing calls, no call recordings.\n\n## For businesses\n\nIf we called you and you would rather we did not, press 1 during the call or use\nhttps://realask.net/opt-out. Businesses can also connect a live data feed so agents are\nanswered from your own data, with you as the source, and we stop calling:\nhttps://realask.net/merchants\n\nQuestions: hello@realask.net · https://realask.net/privacy · https://realask.net/terms\n",
  "bytes": 3552,
  "sha": "d51bc37386de9948d8ef4226132cf3f0a0de8723463d0e753879095febff7c96",
  "repo_slug": "danelas/realask-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_danelas_realask_14d10fb2/readme"
}