Back to Browse

Bezbaseina MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Latvian property portal: search rentals, sales & nightly stays; market stats; owner tools via OAuth.

About

Latvian property portal: search rentals, sales & nightly stays; market stats; owner tools via OAuth.

Remote endpoints: streamable-http: https://bezbaseina.lv/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

3 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "lv-bezbaseina-mcp": {
      "url": "https://bezbaseina.lv/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

BezBaseina MCP Server

Remote MCP server for bezbaseina.lv — the Latvian property portal. Search rentals, sales and nightly stays across Latvia, get market statistics, and (as a property owner) manage listings, photos, prices and leads — from Claude, ChatGPT, Claude Code, Codex or any MCP client.

Published in the official MCP Registry as lv.bezbaseina/mcp.

Endpoints

EndpointAuthTools
https://bezbaseina.lv/mcpnonePublic read: list_public_listings, get_public_listing, market_summary
https://bezbaseina.lv/mcp/ownerOAuth 2.1 (PKCE + dynamic client registration)Full owner set (20 tools): create/edit/publish listings, photos, price changes, leads, AI assistance

Transport: Streamable HTTP (stateless JSON responses). Protocol versions 2024-11-052025-06-18.

Connect

claude.ai → Settings → Connectors → Add custom connector → URL https://bezbaseina.lv/mcp (public search) or https://bezbaseina.lv/mcp/owner (owner tools — opens BezBaseina login + consent; leave the OAuth fields empty). Works in the EU, on all plans.

ChatGPT → Settings → Connectors (enable Developer mode under Advanced if needed) → same URL.

Claude Code / any MCP client:

{ "mcpServers": { "bezbaseina": { "type": "http", "url": "https://bezbaseina.lv/mcp" } } }

Local stdio alternative (same owner toolset, token-based):

npx -y bezbaseina@latest mcp start

Safety model

  • Public tools are read-only and anonymous — no personal data collected.
  • Owner tools require explicit OAuth consent; access is revocable any time in the BezBaseina dashboard (Pārvalde → API).
  • Risky mutations (publish, pause, price change, delete) are two-phase: the tool returns a confirmation with a diff, and a separate confirm_action call applies it. Nothing changes silently.
  • Every tool carries readOnlyHint / destructiveHint annotations.

Discovery & docs

About

Built and operated by SIA Brain Club (Latvia) on the AI Martins platform. The server implementation is registry-driven — REST, OpenAPI, CLI and MCP all generate from one capability registry, so the surfaces never drift. This repository is the public home of the server (the implementation lives in the site's private monorepo); issues and questions welcome.

Reviews

No reviews yet

Be the first to review this server!