agentspec

huwhitememes/agentspec
★ 0 stars Python AI/LLM Updated today
Turn website traffic into OpenAPI specs and MCP servers for AI agents
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": {
    "agentspec": {
      "command": "uvx",
      "args": [
        "agentspec"
      ]
    }
  }
}

Or install with pip: pip install agentspec

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/huwhitememes/agentspec/master/.github/assets/banner.png" alt="agentspec" width="100%"> </p> Capture website HTTP traffic, discover API endpoints, and produce OpenAPI 3.1 specs + MCP servers for AI agents. Fully deterministic. No LLM calls. No heuristics requiring judgment.