← agentfriendlyrank.com

INDIVIDUAL MCP TOOL

get_scan_status

Status of a scan by id (from the /scan/{id} URL a human receives after submitting the scan form).

agentfriendlyrank.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://agentfriendlyrank.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_scan_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

agentfriendlyrank.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentfriendlyrank]
url = "https://agentfriendlyrank.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentfriendlyrank": {
      "type": "http",
      "url": "https://agentfriendlyrank.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentfriendlyrank
Remote MCP URL: https://agentfriendlyrank.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentfriendlyrank": {
      "url": "https://agentfriendlyrank.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentfriendlyrank": {
      "type": "http",
      "url": "https://agentfriendlyrank.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentfriendlyrank",
  "transport": "streamable-http",
  "url": "https://agentfriendlyrank.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_site_report — The latest published Agent Readiness Report for a domain: score out of 100, grade, pillar scores, the fixes ranked first, and all 27 checks with captured evidence.
  • get_leaderboard — Published sites ranked by Agent Readiness Score, highest first, optionally filtered by category (ecommerce, saas, content, other).
  • compare_sites — Two published sites side by side: both summaries and every check with each side's status and points.
  • get_rubric — The published Agent Readiness rubric (v1.0.1): four pillars, 27 checks, point weights, grade bands and changelog.