← tulugar.com
INDIVIDUAL MCP TOOL
account_status
REPORT-ONLY status check: returns whether the user's Tu Lugar account is connected and whether they can publish (needs a verified WhatsApp number).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tulugar]
url = "https://tulugar.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tulugar": {
"type": "http",
"url": "https://tulugar.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tulugar
Remote MCP URL: https://tulugar.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tulugar": {
"url": "https://tulugar.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tulugar": {
"type": "http",
"url": "https://tulugar.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tulugar",
"transport": "streamable-http",
"url": "https://tulugar.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_listings— Search real estate listings.get_listing— Get full listing detail by ID or slug.search— Search Tu Lugar real estate listings by free-text query (location, neighborhood, or keywords).fetch— Retrieve the full content of a single Tu Lugar listing by its id (from a `search` result).search_projects— Search development projects/buildings BY NAME (or city, or DEVELOPER).get_project— Get project detail with units and prices.search_companies— Search agencies and developers BY NAME (or city/type).get_company— Get details about one agency or developer by id or slug (from search_companies): profile, rating, specialties, languages, service areas, and contact info.