Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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.

+21 this week 74 Trust /100
Trust breakdown (6 categories)

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.

Install

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

# add to Claude Code
claude mcp add lazyants-transkribus -- npx -y @lazyants/transkribus-mcp-server
# add to Codex CLI
codex mcp add lazyants-transkribus -- npx -y @lazyants/transkribus-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lazyants-transkribus": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@lazyants/transkribus-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lazyants-transkribus --command npx --arg -y --arg @lazyants/transkribus-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  lazyants-transkribus:
    command: "npx"
    args: ["-y", "@lazyants/transkribus-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "lazyants-transkribus": {
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/transkribus-mcp-server"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 300 exposed · ~21,189 tokens

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.

Tool Tokens
transkribus_action_count ~160

Get the total count of actions, optionally filtered by collection or type.

NameTypeReqDescription
clientIdintegerFilter by client ID
collIdintegerFilter by collection ID
endnumberEnd timestamp
idintegerFilter by action ID
isDeletedbooleanInclude deleted actions
mostRecentBystringMost recent by filter
pageintegerFilter by page number
pageIdintegerFilter by page ID
startnumberStart timestamp
typestringFilter by action type
typeIdstringFilter by action type ID
useridintegerFilter by user ID

No output schema declared.

No examples provided.

transkribus_action_info ~28

Retrieve detailed information about a specific action.

NameTypeReqDescription
idintegeryesResource ID

No output schema declared.

No examples provided.

transkribus_action_list ~223

List actions with optional filtering by collection, type, and pagination.

NameTypeReqDescription
clientIdintegerFilter by client ID
collIdintegerFilter by collection ID
endnumberEnd timestamp
idintegerFilter by action ID
indexintegerStart index (0-based)
isDeletedbooleanInclude deleted actions
mostRecentBystringMost recent by filter
nValuesintegerNumber of results (-1 for all)
pageintegerFilter by page number
pageIdintegerFilter by page ID
pagingWrapperbooleanUse paging wrapper
sortColumnstringColumn to sort by
sortDirectionstringSort direction: asc or desc
startnumberStart timestamp
typestringFilter by action type
typeIdstringFilter by action type ID
useridintegerFilter by user ID

No output schema declared.

No examples provided.

transkribus_admin_authorize_users_for_job ~50

Authorize specific users to run a job implementation.

NameTypeReqDescription
jobImplstringyesJob implementation identifier
userIdsarrayyesList of user IDs to authorize

No output schema declared.

No examples provided.

transkribus_admin_get_job_log ~40

Retrieve the log output for a specific job.

NameTypeReqDescription
dbstringDatabase identifier
idintegeryesResource ID

No output schema declared.

No examples provided.

transkribus_admin_get_job_users ~34

List users authorized to run a specific job implementation.

NameTypeReqDescription
jobImplstringyesJob implementation identifier

No output schema declared.

No examples provided.

transkribus_admin_get_reports ~47

Retrieve administrative reports by type and time period.

NameTypeReqDescription
reportTimestringyesTime period for the report
reportTypestringyesType of report to retrieve

No output schema declared.

No examples provided.

transkribus_admin_list_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 ~46

Move a field recognition model to a different directory.

NameTypeReqDescription
modelNamestringyesField model name to move
pathstringTarget directory path

No output schema declared.

No examples provided.

transkribus_admin_move_table_model ~46

Move a table recognition model to a different directory.

NameTypeReqDescription
modelNamestringyesTable model name to move
pathstringTarget directory path

No output schema declared.

No examples provided.

transkribus_admin_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 ~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 ~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 ~19

Invalidate the current authentication session.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

transkribus_auth_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 ~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 ~55

Get recognition activity records for a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
fromnumberStart timestamp (epoch ms)
tonumberEnd timestamp (epoch ms)

No output schema declared.

No examples provided.

transkribus_coll_activity_saves ~55

Get save activity records for a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
fromnumberStart timestamp (epoch ms)
tonumberEnd timestamp (epoch ms)

No output schema declared.

No examples provided.

transkribus_coll_add_doc ~64

Add an existing document to a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
docIdintegeryesDocument ID
idintegerDocument ID
moveTobooleanMove instead of copy (default false)

No output schema declared.

No examples provided.

transkribus_coll_add_docs ~59

Add multiple existing documents to a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
docIdsarrayyesArray of document IDs to add
moveTobooleanMove instead of copy (default false)

No output schema declared.

No examples provided.

transkribus_coll_add_favorite ~31

Add a collection to the user favorites.

NameTypeReqDescription
collIdintegeryesCollection ID

No output schema declared.

No examples provided.

transkribus_coll_can_manage ~33

Check if the current user can manage the specified collection.

NameTypeReqDescription
collIdintegeryesCollection ID

No output schema declared.

No examples provided.

transkribus_coll_count ~42

Get the total number of collections accessible to the current user.

NameTypeReqDescription
emptybooleanInclude empty collections
filterstringFilter string

No output schema declared.

No examples provided.

transkribus_coll_count_docs ~66

Get the number of documents in a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
isDeletedbooleanInclude deleted documents
labelIdstringFilter by label ID
uploaderIdintegerFilter by uploader ID

No output schema declared.

No examples provided.

transkribus_coll_count_find_documents ~164

Count documents matching the given search criteria.

NameTypeReqDescription
authorstringFilter by author
caseSensitivebooleanCase sensitive search
collIdintegerFilter by collection ID
descrstringFilter by description
docIdintegerFilter by document ID
exactMatchbooleanRequire exact match
idintegerFilter by ID
isDeletedbooleanInclude deleted documents
labelIdstringFilter by label ID
titlestringFilter by document title
uploaderIdintegerFilter by uploader ID
useridintegerFilter by user ID
writerstringFilter by writer

No output schema declared.

No examples provided.

transkribus_coll_create ~33

Create a new collection with the given name.

NameTypeReqDescription
collNamestringyesName for the new collection

No output schema declared.

No examples provided.

transkribus_coll_create_doc_from_ftp ~87

Ingest a document into a collection from an FTP source.

NameTypeReqDescription
checkForDuplicateTitlebooleanCheck for duplicate title
collIdintegeryesCollection ID
doDeleteImportSourcebooleanDelete import source after ingest
fileNamestringFile name on FTP
titlestringDocument title

No output schema declared.

No examples provided.

transkribus_coll_create_doc_from_iiif ~72

Create a document in a collection from an IIIF manifest URL.

NameTypeReqDescription
collIdintegeryesCollection ID
fileNamestringFile name for the document
titlestringDocument title
urlstringyesIIIF manifest URL

No output schema declared.

No examples provided.

transkribus_coll_create_doc_from_mets ~57

Create a document in a collection from METS metadata.

NameTypeReqDescription
collIdintegeryesCollection ID
fileNamestringMETS file name
titlestringDocument title

No output schema declared.

No examples provided.

transkribus_coll_create_doc_from_mets_url ~70

Create a document in a collection from a METS URL.

NameTypeReqDescription
collIdintegeryesCollection ID
fileNamestringFile name for the document
titlestringDocument title
urlstringyesMETS URL

No output schema declared.

No examples provided.

transkribus_coll_create_doc_from_pdf ~55

Create a document in a collection from a PDF file.

NameTypeReqDescription
collIdintegeryesCollection ID
fileNamestringPDF file name
titlestringDocument title

No output schema declared.

No examples provided.

transkribus_coll_create_iob_import ~54

Create documents from an IOB import.

NameTypeReqDescription
collIdintegerTarget collection ID
fileNamestringIOB file name
idintegerDocument ID

No output schema declared.

No examples provided.

transkribus_coll_credit_add_package ~43

Add a credit package to a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
idintegeryesCredit package ID to add

No output schema declared.

No examples provided.

transkribus_coll_credit_history ~77

Get the credit usage history for a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
indexintegerStart index
nValuesintegerNumber of values
sortColumnstringColumn to sort by
sortDirectionstringSort direction (asc/desc)

No output schema declared.

No examples provided.

transkribus_coll_credit_list ~109

List credit packages associated with a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
includeExpiredbooleanInclude expired credits
indexintegerStart index
minBalancenumberMinimum balance filter
nValuesintegerNumber of values
onlyActivebooleanOnly active credits
sortColumnstringColumn to sort by
sortDirectionstringSort direction (asc/desc)

No output schema declared.

No examples provided.

transkribus_coll_credit_remove_package ~43

Remove a credit package from a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
idintegeryesCredit package ID to remove

No output schema declared.

No examples provided.

transkribus_coll_credit_transactions ~76

Get credit transaction records for a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
indexintegerStart index
nValuesintegerNumber of values
sortColumnstringColumn to sort by
sortDirectionstringSort direction (asc/desc)

No output schema declared.

No examples provided.

transkribus_coll_delete ~43

Delete a collection by ID.

NameTypeReqDescription
collIdintegeryesCollection ID
forcebooleanForce delete even if not empty (default false)

No output schema declared.

No examples provided.

transkribus_coll_delete_empty ~31

Delete a collection only if it is empty.

NameTypeReqDescription
collIdintegeryesCollection ID

No output schema declared.

No examples provided.

transkribus_coll_duplicate ~26

Duplicate an entire collection.

NameTypeReqDescription
collIdintegeryesCollection ID

No output schema declared.

No examples provided.

transkribus_coll_duplicate_doc ~66

Duplicate a document within a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
docIdintegeryesDocument ID
namestringName for the duplicated document
targetCollIdintegerTarget collection ID for the copy

No output schema declared.

No examples provided.

transkribus_coll_ead_metadata_import ~44

Import EAD metadata into a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
fileNamestringEAD file name

No output schema declared.

No examples provided.

transkribus_coll_export ~72

Export documents from a collection in the specified format.

NameTypeReqDescription
collIdintegeryesCollection ID
formatstringExport format (e.g. "pdf", "docx", "tei")
pagesstringPage range to export (e.g. "1-10")

No output schema declared.

No examples provided.

transkribus_coll_find_documents ~347

Search for documents across collections using filters.

NameTypeReqDescription
authorstringFilter by author
authoritystringFilter by authority
caseSensitivebooleanCase sensitive search
collIdintegerFilter by collection ID
createdfromnumberCreated from timestamp
createdtonumberCreated to timestamp
descrstringFilter by description
docIdintegerFilter by document ID
exactMatchbooleanRequire exact match
extIdstringFilter by external ID
genrestringFilter by genre
hierarchystringFilter by hierarchy
idintegerFilter by ID
includeNullsbooleanInclude null values
indexintegerStart index (0-based)
isDeletedbooleanInclude deleted documents
labelIdstringFilter by label ID
languagestringFilter by language
nValuesintegerNumber of results (-1 for all)
pagingWrapperbooleanUse paging wrapper
scriptTypestringFilter by script type
sortColumnstringColumn to sort by
sortDirectionstringSort direction: asc or desc
titlestringFilter by document title
ultimestampnumberLast modified timestamp
uploaderstringFilter by uploader name
uploaderIdintegerFilter by uploader ID
useridintegerFilter by user ID
writerstringFilter by writer

No output schema declared.

No examples provided.

transkribus_coll_find_documents_old ~183

Search for documents using the legacy endpoint.

NameTypeReqDescription
authorstringFilter by author
caseSensitivebooleanCase sensitive search
collIdintegerFilter by collection ID
descrstringFilter by description
docIdintegerFilter by document ID
exactMatchbooleanRequire exact match
idintegerFilter by ID
indexintegerStart index (0-based)
nValuesintegerNumber of results (-1 for all)
sortColumnstringColumn to sort by
sortDirectionstringSort direction: asc or desc
titlestringFilter by document title
uploaderIdintegerFilter by uploader ID
writerstringFilter by writer

No output schema declared.

No examples provided.

transkribus_coll_find_documents_post ~133

Search for documents across collections using a POST request body.

NameTypeReqDescription
authorstringFilter by author
collIdintegerFilter by collection ID
docIdintegerFilter by document ID
exactMatchbooleanRequire exact match
indexintegerStart index (0-based)
nValuesintegerNumber of results (-1 for all)
sortColumnstringColumn to sort by
sortDirectionstringSort direction: asc or desc
titlestringFilter by document title

No output schema declared.

No examples provided.

transkribus_coll_get_metadata ~37

Get metadata for a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
statsbooleanInclude statistics

No output schema declared.

No examples provided.

transkribus_coll_get_recent ~83

Get recently accessed items in a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
indexintegerStart index (0-based)
nValuesintegerNumber of results (-1 for all)
sortColumnstringColumn to sort by
sortDirectionstringSort direction: asc or desc

No output schema declared.

No examples provided.

transkribus_coll_get_recent_collections ~72

Get recently accessed collections.

NameTypeReqDescription
indexintegerStart index (0-based)
nValuesintegerNumber of results (-1 for all)
sortColumnstringColumn to sort by
sortDirectionstringSort direction: asc or desc

No output schema declared.

No examples provided.

transkribus_coll_get_recent_documents ~71

Get recently accessed documents.

NameTypeReqDescription
indexintegerStart index (0-based)
nValuesintegerNumber of results (-1 for all)
sortColumnstringColumn to sort by
sortDirectionstringSort direction: asc or desc

No output schema declared.

No examples provided.