ProdPoke mascot

A QA tester inside your AI

Chat with ProdPoke from Claude, Cursor, or any MCP client. It launches real browsers, finds real bugs, and remembers what you talked about.

Zero install. One config. Just start talking.

How a session looks

One conversation. Multiple scans. Full context between messages.

You

Scan https://prodpoke.com and give me your first impressions

ProdPoke

The pitch lands immediately — "Paste a URL. A real browser tests your site." is strong and clear. But the stats look off: "0+ websites scanned" and "0+ pages explored" read as unfilled placeholders, which is a credibility killer. 3 network requests failed during load, and there are too many similar CTAs competing for attention. Strong concept, shaky execution.

You

What would you improve first if this was your product?

ProdPoke

The "0+ websites scanned" and "0+ pages explored" statistics. Those two zeros actively undermine trust at the exact moment a visitor is deciding whether to try the product. The "100+ bugs found" surviving alongside two zero-counters makes it look like a mistake rather than an early-stage product. Fix that inconsistency and the page immediately feels more credible.


What you can ask

Just talk naturally. ProdPoke figures out what to do.

Scan a website

Full QA scan — bugs, SEO, performance, accessibility, security headers.

> Scan https://mysite.com and tell me what's broken
Test a user flow

Describe what to do in plain English. A real browser executes it.

> Test the signup flow — fill the form and check the confirmation page
Investigate deeper

Follow up on findings. Ask why, ask for priorities, ask for fixes.

> Dig deeper into the accessibility issues you found
Compare and track

Compare against competitors. Track bugs across scans. Set preferences.

> Scan competitor.com and compare their SEO to ours

Setup in 60 seconds

1
Sign up
Create a free ProdPoke account at prodpoke.com
2
Create API key
Go to Settings → API Keys → Create new key
3
Paste config
Add the JSON block below to your MCP client config

Claude Desktop / Cursor / Claude Code

{
  "mcpServers": {
    "prodpoke": {
      "type": "streamable-http",
      "url": "https://prodpoke.com/v1/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Other clients (stdio bridge via mcp-remote)

{
  "mcpServers": {
    "prodpoke": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://prodpoke.com/v1/mcp",
        "--header",
        "Authorization: Bearer ${PRODPOKE_API_KEY}"
      ],
      "env": {
        "PRODPOKE_API_KEY": "pp_your_key_here"
      }
    }
  }
}

Get your API key: Settings → API Keys — create a key and paste it into the config above. The key is shown once, so copy it immediately.


How it works

Step 1
You talk to your AI

Ask anything — "scan mysite.com", "test the login flow", "what should I fix first?". Your AI calls ProdPoke automatically.

Step 2
ProdPoke launches a real browser

A headless Playwright browser navigates your site, clicks buttons, fills forms, and runs QA evaluation modules.

Step 3
Context builds over time

Each message in a session builds on the last. Follow up, go deeper, change focus — ProdPoke remembers everything.


Pricing

Every new account gets 500 free credits. A typical scan costs ~10 credits. Deeper workflows (experience testing, competitor comparison) cost 400-500.

Need more? Plans start at $15/month with 10,000 credits. Top-up packs available anytime.

Ready to talk to your QA tester?

Sign up, grab your API key, paste the config — you'll be chatting in under a minute.