← Registry

Data Collection

tvarka.pro

Provides access to official Lithuanian business registry data including company profiles, ownership, real estate, and seizures.

1 endpoint7 known toolsFirst detected August 12, 2026Last detected August 12, 2026

ENDPOINT 1

https://api.tvarka.pro/mcp

No auth detected

MCP server metadata

Name
Tvarka Due Diligence
Version
1.0.0
Capabilities
tools
Server instructions

Lithuanian legal-entity due diligence from the state registers, provided as a legal service by a Lithuanian advokatas. Every tool takes a Lithuanian legal-entity code. Calls are billed per answer; a no-data answer is not billed. Beneficial-owner data requires a purpose, which is logged.

Known tools 7

lookup_company

Core registry profile of a Lithuanian legal entity: name, legal form, status, registered address, registration dates, capital, activities and current management.

Inferred read-only
get_participants

Current participants (shareholders, members) of a Lithuanian legal entity.

Inferred read-only
get_beneficial_owners

Declared beneficial owners of a Lithuanian legal entity, with ownership percentages and control basis.

Inferred read-only
get_real_estate

Real property registered to a Lithuanian legal entity, with the rights recorded on each object.

Inferred read-only
get_seizures

Property seizure acts registered against a Lithuanian legal entity, with the institution that imposed them, the parties and the seized assets.

Inferred read-only
get_court_cases

Court hearings where the Lithuanian legal entity appears as a party.

Inferred read-only
get_due_diligence_report

One call returning the whole picture: profile, participants, beneficial owners, real property, seizure acts and court cases.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.