Sekreto API — operational  ·  no account required to start  ·  500 calls free

Browser automation
without fingerprints.

Search. Extract. Interact. A hardened Firefox with synthesized fingerprints, sticky exit IPs and CAPTCHA solving — driven over MCP by your agents. No accounts. No logs. Pay per call.

mcp — sekretoconnected
> browser_navigate "https://www.whatismybrowser.com"
→ navigated. fingerprint: Firefox/152 · Windows 10 · WebGL AMD
> search "best anti-detect browser 2026"
10 results in 0.9s
> solve_captcha
solved (interstitial, 1.2s)
> extract "https://example.com"
→ 1.2 KB markdown
✗ 0 billed failures. €0.01 per successful call. >

Search. Extract. Interact.

Three verbs, twenty-two MCP tools, one strict HTTP transport. Your agent finds the page, reads it clean, and acts like a human — none of the tracking that usually comes with it.

01 — SearchFind where to go. Web search through the hardened session — results returned to your agent, no fingerprint or IP of yours involved.
02 — ExtractRead any page. Clean markdown from bot-blocked sites where curl and your agent's own fetch die. One call, immediate value.
03 — InteractAct like a human. Navigate, click, type, submit, solve CAPTCHAs, persist sessions — the full browser loop under your agent's control.
Anti-detect engineCamoufox (hardened Firefox) with per-session synthesized GPU, font and WebGL fingerprints, and sticky exit IPs per tenant.
22 MCP toolsnavigate · snapshot · click · type · evaluate · extract · search · screenshot · cookies · script · instances · …
CAPTCHA includedAutomatic challenge and interstitial solving on navigate and extract. No third-party solver to wire up.
Session persistenceExport and import cookies to resume authenticated sessions across runs — log in once, reuse forever.

One price. No plans.

€0.01 / call

Every new account starts with 500 calls free — 1 concurrent session, 20 req/min. Top up when you need more: €5 buys 500 calls, €10 buys 1,000, €20 buys 2,000 — with 5 concurrent sessions and 60 req/min. Calls never expire. Failed calls (4xx/5xx) are never billed. No subscription, no metered surprises.

Create free account

Connect

Point any MCP client at the gateway. MCP-over-HTTP here is strict — these three things trip people up:

url:   https://sekreto-gw.fly.dev/mcp
auth:  Bearer <your api key>

# every JSON-RPC request must carry:
Accept: application/json, text/event-stream
Mcp-Method: tools/call        # the RPC method
Mcp-Name: browser_navigate   # tools/call only: the tool name
# and params._meta must include:
"io.modelcontextprotocol/protocolVersion": "2026-07-28"
"io.modelcontextprotocol/clientCapabilities": {}

Full tool reference: tools/list via MCP. Balance and usage: GET /usage with your key. Exhaustion returns 429 — top up to continue.