Skip to main content
Glama
README.md
# SeeYou by Lorapok Labs

**iCanSeeYou** — see your site the way Googlebot and AI crawlers see it.

Agentic SEO specialist: remote MCP for every MCP-capable IDE, hosted API, dashboard, and Stripe billing.

| | |
|---|---|
| **Product** | SeeYou |
| **Studio** | Lorapok Labs |
| **Site** | https://seeyou.lorapok.tech |
| **MCP** | `https://seeyou.lorapok.tech/mcp` |
| **Tagline** | iCanSeeYou |

## What it does

1. Fetches raw HTML (crawler view) and optionally a rendered DOM (JS view)
2. Scores eligibility, on-page, schema, experience, trust/E-E-A-T, and AEO
3. Returns an ROI-ranked fix plan agents can apply in-repo

## Quick start (IDE)

Add to Cursor / Claude / VS Code / Windsurf MCP config:

```json
{
  "mcpServers": {
    "seeyou": {
      "url": "https://seeyou.lorapok.tech/mcp"
    }
  }
}
```

Then ask: *“Audit https://example.com with SeeYou and give me a fix plan.”*

## Monorepo

```
apps/web      Marketing + dashboard
apps/api     Cloudflare Worker (REST + MCP + Stripe webhooks)
packages/engine   Shared audit core
packages/mcp      MCP tool wrappers
packages/skill    Agent skill (SeeYou SEO Specialist)
docs/        BUSINESS, PRICING, ARCHITECTURE
configs/     IDE MCP snippets
```

## Local

```bash
npm install
npm run test
node scripts/audit-url.mjs https://maizied.lorapok.tech/
```

## License

MIT © Lorapok Labs