MCP Server
MCP
Globimmo Property Search
International real-estate search and buyer workflows for AI agents via MCP and OAuth 2.1.
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