Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

HubVibe Site Audits

io.github.its-fortunatefolly/hubvibe

Rule-based site audits: accessibility, SEO, security headers, performance. Metered per call.

Uptime
100.0%
3 direct probes · 30d
Response
673ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

audit_wcag

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…

audit_seo

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…

audit_security

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…

audit_performance

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…

audit_bundle

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…

web_fetch

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 …

web_extract

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…

chain_rpc

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…

market_data

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…

prediction_markets

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 …

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"
    }
  }
}