treg.to / Catalog / Olostep
7 tools · from $0.002/call · $0.000 markup · 2 calls measured

Olostep: 7 tools from $0.002/call

Scrape pages, search the web, answer questions, map sites and run bounded crawls. 7 tools for your agent through one treg.to key, priced at the provider's own rate from $0.002/call, with no Olostep signup.
$1.00 of free credit once per new verified account · no card · platform tools need no provider signup
7 of 7 tools on this page are live-verified against the provider.
works in
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
What your agent can now do

Olostep, one prompt away

AGENT
ChatGPTClaudeClaude CodeCodexCursorGrokGemini CLI
extract clean content from web pages
search the open web by meaning or keyword
get a cited answer to a question from the web
treg
$ treg call olostep.web.crawl
✓ 200 · $0.002-$0.2/success
$ treg call olostep.web.scrape
✓ 200 · $0.002/call
$ treg call olostep.web.search
✓ 200 · $0.01/call
$ _
OlostepNO SIGNUP
Scrape pages, search the web, answer questions, map sites and run bounded crawls.
⚒ 7 TOOLS · metered per call

SEO · https://api.olostep.com

Set up

Set up Olostep in Claude Code, Codex or any agent

1Give this to your agent
in your agent's chat
set up treg — https://treg.to/llms.txt
2Or add the MCP server yourself
claude code
claude mcp add --transport http treg https://treg.to/mcp

ChatGPT

Settings → Connectors → add https://treg.to/mcp as a custom connector.

Grok bot

Add https://treg.to/mcp as a remote MCP connector in its tool settings.

Claude Desktop

Settings → Connectors → Add custom connector → https://treg.to/mcp.

Cursor, Codex, any MCP client

Point it at https://treg.to/mcp (HTTP transport).

CLI

curl -fsSL https://treg.to/install.sh | sh

Plain HTTP

LangChain, CrewAI or any code: /call/<tool-id> with a Bearer token. No SDK.

Try it

What's the best way to ask?

the prompt
Using treg, extract clean content from web pages. Show me the price first.

Run one directly

a live-verified call
treg call olostep.web.crawl --method POST --data '{"start_url":"https://example.com","max_pages":1,"max_depth":0,"follow_robots_txt":true}'
Why treg.to

Why call Olostep through treg.to

No Olostep signup

Eligible tools run on treg.to's key, metered per call from a prepaid balance.

Price before the call

The provider's own rate, $0.000 markup. How billing works.

No subscription, no seats

Platform calls are charged per call. $1.00 free per new team, no card to start.

Your own Olostep key is free

Register it and those calls are never metered. Your key always wins.

Switch by changing a word

Another provider is a different word in the prompt, not a new integration.

One key, the whole catalog

The same token calls AnyAPI, Exa, Keenable and 3,240 other tools.

The shelf

All 7 Olostep tools

Open web & SEO data · 7 tools
  • Answer a question with live web research · Platform + BYOK · live-verified · $0.04/call
    Research a task on the live web and return a structured answer with sources. olostep.web.answer
    Answers cost twenty credits per request. The response does not report a charge field; a live request reduced the account balance by exactly twenty credits, and no evidence says rejected requests are free, so the fixed documented price is the settlement amount.
  • Crawl a website · Platform + BYOK · live-verified · $0.002-$0.2/success
    Start a bounded asynchronous website crawl and pay only for completed pages. olostep.web.crawl
    Crawl costs one credit per completed page. treg reserves max_pages, then the terminal status response's credits_consumed settles the exact charge and releases the rest. A live one-page crawl completed with pages_count: 1 and credits_consumed: 1; the account's actual purchase cost is $0.002 per credit.
  • Retrieve website crawl pages · Platform + BYOK · helper · live-verified · free
    List an owned crawl's pages, optionally including Markdown or HTML content. olostep.web.crawl.results
    Reading pages from an existing crawl consumes no Olostep credits.
  • Check a website crawl · Platform + BYOK · helper · live-verified · free
    Read an owned crawl's progress, completed-page count and terminal credit usage. olostep.web.crawl.status
    Polling an existing crawl consumes no Olostep credits.
  • Find relevant URLs on a website · Platform + BYOK · live-verified · $0.002/call
    Map a site and return at most 1,000 URLs ranked for a search query. olostep.web.map.search
    A map request costs one credit through 1,000 returned URLs. This row requires a relevance query and top_n <= 1,000; a live one-URL map reduced the account balance by one credit even though the immediate response's credits_consumed and cost_usd fields were null, and no evidence says rejected requests are free.
  • Scrape a web page · Platform + BYOK · live-verified · $0.002/call
    Fetch one page as clean Markdown, HTML, text or a hosted screenshot. olostep.web.scrape
    A standard scrape costs one credit per request. A live cached-eligible scrape returned credits_consumed: 1 and reduced the account balance by one credit; no evidence says rejected requests are free. BYOK calls remain unmetered by treg.
  • Search the open web · Platform + BYOK · live-verified · $0.01/call
    Search the web with a natural-language query and domain filters. olostep.web.search
    Base Search costs five credits per request. A live fast-mode, three-result request reported credits_consumed: 5; no evidence says rejected requests are free. Search page-scraping add-ons are not accepted by this catalog tool.

Reliability badges come from live traffic through treg.to. Live-verified means a successful provider check; it does not verify every request variant.

Related

Same jobs, other providers

These providers answer some of the same capabilities as Olostep. The platform pages show them on one row with rate and coverage; choosing is yours, treg.to does not route between providers automatically.

also on the catalog
AnyAPIExaKeenableLimaDataTavilyTinyFish
Questions

Before you start

Do I need a Olostep account?

No. Eligible tools run on treg.to's key and the call is metered from your team's prepaid balance, priced up front. If your team registers its own Olostep key, that key always wins and those calls are never metered.

What does a call cost?

Each tool on this page shows its rate; the cheapest is $0.002/call. The rate is the provider's own and treg.to adds no markup; it is billed per call from a prepaid balance. It is not Olostep's subscription pricing, which is on their own site. New teams start with $1.00 of free credit.

How do I add Olostep to Claude Code?

Run: claude mcp add --transport http treg https://treg.to/mcp. One MCP server carries Olostep and the rest of the catalog.

Which frameworks does it work with?

Anything that speaks MCP (Claude Code, Claude Desktop, ChatGPT, Codex, Cursor, Grok) and anything that can make an HTTP request (LangChain, CrewAI, LlamaIndex, plain code).

Is this the official Olostep MCP server?

No. treg.to serves Olostep's real API through its own metered proxy: the request is the provider's own, the credential is injected server-side, and the answer is relayed verbatim. The official Olostep channels are linked above.