Bezbaseina
FreeNot checkedRemote MCP server for bezbaseina.lv — Latvian property portal. Search rentals/sales/nightly stays + owner tools via OAuth 2.1. lv.bezbaseina/mcp in the MCP Regi
About
Remote MCP server for bezbaseina.lv — Latvian property portal. Search rentals/sales/nightly stays + owner tools via OAuth 2.1. lv.bezbaseina/mcp in the MCP Registry.
README
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
| Endpoint | Auth | Tools |
|---|---|---|
https://bezbaseina.lv/mcp |
none | Public read: list_public_listings, get_public_listing, market_summary |
https://bezbaseina.lv/mcp/owner |
OAuth 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-05 … 2025-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_actioncall applies it. Nothing changes silently. - Every tool carries
readOnlyHint/destructiveHintannotations.
Discovery & docs
- Human guide: https://bezbaseina.lv/ai
- Developer docs: https://bezbaseina.lv/developers
- OAuth metadata: https://bezbaseina.lv/.well-known/oauth-authorization-server
- Manifest: https://bezbaseina.lv/.well-known/bezbaseina.json · https://bezbaseina.lv/llms.txt
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.
Installing Bezbaseina
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/brainclub-com/bezbaseina-mcpFAQ
Is Bezbaseina MCP free?
Yes, Bezbaseina MCP is free — one-click install via Unyly at no cost.
Does Bezbaseina need an API key?
No, Bezbaseina runs without API keys or environment variables.
Is Bezbaseina hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Bezbaseina in Claude Desktop, Claude Code or Cursor?
Open Bezbaseina on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Bezbaseina with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
