← cogedim.com
INDIVIDUAL MCP TOOL
search_content
Search Cogedim website for content (articles, landing pages, FAQs, journeys which are just pages) by keywords.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.cogedim-com]
url = "https://www.cogedim.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cogedim-com": {
"type": "http",
"url": "https://www.cogedim.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cogedim-com
Remote MCP URL: https://www.cogedim.com/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": {
"cogedim-com": {
"url": "https://www.cogedim.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cogedim-com": {
"type": "http",
"url": "https://www.cogedim.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cogedim-com",
"transport": "streamable-http",
"url": "https://www.cogedim.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_programs— Search for real estate programs (new residential developments) by location criteria.search_lots— Search for individual real estate lots (specific apartments, houses) within programs.get_program— Get full details of a specific real estate program by its nid.get_content— Retrieve the full content of a specific article, landing page, FAQ, or journey by its nid.render_search_programs— Render the program search results widget.render_search_lots— Render the lot search results widget.render_program— Render the program details widget.