Your AI agent can run SKUASCOUT
Skua is the assistant built into SKUASCOUT. Ask it in plain language to scan niches, run analyses, or read your reports, and it does the work on your account. Have your own AI agent? Bring it: same tools, your identity, your credits.
What delegation looks like
- YouScan for pet niches under 500 reviews.
- SkuaScan started, it takes a few minutes. I will report back.
- SkuaDone: 214 candidates, 3 look worth a viability run. Start the first?
Two ways in
Use ours, or bring yours
Ask Skua in the app
Built in, no setup. Tell it what you want in plain language: check the balance, start a scan, summarize a deep dive. It confirms with you before it spends and reports every step it takes.
- One click, on every paid plan
- Confirms before spending credits
- Reports what it did, every step visible
Bring your own agent
MCP is the open standard that lets AI agents call tools. SKUASCOUT ships a remote MCP server, so Claude Code, Cursor, or any MCP-capable agent can work your account the way you would.
- Personal access keys, shown once, revocable anytime
- Read-only keys for agents that should never spend
- Same tools, your identity, your credits
Built with guardrails
Delegation without the anxiety
Charge before run, refund on failure
Every action is paid up front from your balance and refunded if it fails or gets canceled. An agent can never spend past what you hold.
One heavy job at a time
Agents share the same job slot as the app. No parallel fan-out burning credits while you sleep.
Keys you control
Scoped, hashed at rest, shown once. Read-only keys cannot spend a single credit. Revoking a key cuts its agent off immediately.
Everything on the record
Every tool call lands in your account's audit trail: which tool, which key, what outcome. Rate limits apply per key and per account.
Billing stays human
No agent can upgrade your plan, buy credits, or touch payment settings. Money decisions remain yours, in the app.
For developers: connect your own agent
The endpoint, access keys, and the full tool surface.
For developers: connect your own agent
The endpoint, access keys, and the full tool surface.
The tool surface
What your agent can do
A small, curated set of tools, not a raw API dump. Reads are free. Actions cost exactly what they cost in the app, charged before the run and refunded if it fails or you cancel.
Read. Free
list_searchesYour recent scans, newest firstlist_nichesFilter by keyword or analyzed only, with real totalsget_nicheOne niche with its stage statuses and metricsget_reportMarket viability, profitability, or deep diveget_job_statusWhat is running on the account right nowget_credits_balanceBalance, plan, and the full price list
Run. Costs credits
start_niche_scanFinds candidate niches from your criteriarun_viabilityScores a niche's page-1 market against your thresholdsrun_profitabilityBuilds a full Amazon P&L, with or without supplier sourcingrun_deep_diveTears down the competitor listings you picklookup_hs_codeFinds the tariff code and duty rate; free for a direct code lookupcancel_active_jobStops the running job and refunds it
Setup
Connected in three steps
Have a paid plan
Agent access is included on Platinum, Diamond, and Scale. No add-on, no separate tier.
Create a key
In the app: Settings, then Agent Access. Name the key, pick read-and-run or read-only, copy it once. You can hold up to five and revoke any of them instantly.
Point your client at the endpoint
For Claude Code it is one command. Any other MCP client needs just the endpoint and your key as a bearer token.
Endpoint
https://veezicmwktpomerosiif.supabase.co/functions/v1/mcp
Claude Code
claude mcp add --transport http skuascout \ https://veezicmwktpomerosiif.supabase.co/functions/v1/mcp \ --header "Authorization: Bearer YOUR_KEY"
Cursor and other MCP clients: same endpoint, header Authorization: Bearer YOUR_KEY.
Questions
The short answers
Does agent access cost extra?
No. It is included on every paid plan. Actions cost the same credits as running them yourself, and each message to Skua costs a credit.
Which clients work today?
Claude Code, Cursor, and any MCP client that can send a bearer token over HTTP. Browser-based connectors such as claude.ai on the web are on the roadmap.
How do long analyses work?
Scans and analyses run in the background. Your agent starts one, gets a job id, and polls status until it finishes, the same lifecycle the app uses.
Can a key see anything beyond my account?
No. A key carries exactly your identity and your permissions. Ownership is enforced on every read and every action, server-side.
Give your agent a research platform
Start free, look around, and when you are ready to put an agent to work, any paid plan unlocks the full surface.