ActableSite

by unitedideas

3.3k downloads
Not rated
GitHub Website

About

Audit public websites and AI crawler policies from any MCP client—remote, read-only, no auth.

Details

Author
unitedideas
Downloads
3,296
Categories
Developer Tools, Remote MCP

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ActableSite
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "actablesite": {
      "url": "https://actablesite.com/mcp"
    }
  }
}

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "actablesite": {
            "actablesite": {
                "url": "https://actablesite.com/mcp"
            }
        }
    }
}

McpServers

{
    "actablesite": {
        "url": "https://actablesite.com/mcp"
    }
}

ActableSite MCP

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.

Connect

Claude Code:

claude mcp add --transport http actablesite https://actablesite.com/mcp

For another MCP client, add a remote server named actablesite with:

- URL: https://actablesite.com/mcp
- Transport: Streamable HTTP
- Authentication: none

The server implements MCP protocol version 2025-06-18 and is published in the official registry as com.actablesite/readiness.

Safety contract

- Public HTTP and HTTPS websites only; private, local, loopback, and reserved network destinations are rejected.
- No browser control, file access, account access, write, or mutation tools.
- No authentication header or API key is requested.
- Tool calls are limited to 60 per caller per hour.
- Offer metadata requires explicit user confirmation before any separate checkout action.
- Results do not guarantee crawling, indexing, citation, ranking, recommendation, traffic, legal compliance, or revenue.

Verify the live server

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.

Repository scope

This repository contains the 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.

License

MIT

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.