← Back to Plugins
MCP Server MCP

Globimmo Property Search

MCP Registry publisher By MCP Registry publisher 👁 2 views ▲ 0 votes

International real-estate search and buyer workflows for AI agents via MCP and OAuth 2.1.

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.globimmo.net/{locale}/api/agent/v1/mcp",
      "headers": [
        {
          "description": "Optional alternative to OAuth 2.1 Bearer authentication for approved integrations. Request Agent API access at https://www.globimmo.net/en/agent-api/access",
          "isSecret": true,
          "name": "X-Globimmo-Agent-Key"
        }
      ],
      "variables": {
        "locale": {
          "description": "Response and property-content locale.",
          "isRequired": true,
          "default": "en",
          "choices": [
            "en",
            "de",
            "es",
            "fr",
            "it",
            "pt",
            "pl",
            "sk"
          ]
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...