INDIVIDUAL MCP TOOL
get_real_estate
Real property registered to a Lithuanian legal entity, with the rights recorded on each object.
LIVE ENDPOINT
https://api.tvarka.pro/mcp
Connect to this endpoint to inspect the live schema for get_real_estate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tvarka-due-diligence]
url = "https://api.tvarka.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tvarka-due-diligence": {
"type": "http",
"url": "https://api.tvarka.pro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tvarka-due-diligence
Remote MCP URL: https://api.tvarka.pro/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tvarka-due-diligence": {
"url": "https://api.tvarka.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tvarka-due-diligence": {
"type": "http",
"url": "https://api.tvarka.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tvarka-due-diligence",
"transport": "streamable-http",
"url": "https://api.tvarka.pro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_company— Core registry profile of a Lithuanian legal entity: name, legal form, status, registered address, registration dates, capital, activities and current management.get_participants— Current participants (shareholders, members) of a Lithuanian legal entity.get_beneficial_owners— Declared beneficial owners of a Lithuanian legal entity, with ownership percentages and control basis.get_seizures— Property seizure acts registered against a Lithuanian legal entity, with the institution that imposed them, the parties and the seized assets.get_court_cases— Court hearings where the Lithuanian legal entity appears as a party.get_due_diligence_report— One call returning the whole picture: profile, participants, beneficial owners, real property, seizure acts and court cases.