Tapsite
@gr1ff3n
3 months 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.
Overview
MCP Server ยท 52 Tools
tapsite
The MCP server for web intelligence extraction. Give your AI agent the ability to understand websites โ not just drive a browser.
52
Tools
9
Categories
4
Workflows
2
Export Formats
What makes tapsite different
Other browser MCPs
- Click buttons
- Fill forms
- Take screenshots
- Read raw HTML
tapsite
- Extract full design systems
- Audit WCAG accessibility
- Diff sites over time
- Detect tech stacks & APIs
- Export W3C design tokens
- Capture network traffic
Tool Categories
๐
Session
8 tools
๐
Content
5 tools
๐จ
Design Tokens
5 tools
๐ผ๏ธ
Visual Assets
4 tools
๐
Layout Intelligence
3 tools
๐
Network
3 tools
๐
Multi-page
2 tools
๐ก๏ธ
Auditing
16 tools
โก
Workflows
4 presets
One-call workflows
tapsite_teardown
Full competitive analysis โ every extractor in a single call
tapsite_audit
Pre-launch QA: accessibility, contrast, performance, SEO, dark mode
tapsite_harvest
Asset inventory: images, SVGs, fonts, forms, links
tapsite_designsystem
W3C design tokens JSON + CSS custom properties export
Get started in seconds
Add to your MCP config โ works with Claude, Cursor, Windsurf, and any MCP client.
<div class="tap-code-block">
<span class="tap-comment">// Add to your MCP config</span><br>
{<br>
<span class="tap-hl">"mcpServers"</span>: {<br>
<span class="tap-hl">"tapsite"</span>: {<br>
"command": "npx",<br>
"args": ["-y", "tapsite"]<br>
}<br>
}<br>
}
</div>
<!-- Security -->
<div class="tap-security" style="margin-top: 1.5rem;">
<div class="tap-security-icon">๐ก๏ธ</div>
<div class="tap-security-text">
<strong>Built with security in mind.</strong>
Prompt injection defense, HTTPS enforced, private IPs blocked, auth headers redacted, credential-free MFA login flow. Credentials never enter the chat.
</div>
</div>
Server Config
{
"mcpServers": {
"tapsite": {
"command": "npx",
"args": [
"-y",
"tapsite"
]
}
}
}