Skip to main content
Glama
AiAgentKarl

agent-validator-mcp-server

by AiAgentKarl
README.md
# 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 |


---

## More MCP Servers by AiAgentKarl

| Category | Servers |
|----------|---------|
| 🔗 Blockchain | [Solana](https://github.com/AiAgentKarl/solana-mcp-server) |
| 🌍 Data | [Weather](https://github.com/AiAgentKarl/weather-mcp-server) · [Germany](https://github.com/AiAgentKarl/germany-mcp-server) · [Agriculture](https://github.com/AiAgentKarl/agriculture-mcp-server) · [Space](https://github.com/AiAgentKarl/space-mcp-server) · [Aviation](https://github.com/AiAgentKarl/aviation-mcp-server) · [EU Companies](https://github.com/AiAgentKarl/eu-company-mcp-server) |
| 🔒 Security | [Cybersecurity](https://github.com/AiAgentKarl/cybersecurity-mcp-server) · [Policy Gateway](https://github.com/AiAgentKarl/agent-policy-gateway-mcp) · [Audit Trail](https://github.com/AiAgentKarl/agent-audit-trail-mcp) |
| 🤖 Agent Infra | [Memory](https://github.com/AiAgentKarl/agent-memory-mcp-server) · [Directory](https://github.com/AiAgentKarl/agent-directory-mcp-server) · [Hub](https://github.com/AiAgentKarl/mcp-appstore-server) · [Reputation](https://github.com/AiAgentKarl/agent-reputation-mcp-server) |
| 🔬 Research | [Academic](https://github.com/AiAgentKarl/crossref-academic-mcp-server) · [LLM Benchmark](https://github.com/AiAgentKarl/llm-benchmark-mcp-server) · [Legal](https://github.com/AiAgentKarl/legal-court-mcp-server) |

[→ Full catalog (40+ servers)](https://github.com/AiAgentKarl)

## License

MIT

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct aspect of agent validation: checking a well-known URL, testing an API endpoint, and validating an OpenAPI spec. There is no overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case ('check_agent_interface_url', 'validate_api_endpoint', 'validate_openapi_spec'). The verbs differ appropriately for the actions.

Tool Count5/5

Three tools are appropriate for the focused domain of agent validation. They cover the essential validation tasks without being excessive or insufficient.

Completeness5/5

The set provides a complete surface for agent validation: domain-level interface detection, endpoint testing, and spec analysis. No obvious gaps exist for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues