# github_repo_seo_audit

Paid (x402, $0.005 USDC on Base). Score a GitHub repo's README, description, topics, homepage and metadata and return a 0-100 score, a grade, and concrete fixes. Input: owner, repo.

Agent View of the PolicyLayer registry record for `github_repo_seo_audit`. HTML page: https://policylayer.com/tools/dev-charliemorrison-agent-web-reader/github-repo-seo-audit

## Facts

- Tool: `github_repo_seo_audit`
- Server: Agent Web Reader (`https://x402.charliemorrison.dev/mcp`) — https://policylayer.com/tools/dev-charliemorrison-agent-web-reader.md
- Homepage: https://github.com/charlie-morrison/x402-agent-data
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 3 (2 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `repo` | string | yes | GitHub repository name |
| `owner` | string | yes | GitHub repository owner or org |
| `x402_payment` | string | no | Base64 X-PAYMENT header from your x402 wallet (omit to get the payment challenge) |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "github_repo_seo_audit",
    "arguments": {
      "repo": "<repo>",
      "owner": "<owner>"
    }
  }
}
```

## Why github_repo_seo_audit is rated Low

This tool reads and analyzes publicly available GitHub repository information to generate an SEO audit report. It has no side effects: it does not create, modify, delete, execute code, or move funds. The financial aspect (x402 USDC charge) is a payment for the service itself, not a financial action taken by the tool.

From the tool's own definition: "Tool performs analysis and scoring of public GitHub repository metadata (README, description, topics, homepage)."

## Use case

AI agents call github_repo_seo_audit to retrieve information from Agent Web Reader without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Agent Web Reader:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "github_repo_seo_audit": {}
  }
}
```

## Other tools on Agent Web Reader (2)

- `agent_web_reader` — Read — https://policylayer.com/tools/dev-charliemorrison-agent-web-reader/agent-web-reader.md
- `crypto_market_signal` — Read — https://policylayer.com/tools/dev-charliemorrison-agent-web-reader/crypto-market-signal.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=dev-charliemorrison-agent-web-reader · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/dev-charliemorrison-agent-web-reader
