Server data from the Official MCP Registry
Audit public websites and retrieve an explicit $19 repair-report offer.
Audit public websites and retrieve an explicit $19 repair-report offer.
Remote endpoints: streamable-http: https://actablesite.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-actablesite-readiness": {
"url": "https://actablesite.com/mcp"
}
}
}From the project's GitHub README.
A remote, read-only MCP server for auditing public website readiness and AI crawler policy.
It exposes three tools over Streamable HTTP:
audit_public_website checks public identity, offer evidence, action paths, discovery files, metadata, and structured data.check_ai_crawler_policy evaluates eight OpenAI, Anthropic, Perplexity, and Google crawler tokens.get_full_report_offer returns explicit metadata for an optional $19 one-time report. It cannot open checkout or purchase anything.Claude Code:
claude mcp add --transport http actablesite https://actablesite.com/mcp
For another MCP client, add a remote server named actablesite with:
https://actablesite.com/mcpFor clients that require a local stdio command, clone this repository and run the dependency-free bridge:
git clone https://github.com/unitedideas/actablesite-mcp.git
cd actablesite-mcp
npm run start:stdio
The bridge contains the visible MCP implementation source in src/stdio.mjs. It exposes the same three read-only tools and sends requests only to ActableSite's bounded public JSON APIs. It has no file, shell, browser, account, or write capability.
The server implements MCP protocol version 2025-06-18 and is published in the official registry as com.actablesite/readiness.
Directory scanners can read either machine-readable discovery surface:
/.well-known/mcp.json identifies the official registry name, repository, remote endpoint, transport, authentication mode, and tool names./.well-known/mcp/server-card.json provides static tool descriptions and JSON input schemas for scanners that cannot complete a live MCP handshake.Both files describe the same unauthenticated endpoint and three-tool inventory verified by this repository.
Node.js 20 or newer is required.
npm test
npm run verify:live
The verifier initializes the live server, checks its protocol and version, and confirms the exact read-only tool inventory. It does not call an audit tool or create a funnel event.
This repository contains a runnable stdio implementation, public registry manifest, connection contract, live verifier, and security policy for the hosted ActableSite MCP server. The production runtime is operated at https://actablesite.com/mcp.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.