# agent-seo

Score any AI agent before you use it. Score your own before you release it. Checks 5 trust dimensions — schema quality, reliability, docs, ecosystem, maintenance — and returns a 0-100 grade with prio…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add web3signals/agent-seo

# Browse available tools
npx -y @smithery/cli@latest tool list web3signals/agent-seo

# Get full schema for a tool
npx -y @smithery/cli@latest tool get web3signals/agent-seo score_agent

# Call a tool
npx -y @smithery/cli@latest tool call web3signals/agent-seo score_agent '{}'
```

## Direct MCP Connection

Endpoint: `https://agent-seo--web3signals.run.tools`

## Tools (3)

- `score_agent` — Before integrating an AI agent, check if it's trustworthy. Before releasing your own agent, check if it's discoverable.…
- `compare_agents` — Choosing between two AI agents for a task? Scores both and shows which is stronger in each category — schema quality, r…
- `get_fix_recommendations` — Building an AI agent? Get a prioritized list of improvements to make it more discoverable and trustworthy. Shows curren…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get web3signals/agent-seo <tool-name>
```
