aigentify

pooriaarab/aigentify
★ 0 stars TypeScript AI/LLM Updated 5d ago
Make any product agent-native: audit a repo or site for AGENTS.md, MCP/server.json, Offer JSON-LD, llms.txt and more, then scaffold what is missing. CLI + MCP + library.
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": {
    "aigentify": {
      "command": "npx",
      "args": [
        "-y",
        "pooriaarab/aigentify"
      ]
    }
  }
}

README Excerpt

aigentify audits a product directory or live URL for agent-native readiness. It also creates the public artifacts that agents can use. ```sh npm install aigentify ``` Use the library in JavaScript or TypeScript: ```ts import { auditTarget, generate } from 'aigentify'; const report = await auditTarget('.');

Tools (1)

Access