HubVibe Site Audits
io.github.its-fortunatefolly/hubvibeRule-based site audits: accessibility, SEO, security headers, performance. Metered per call.
Tools · 10
Website accessibility audit (a11y, WCAG compliance check): WCAG 2.1 level A and AA conformance of any live URL or raw HTML, tested with axe-core in a real headless browser. Returns every violation wit…
SEO audit of a web page (on-page SEO check) for any live URL or raw HTML: title tag, meta description, H1 heading structure, canonical link, OpenGraph and social tags, JSON-LD structured data, html la…
Security headers check for a website: audits HTTPS, HSTS, Content- Security-Policy (CSP), X-Content-Type-Options, X-Frame-Options / clickjacking protection, Referrer-Policy and CORS from the real HTTP…
Page speed and page weight audit of a web page from one real browser load: total bytes transferred, HTTP request count and DOM node count, measured rather than estimated, with findings when the page i…
Full website audit in one call: accessibility (WCAG 2.1 A/AA via axe-core), on-page SEO, HTTP security headers and page speed / page weight, from a single browser load of one URL. Cheaper than four se…
Fetch one public URL from this node and return the response: status, headers, content type, and up to 500 KB of body text for textual content. Redirects are followed with every hop re-checked against …
Fetch one public HTML page and return its readable content as structured data: title, meta description, language, canonical URL, plain text with scripts and styles stripped, word count and outbound li…
Read-only JSON-RPC against Base mainnet with upstream failover: balances, blocks, transactions, receipts, logs, eth_call and gas queries. The method allowlist is in the input schema; transaction broad…
Current market data from Coinbase's public data APIs: spot price for any listed pair, full exchange-rate table for one asset, or the exchange ticker (price, bid, ask, 24h volume). Live quotes, not adv…
Live prediction-market data from Polymarket's public Gamma API: top markets by volume, one market by slug with outcome prices, or top events. Read-only market intelligence; this node places no orders …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hubvibe_site_audits": {
"url": "https://hubvibe-io.com/mcp",
"transport": "streamable-http"
}
}
}