# AskClaude — Pay per question, no subscription

> Markdown mirror of DialtoneApp's public top-site detail page for `askclaude.shop`.

URL: https://dialtoneapp.com/top-sites/askclaude.shop/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/askclaude.shop

## Summary

- Domain: `askclaude.shop`
- Website: https://askclaude.shop
- Description: machine payable | x402 | score 39 | purchase payment challenge | control wallet required
- Label: machine_payable
- Payment surface: x402
- Purchase boundary: payment_challenge
- Control boundary: wallet_required
- Rank: 114

## robots

~~~text
# As a condition of accessing this website, you agree to abide by the following
# content signals:

# (a)  If a Content-Signal = yes, you may collect content for the corresponding
#      use.
# (b)  If a Content-Signal = no, you may not collect content for the
#      corresponding use.
# (c)  If the website operator does not include a Content-Signal for a
#      corresponding use, the website operator neither grants nor restricts
#      permission via Content-Signal with respect to the corresponding use.

# The content signals and their meanings are:

# search:   building a search index and providing search results (e.g., returning
#           hyperlinks and short excerpts from your website's contents). Search does not
#           include providing AI-generated search summaries.
# ai-input: inputting content into one or more AI models (e.g., retrieval
#           augmented generation, grounding, or other real-time taking of content for
#           generative AI search answers).
# ai-train: training or fine-tuning AI models.

# ANY RESTRICTIONS EXPRESSED VIA CONTENT SIGNALS ARE EXPRESS RESERVATIONS OF
# RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN UNION DIRECTIVE 2019/790 ON COPYRIGHT
# AND RELATED RIGHTS IN THE DIGITAL SINGLE MARKET.

# BEGIN Cloudflare Managed content

User-agent: *
Content-Signal: search=yes,ai-train=no
Allow: /

User-agent: Amazonbot
Disallow: /

User-agent: Applebot-Extended
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: CCBot
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: CloudflareBrowserRenderingCrawler
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: GPTBot
Disallow: /

User-agent: meta-externalagent
Disallow: /

# END Cloudflare Managed Content
~~~

## llms

~~~text
# AskClaude — Pay-per-question AI via x402

> AskClaude lets AI agents and humans query Claude (Opus, Sonnet, Haiku) with USDC micropayments on Base. No API keys, no accounts — just HTTP + x402.

## Base URL
https://askclaude.shop

## Payment Protocol
x402 (USDC on Base, EIP-155:8453)

## Endpoints

### Ask (general questions)
- POST /ask/haiku — $0.01 — Fast responses (Claude Haiku 4.5)
- POST /ask/sonnet — $0.03 — Smart responses (Claude Sonnet 4.6)
- POST /ask/opus — $0.10 — Advanced responses (Claude Opus 4.6)

### Ask (streaming)
- POST /ask/haiku/stream — $0.01 — Streaming fast responses
- POST /ask/sonnet/stream — $0.03 — Streaming smart responses
- POST /ask/opus/stream — $0.10 — Streaming advanced responses

### Tools
- POST /tools/summarize — $0.02 — Summarize any text
- POST /tools/json-extract — $0.02 — Extract structured JSON from text
- POST /tools/code-review — $0.05 — Review code for bugs and improvements
- POST /tools/translate — $0.02 — Translate text to any language
- POST /tools/sentiment — $0.01 — Analyze text sentiment
- POST /tools/crypto-analysis — $0.03 — Crypto market analysis with live data

## Request Format
All endpoints accept JSON body: { "query": "your question here" }
Tools accept: { "text": "...", "language": "..." } (varies by tool)

## Discovery
- GET /.well-known/x402 — Payment protocol discovery
- GET /api — Full API documentation

## Integration
- NPM: askclaude-mcp (MCP server for AI agents)
- GitHub: pvega23/askclaude-mcp
~~~

## llms-full

Not found.