aryeo-sdk

envesko/aryeo-sdk
★ 0 stars TypeScript API Integration Updated today
Typed clients for the Aryeo real estate media platform. TypeScript, PHP and an MCP server, generated from one verified description of the API.
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": {
    "aryeo-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "envesko/aryeo-sdk"
      ]
    }
  }
}