Tu Lugar MCP server — search Paraguay & LatAm real estate from Claude, ChatGPT, or any MCP client. Connector: https://tulugar.com/mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tulugar-mcp-server": {
"command": "npx",
"args": [
"-y",
"JanKratochvil1/tulugar-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add tulugar-mcp-server npx -y JanKratochvil1/tulugar-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"tulugar-mcp-server": {
"command": "npx",
"args": [
"-y",
"JanKratochvil1/tulugar-mcp-server"
]
}
}
}