streamable-httpupdated 1mo ago
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.
What can you do with BezBaseina?
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
| 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.
Install
Add BezBaseina to your client. Pick the one you use.
claude mcp add --transport http bezbaseina https://bezbaseina.lv/mcpcodex mcp add bezbaseina --url https://bezbaseina.lv/mcp{
"mcpServers": {
"bezbaseina": {
"url": "https://bezbaseina.lv/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"bezbaseina": {
"type": "http",
"url": "https://bezbaseina.lv/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"bezbaseina": {
"url": "https://bezbaseina.lv/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bezbaseina": {
"serverUrl": "https://bezbaseina.lv/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance22/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 47 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.2.2Latest | Jul 16, 2026 |
| 1.2.1 | Jul 16, 2026 |
| 1.2.0 | Jul 16, 2026 |