Kanto Labs

Kanto Labs

Small, reliable tools for web data, documents and AI pipelines.

Detect a website's tech stack, turn PDFs into Markdown, audit SEO, read text from scans, look up domains. Each tool does one job, runs on the Apify platform, and charges only for results it actually delivers.

How a Kanto Labs tool bills Four inputs go into a tool. Three come out as result rows charged a fraction of a cent each. One unreachable input comes out as an error row that costs nothing. INPUT shopify.com report.pdf receipt.jpg down.example RESULT {8 techs}$.003 {15 pages}$.004 {12 lines}$.003 {error}$0 RUN TOTAL $0.010 FAILED INPUTS free

How you pay

Pay per result. Failures are free.

Every tool uses Apify's pay-per-event billing: you are charged a fixed, published price for each result it delivers, and nothing for inputs it could not process.

A price per resultPer website, per document, per page, per frame. Fractions of a cent, published on each tool's page. No subscription, no seats.
Failures cost $0Unreachable sites, broken downloads and unreadable files come back as rows with an error message, so you can see what happened, and they are not charged.
You set the ceilingSet a maximum cost per run and the tool stops cleanly when it is reached. A long list can never cost more than you decided.
Price per result for each tool
ToolPriceCharged per
Tech Stack Detector$0.003website analyzed
Document to Markdown$0.004document converted
Website SEO Audit$0.004page audited
Image to Text OCR$0.003image or PDF page read
Domain Lookup$0.003domain analyzed
Video Frame Extractor soon$0.002frame extracted
Bulk Image Downloader soon$0.002image saved

Use from AI assistants (MCP)

Ask your assistant. It calls the tool.

The Kanto Labs MCP server plugs every tool into Claude, Cursor, VS Code Copilot, Windsurf and any other MCP client. Ask “What is stripe.com built with?” or “Convert this PDF to Markdown and summarize section 3” and the assistant runs the right tool on your own Apify account.

  • Every call has a spending cap (default $1.00), so an assistant cannot run up a bill by accident
  • Each result states what the call cost
  • Runs on your machine and talks only to the Apify API
Claude Code
claude mcp add kanto-labs -e APIFY_TOKEN=apify_api_your_token_here -- npx -y kanto-labs-mcp
claude_desktop_config.json
{
  "mcpServers": {
    "kanto-labs": {
      "command": "npx",
      "args": ["-y", "kanto-labs-mcp"],
      "env": { "APIFY_TOKEN": "apify_api_your_token_here" }
    }
  }
}

Services

Need something built?

Custom automation from $120 and small-business websites from $149, fixed price.

Blog

Tutorials

Practical write-ups on web data, documents and LLM pipelines. Latest: How to convert PDF to Markdown for LLMs in Python.