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.
Tools
tapsite_login
tapsite_login_manual
tapsite_login_check
tapsite_inspect
tapsite_screenshot
tapsite_interact
tapsite_scroll
tapsite_run_js
tapsite_close
tapsite_extract_table
tapsite_extract_links
tapsite_extract_colors
tapsite_extract_fonts
tapsite_extract_css_vars
tapsite_extract_spacing
tapsite_extract_images
tapsite_download_images
tapsite_extract_svgs
tapsite_extract_favicon
tapsite_extract_layout
tapsite_extract_components
tapsite_extract_breakpoints
tapsite_extract_metadata
tapsite_extract_content
tapsite_extract_forms
tapsite_extract_animations
tapsite_extract_a11y
tapsite_extract_darkmode
tapsite_extract_perf
tapsite_extract_shadows
tapsite_extract_icons
tapsite_extract_contrast
tapsite_capture_network
tapsite_extract_api_schema
tapsite_extract_stack
tapsite_crawl
tapsite_diff_pages
tapsite_export
tapsite_export_design_report
tapsite_teardown
tapsite_audit
tapsite_harvest
tapsite_designsystem
Server Config
{
"mcpServers": {
"tapsite": {
"command": "npx",
"args": [
"-y",
"tapsite"
]
}
}
}