wrangl

asgerami/wrangl
★ 1 stars TypeScript API Integration Updated today
a Tool to turn any REST API into an agent ready MCP server, in one command
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": {
    "wrangl": {
      "command": "npx",
      "args": [
        "-y",
        "asgerami/wrangl"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="docs/hero.svg" alt="Wrangl: turn any REST API into an agent-ready MCP server in one command" width="820" /> </p> <p align="center"> <a href="https://github.com/asgerami/wrangl/actions/workflows/ci.yml"><img src="https://github.com/asgerami/wrangl/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>