agent-ready

sfaisal/agent-ready
★ 0 stars Python AI/LLM Updated today
Audit any OpenAPI spec for AI-agent and MCP readiness — then generate an MCP server scaffold for the endpoints that pass
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-ready": {
      "command": "uvx",
      "args": [
        "agent-ready"
      ]
    }
  }
}

Or install with pip: pip install agent-ready