a month ago
MCP server for web intelligence extraction. 52 tools for design system analysis, accessibility auditing, performance profiling, tech stack detection, security scanning, and competitive teardowns — all returned as structured JSON your AI agent can reason about.
Works with Claude, Cursor, Windsurf, and any MCP-compatible agent. Login once to MFA-protected sites and extract forever — sessions persist across tool calls.
**Tool categories:**
- Design Tokens — colors, fonts, spacing, shadows, CSS variables, contrast
- Content Extraction — tables, links, metadata, forms, readable body text
- Visual Assets — images, SVGs, favicons
- Layout Intelligence — flex/grid layout tree, components, breakpoints
- Network Intelligence — API schema inference, tech stack detection, third-party script classification
- Advanced Intelligence — security headers/CSP, PWA analysis, Web Components, storage audit, AI/ML detection, Canvas/WebGL, i18n, GraphQL, WebAssembly
- Accessibility — WCAG contrast, ARIA audit
- Performance — Core Web Vitals, resource sizing
- Multi-page — site crawl, cross-site diff, temporal change tracking
- Workflows — full teardown, pre-launch audit, asset harvest, design system export
Credential safety built in — no auto-login, no credentials in chat. Manual login via headed browser, session persists via Playwright profile.
Server Config
{
"mcpServers": {
"tapsite": {
"command": "npx",
"args": [
"-y",
"tapsite"
]
}
}
}