Typed clients for the Aryeo real estate media platform. TypeScript, PHP and an MCP server, generated from one verified description of the API.
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"
]
}
}
}
Run in terminal:
claude mcp add aryeo-sdk npx -y envesko/aryeo-sdk
Add to .cursor/mcp.json:
{
"mcpServers": {
"aryeo-sdk": {
"command": "npx",
"args": [
"-y",
"envesko/aryeo-sdk"
]
}
}
}