Metadata-Version: 2.4
Name: agent-validator-mcp-server
Version: 0.1.0
Summary: Lighthouse for AI agents — test if APIs and services are properly accessible to AI agents
Project-URL: Homepage, https://github.com/AiAgentKarl/agent-validator-mcp-server
Author: AiAgentKarl
License: MIT
Keywords: accessibility,ai-agents,api,mcp,testing,validator
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# Agent Interface Validator 🔍

**Lighthouse for AI agents** — test if APIs and services are properly accessible to AI agents. Get scores, grades, and actionable recommendations.

## Installation

```bash
pip install agent-validator-mcp-server
```

```json
{"mcpServers": {"validator": {"command": "uvx", "args": ["agent-validator-mcp-server"]}}}
```

## Tools

| Tool | Description |
|------|-------------|
| `validate_api_endpoint` | Test a single API endpoint (score 0-100) |
| `validate_openapi_spec` | Check an OpenAPI spec for agent-friendliness |
| `check_agent_interface_url` | Check if a domain has an Agent Interface spec |

## License

MIT
