Data Collection
tvarka.pro
Provides access to official Lithuanian business registry data including company profiles, ownership, real estate, and seizures.
ENDPOINT 1
https://api.tvarka.pro/mcp
MCP server metadata
- Name
- Tvarka Due Diligence
- Version
- 1.0.0
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_companyCore registry profile of a Lithuanian legal entity: name, legal form, status, registered address, registration dates, capital, activities and current management.
Inferred read-onlyget_participantsCurrent participants (shareholders, members) of a Lithuanian legal entity.
Inferred read-onlyget_beneficial_ownersDeclared beneficial owners of a Lithuanian legal entity, with ownership percentages and control basis.
Inferred read-onlyget_real_estateReal property registered to a Lithuanian legal entity, with the rights recorded on each object.
Inferred read-onlyget_seizuresProperty seizure acts registered against a Lithuanian legal entity, with the institution that imposed them, the parties and the seized assets.
Inferred read-onlyget_court_casesCourt hearings where the Lithuanian legal entity appears as a party.
Inferred read-onlyget_due_diligence_reportOne call returning the whole picture: profile, participants, beneficial owners, real property, seizure acts and court cases.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.