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

io.github.lazyants/transkribus

NPM · @LAZYANTS/TRANSKRIBUS-MCP-SERVER · SCANNED SEP 20

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

−1 this week 90 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 121 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency87
  • 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 12 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability79
  • 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 22100 tokens (~72/item across 305 items; 304 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management75
  • Stability check failed: the tool surface changed between 3.1.0 and 4.0.0: 3 tool removals, 5 breaking changes, 7 additions. See how to fix → Fail
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 29 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 305 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.lazyants/transkribus MCP server?

io.github.lazyants/transkribus runs locally as an npm package, launched with npx -y @lazyants/transkribus-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @lazyants/transkribus-mcp-server

# add to Claude Code
claude mcp add lazyants-transkribus -- npx -y @lazyants/transkribus-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "lazyants-transkribus": {
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/transkribus-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "lazyants-transkribus": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "lazyants-transkribus": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@lazyants/transkribus-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add lazyants-transkribus -t stdio -c npx -a -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.

  • 20 Sept 26 −3

    No change was recorded against any check on this day. Stability & Change Management went from 98 to 75.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 92 to 95.

  • 17 Sept 26 −1

    No change was recorded against any check on this day. Stability & Change Management went from 98 to 92.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 95 to 98. Other categories moved too: Supply Chain Security rose 1.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 88 to 92.

  • 13 Sept 26 +1
    • Security disclosure: unverified → pass functional
  • 12 Sept 26 −1
    • Security disclosure: pass → unverified functional
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 78 to 82.

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 20 Sept 2026 · Analysed npm/@lazyants/transkribus-mcp-server@4.0.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
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/v4.0.0
Rekor log index 2753144926
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:43f92d3b9bec78141b1426bda49500c4362390f20c165ee96cd614531b966bdef3c28e086fbefbdebb582ae8f9be9324e28faa65c18be0acb3272df5f

Background: How many MCP packages publish verified provenance →

Dependencies 121 packages
Packages resolved 121
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 304 exposed · ~22,073 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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 ~78

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

No output schema declared.

No examples provided.

transkribus_coll_create_doc_from_iiif ~62

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

NameTypeReqDescription
canvasFilenameReferencestringCanvas filename reference
collIdintegeryesCollection ID
urlstringyesIIIF manifest URL

No output schema declared.

No examples provided.

transkribus_coll_create_doc_from_mets ~86

Create a document in a collection from a METS XML document, uploaded as multipart form data. Provide exactly one of metsXml or metsFilePath.

NameTypeReqDescription
collIdintegeryesCollection ID
metsFilePathstringLocal file path to a METS XML file
metsXmlstringInline METS XML content

No output schema declared.

No examples provided.

transkribus_coll_create_doc_from_mets_url ~48

Create a document in a collection from a METS URL.

NameTypeReqDescription
collIdintegeryesCollection ID
urlstringyesMETS URL

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 ~84

Get the credit usage history for 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_credit_list ~116

List credit packages associated with a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
includeExpiredbooleanInclude expired credits
indexintegerStart index (0-based)
minBalancenumberMinimum balance filter
nValuesintegerNumber of results (-1 for all)
onlyActivebooleanOnly active credits
sortColumnstringColumn to sort by
sortDirectionstringSort direction: asc or 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 ~83

Get credit transaction records for 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_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.

transkribus_coll_get_tag_defs ~41

List tag definitions for a collection.

NameTypeReqDescription
collIdintegeryesCollection ID
legacybooleanUse legacy tag definitions

No output schema declared.

No examples provided.

Common questions

What is the io.github.lazyants/transkribus MCP server?

io.github.lazyants/transkribus is an MCP server listed in the public MCP registry as io.github.lazyants/transkribus. MCP server for the Transkribus REST API, collections, documents, HTR/OCR, and models. This page covers its npm package (@lazyants/transkribus-mcp-server).

Is the io.github.lazyants/transkribus MCP server safe to use?

io.github.lazyants/transkribus scores 90 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.lazyants/transkribus MCP server expose?

io.github.lazyants/transkribus exposes 304 tools: transkribus_auth_check_session, transkribus_auth_get_details, transkribus_auth_invalidate, transkribus_auth_logout, transkribus_auth_refresh, and 299 more. Their descriptions and schemas cost roughly 22,073 tokens of context every time the server is loaded.

Is the io.github.lazyants/transkribus MCP server still maintained?

io.github.lazyants/transkribus is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.lazyants/transkribus MCP server under?

io.github.lazyants/transkribus declares the FSL-1.1-MIT licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.