io.github.lazyants/transkribus
NPM · @LAZYANTS/TRANSKRIBUS-MCP-SERVER · SCANNED AUG 3
MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (107 of 108), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (107 of 108), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency84
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to lazyants/transkribus-mcp-server). View diagnostics → Pass
- License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 16 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 21216 tokens (~70/item across 301 items; 300 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @lazyants/transkribus-mcp-server
claude mcp add lazyants-transkribus -- npx -y @lazyants/transkribus-mcp-server
codex mcp add lazyants-transkribus -- npx -y @lazyants/transkribus-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lazyants-transkribus": {
"type": "local",
"command": [
"npx",
"-y",
"@lazyants/transkribus-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add lazyants-transkribus --command npx --arg -y --arg @lazyants/transkribus-mcp-server
mcp_servers:
lazyants-transkribus:
command: "npx"
args: ["-y", "@lazyants/transkribus-mcp-server"] {
"mcpServers": {
"lazyants-transkribus": {
"command": "npx",
"args": [
"-y",
"@lazyants/transkribus-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +48
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: lazyants/transkribus-mcp-server security
- License: unverified → fail ▼ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: FSL-1.1-MIT functional
- 31 Jul 26 −27
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 53
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@lazyants/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- lazyants/transkribus-mcp-server
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/lazyants/transkribus-mcp-server/.github/workflows/publish-registry.yml@refs/tags/v3.0.0
- Rekor log index:
- 2191746807
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:ea33452587f529623b38471e64829d121b58549662fb29d87645adcb49a15eb7826e44ae6a24a59ddaf9325eaaefeb74c4ecaa33d5fccef24c5601e4e
- Discovery method:
- attestation_endpoint
Dependencies 107 packages
107 packages in the resolved dependency tree · 107 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
transkribus_action_count Count Actions ~160
Get the total count of actions, optionally filtered by collection or type.
| Name | Type | Req | Description |
|---|---|---|---|
| clientId | integer | — | Filter by client ID |
| collId | integer | — | Filter by collection ID |
| end | number | — | End timestamp |
| id | integer | — | Filter by action ID |
| isDeleted | boolean | — | Include deleted actions |
| mostRecentBy | string | — | Most recent by filter |
| page | integer | — | Filter by page number |
| pageId | integer | — | Filter by page ID |
| start | number | — | Start timestamp |
| type | string | — | Filter by action type |
| typeId | string | — | Filter by action type ID |
| userid | integer | — | Filter by user ID |
No output schema declared.
No examples provided.
transkribus_action_info Get Action Info ~28
Retrieve detailed information about a specific action.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | Resource ID |
No output schema declared.
No examples provided.
transkribus_action_list List Actions ~223
List actions with optional filtering by collection, type, and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| clientId | integer | — | Filter by client ID |
| collId | integer | — | Filter by collection ID |
| end | number | — | End timestamp |
| id | integer | — | Filter by action ID |
| index | integer | — | Start index (0-based) |
| isDeleted | boolean | — | Include deleted actions |
| mostRecentBy | string | — | Most recent by filter |
| nValues | integer | — | Number of results (-1 for all) |
| page | integer | — | Filter by page number |
| pageId | integer | — | Filter by page ID |
| pagingWrapper | boolean | — | Use paging wrapper |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction: asc or desc |
| start | number | — | Start timestamp |
| type | string | — | Filter by action type |
| typeId | string | — | Filter by action type ID |
| userid | integer | — | Filter by user ID |
No output schema declared.
No examples provided.
transkribus_admin_authorize_users_for_job Authorize Users for Job ~50
Authorize specific users to run a job implementation.
| Name | Type | Req | Description |
|---|---|---|---|
| jobImpl | string | yes | Job implementation identifier |
| userIds | array | yes | List of user IDs to authorize |
No output schema declared.
No examples provided.
transkribus_admin_get_job_log Get Job Log ~40
Retrieve the log output for a specific job.
| Name | Type | Req | Description |
|---|---|---|---|
| db | string | — | Database identifier |
| id | integer | yes | Resource ID |
No output schema declared.
No examples provided.
transkribus_admin_get_job_users Get Job Authorized Users ~34
List users authorized to run a specific job implementation.
| Name | Type | Req | Description |
|---|---|---|---|
| jobImpl | string | yes | Job implementation identifier |
No output schema declared.
No examples provided.
transkribus_admin_get_reports Get Admin Reports ~47
Retrieve administrative reports by type and time period.
| Name | Type | Req | Description |
|---|---|---|---|
| reportTime | string | yes | Time period for the report |
| reportType | string | yes | Type of report to retrieve |
No output schema declared.
No examples provided.
transkribus_admin_list_sessions List Active Sessions ~19
List all currently active user sessions.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transkribus_admin_move_field_model Move Field Model ~46
Move a field recognition model to a different directory.
| Name | Type | Req | Description |
|---|---|---|---|
| modelName | string | yes | Field model name to move |
| path | string | — | Target directory path |
No output schema declared.
No examples provided.
transkribus_admin_move_table_model Move Table Model ~46
Move a table recognition model to a different directory.
| Name | Type | Req | Description |
|---|---|---|---|
| modelName | string | yes | Table model name to move |
| path | string | — | Target directory path |
No output schema declared.
No examples provided.
transkribus_admin_rebuild_models_index Rebuild Models Index ~24
Rebuild the search index for all recognition models.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transkribus_auth_check_session Check Session ~23
Check if the current Transkribus session is valid.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transkribus_auth_get_details Get Auth Details ~20
Get details of the currently authenticated user.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transkribus_auth_invalidate Invalidate Session ~19
Invalidate the current authentication session.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transkribus_auth_logout Logout ~21
Log out of the current Transkribus session.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transkribus_auth_refresh Refresh Session ~18
Refresh the current authentication session token.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transkribus_coll_activity_recognition Get Recognition Activity ~55
Get recognition activity records for a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| from | number | — | Start timestamp (epoch ms) |
| to | number | — | End timestamp (epoch ms) |
No output schema declared.
No examples provided.
transkribus_coll_activity_saves Get Save Activity ~55
Get save activity records for a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| from | number | — | Start timestamp (epoch ms) |
| to | number | — | End timestamp (epoch ms) |
No output schema declared.
No examples provided.
transkribus_coll_add_doc Add Document to Collection ~64
Add an existing document to a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| docId | integer | yes | Document ID |
| id | integer | — | Document ID |
| moveTo | boolean | — | Move instead of copy (default false) |
No output schema declared.
No examples provided.
transkribus_coll_add_docs Add Documents to Collection ~59
Add multiple existing documents to a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| docIds | array | yes | Array of document IDs to add |
| moveTo | boolean | — | Move instead of copy (default false) |
No output schema declared.
No examples provided.
transkribus_coll_add_favorite Add Collection to Favorites ~31
Add a collection to the user favorites.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
No output schema declared.
No examples provided.
transkribus_coll_can_manage Can Manage Collection ~33
Check if the current user can manage the specified collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
No output schema declared.
No examples provided.
transkribus_coll_count Count Collections ~42
Get the total number of collections accessible to the current user.
| Name | Type | Req | Description |
|---|---|---|---|
| empty | boolean | — | Include empty collections |
| filter | string | — | Filter string |
No output schema declared.
No examples provided.
transkribus_coll_count_docs Count Documents in Collection ~66
Get the number of documents in a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| isDeleted | boolean | — | Include deleted documents |
| labelId | string | — | Filter by label ID |
| uploaderId | integer | — | Filter by uploader ID |
No output schema declared.
No examples provided.
transkribus_coll_count_find_documents Count Found Documents ~164
Count documents matching the given search criteria.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | — | Filter by author |
| caseSensitive | boolean | — | Case sensitive search |
| collId | integer | — | Filter by collection ID |
| descr | string | — | Filter by description |
| docId | integer | — | Filter by document ID |
| exactMatch | boolean | — | Require exact match |
| id | integer | — | Filter by ID |
| isDeleted | boolean | — | Include deleted documents |
| labelId | string | — | Filter by label ID |
| title | string | — | Filter by document title |
| uploaderId | integer | — | Filter by uploader ID |
| userid | integer | — | Filter by user ID |
| writer | string | — | Filter by writer |
No output schema declared.
No examples provided.
transkribus_coll_create Create Collection ~33
Create a new collection with the given name.
| Name | Type | Req | Description |
|---|---|---|---|
| collName | string | yes | Name for the new collection |
No output schema declared.
No examples provided.
transkribus_coll_create_doc_from_ftp Create Document from FTP ~87
Ingest a document into a collection from an FTP source.
| Name | Type | Req | Description |
|---|---|---|---|
| checkForDuplicateTitle | boolean | — | Check for duplicate title |
| collId | integer | yes | Collection ID |
| doDeleteImportSource | boolean | — | Delete import source after ingest |
| fileName | string | — | File name on FTP |
| title | string | — | Document title |
No output schema declared.
No examples provided.
transkribus_coll_create_doc_from_iiif Create Document from IIIF URL ~72
Create a document in a collection from an IIIF manifest URL.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| fileName | string | — | File name for the document |
| title | string | — | Document title |
| url | string | yes | IIIF manifest URL |
No output schema declared.
No examples provided.
transkribus_coll_create_doc_from_mets Create Document from METS ~57
Create a document in a collection from METS metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| fileName | string | — | METS file name |
| title | string | — | Document title |
No output schema declared.
No examples provided.
transkribus_coll_create_doc_from_mets_url Create Document from METS URL ~70
Create a document in a collection from a METS URL.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| fileName | string | — | File name for the document |
| title | string | — | Document title |
| url | string | yes | METS URL |
No output schema declared.
No examples provided.
transkribus_coll_create_doc_from_pdf Create Document from PDF ~55
Create a document in a collection from a PDF file.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| fileName | string | — | PDF file name |
| title | string | — | Document title |
No output schema declared.
No examples provided.
transkribus_coll_create_iob_import IOB Import ~54
Create documents from an IOB import.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | — | Target collection ID |
| fileName | string | — | IOB file name |
| id | integer | — | Document ID |
No output schema declared.
No examples provided.
transkribus_coll_credit_add_package Add Credit Package ~43
Add a credit package to a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Credit package ID to add |
No output schema declared.
No examples provided.
transkribus_coll_credit_history Get Credit History ~77
Get the credit usage history for a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| index | integer | — | Start index |
| nValues | integer | — | Number of values |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction (asc/desc) |
No output schema declared.
No examples provided.
transkribus_coll_credit_list List Collection Credits ~109
List credit packages associated with a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| includeExpired | boolean | — | Include expired credits |
| index | integer | — | Start index |
| minBalance | number | — | Minimum balance filter |
| nValues | integer | — | Number of values |
| onlyActive | boolean | — | Only active credits |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction (asc/desc) |
No output schema declared.
No examples provided.
transkribus_coll_credit_remove_package Remove Credit Package ~43
Remove a credit package from a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| id | integer | yes | Credit package ID to remove |
No output schema declared.
No examples provided.
transkribus_coll_credit_transactions Get Credit Transactions ~76
Get credit transaction records for a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| index | integer | — | Start index |
| nValues | integer | — | Number of values |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction (asc/desc) |
No output schema declared.
No examples provided.
transkribus_coll_delete Delete Collection ~43
Delete a collection by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| force | boolean | — | Force delete even if not empty (default false) |
No output schema declared.
No examples provided.
transkribus_coll_delete_empty Delete Empty Collection ~31
Delete a collection only if it is empty.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
No output schema declared.
No examples provided.
transkribus_coll_duplicate Duplicate Collection ~26
Duplicate an entire collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
No output schema declared.
No examples provided.
transkribus_coll_duplicate_doc Duplicate Document ~66
Duplicate a document within a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| docId | integer | yes | Document ID |
| name | string | — | Name for the duplicated document |
| targetCollId | integer | — | Target collection ID for the copy |
No output schema declared.
No examples provided.
transkribus_coll_ead_metadata_import EAD Metadata Import ~44
Import EAD metadata into a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| fileName | string | — | EAD file name |
No output schema declared.
No examples provided.
transkribus_coll_export Export Collection ~72
Export documents from a collection in the specified format.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| format | string | — | Export format (e.g. "pdf", "docx", "tei") |
| pages | string | — | Page range to export (e.g. "1-10") |
No output schema declared.
No examples provided.
transkribus_coll_find_documents Find Documents ~347
Search for documents across collections using filters.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | — | Filter by author |
| authority | string | — | Filter by authority |
| caseSensitive | boolean | — | Case sensitive search |
| collId | integer | — | Filter by collection ID |
| createdfrom | number | — | Created from timestamp |
| createdto | number | — | Created to timestamp |
| descr | string | — | Filter by description |
| docId | integer | — | Filter by document ID |
| exactMatch | boolean | — | Require exact match |
| extId | string | — | Filter by external ID |
| genre | string | — | Filter by genre |
| hierarchy | string | — | Filter by hierarchy |
| id | integer | — | Filter by ID |
| includeNulls | boolean | — | Include null values |
| index | integer | — | Start index (0-based) |
| isDeleted | boolean | — | Include deleted documents |
| labelId | string | — | Filter by label ID |
| language | string | — | Filter by language |
| nValues | integer | — | Number of results (-1 for all) |
| pagingWrapper | boolean | — | Use paging wrapper |
| scriptType | string | — | Filter by script type |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction: asc or desc |
| title | string | — | Filter by document title |
| ultimestamp | number | — | Last modified timestamp |
| uploader | string | — | Filter by uploader name |
| uploaderId | integer | — | Filter by uploader ID |
| userid | integer | — | Filter by user ID |
| writer | string | — | Filter by writer |
No output schema declared.
No examples provided.
transkribus_coll_find_documents_old Find Documents (Legacy) ~183
Search for documents using the legacy endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | — | Filter by author |
| caseSensitive | boolean | — | Case sensitive search |
| collId | integer | — | Filter by collection ID |
| descr | string | — | Filter by description |
| docId | integer | — | Filter by document ID |
| exactMatch | boolean | — | Require exact match |
| id | integer | — | Filter by ID |
| index | integer | — | Start index (0-based) |
| nValues | integer | — | Number of results (-1 for all) |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction: asc or desc |
| title | string | — | Filter by document title |
| uploaderId | integer | — | Filter by uploader ID |
| writer | string | — | Filter by writer |
No output schema declared.
No examples provided.
transkribus_coll_find_documents_post Find Documents (POST) ~133
Search for documents across collections using a POST request body.
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | — | Filter by author |
| collId | integer | — | Filter by collection ID |
| docId | integer | — | Filter by document ID |
| exactMatch | boolean | — | Require exact match |
| index | integer | — | Start index (0-based) |
| nValues | integer | — | Number of results (-1 for all) |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction: asc or desc |
| title | string | — | Filter by document title |
No output schema declared.
No examples provided.
transkribus_coll_get_metadata Get Collection Metadata ~37
Get metadata for a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| stats | boolean | — | Include statistics |
No output schema declared.
No examples provided.
transkribus_coll_get_recent Get Recent in Collection ~83
Get recently accessed items in a collection.
| Name | Type | Req | Description |
|---|---|---|---|
| collId | integer | yes | Collection ID |
| index | integer | — | Start index (0-based) |
| nValues | integer | — | Number of results (-1 for all) |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction: asc or desc |
No output schema declared.
No examples provided.
transkribus_coll_get_recent_collections Get Recent Collections ~72
Get recently accessed collections.
| Name | Type | Req | Description |
|---|---|---|---|
| index | integer | — | Start index (0-based) |
| nValues | integer | — | Number of results (-1 for all) |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction: asc or desc |
No output schema declared.
No examples provided.
transkribus_coll_get_recent_documents Get Recent Documents ~71
Get recently accessed documents.
| Name | Type | Req | Description |
|---|---|---|---|
| index | integer | — | Start index (0-based) |
| nValues | integer | — | Number of results (-1 for all) |
| sortColumn | string | — | Column to sort by |
| sortDirection | string | — | Sort direction: asc or desc |
No output schema declared.
No examples provided.