Skip to main content
Glama
nestordemeure

lantern-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LANTERN_CACHE_DIRNoOverride the default cache directory for OCR downloads.
LANTERN_MIN_REQUEST_INTERVALNoMinimum request interval in seconds (default 5). Overrides the crawl-delay from robots.txt.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_lanternA

Search the entertainment trade press full text.

Lantern indexes the Media History Digital Library: Variety, Billboard, the New York Clipper, Motion Picture Herald, the studio year books and the fan magazines, roughly 1900-1960. This is the industry's own press - where stage acts were reviewed, booked and gossiped about by the trade that employed them - rather than general news coverage.

THE DEFAULT OPERATOR IS OR, NOT AND. Bare words are combined with OR, so thought reader matches every page holding either word (272,059) while "thought reader" matches the phrase (27). Always quote a phrase, or join words with AND. Boolean AND, OR and NOT work; wildcards and proximity do not.

Each result resolves to one scanned leaf and carries its keyword-in-context excerpt inline, with matches in {braces}, so no further call is needed to judge a hit.

get_lantern_textA

Download one leaf's OCR text, returning the path to the cached file.

Use only when the search excerpt is not enough and the whole page has to be read or grepped. This is expensive per volume: the Internet Archive serves OCR per volume rather than per page, so the first leaf of a volume costs an 8-25 MB download and every later leaf of that volume is then free.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one searches and returns excerpts, the other fetches full OCR text for a specific leaf. There is no ambiguity in their roles, and descriptions reinforce their complementary nature.

Naming Consistency5/5

Both tool names follow a consistent verb_noun snake_case pattern: search_lantern and get_lantern_text. Even though one adds a modifier, the verb-first structure and shared domain noun keep the naming uniform and predictable.

Tool Count3/5

With only two tools, the set feels minimal — at the low end of what's useful. For such a narrow domain (searching and reading a specific archive), two might suffice, but it still borders on overly thin.

Completeness4/5

The workflow is complete for the core use case: search to locate relevant pages, then fetch full text when needed. Minor gaps exist, such as no way to browse volumes or get metadata, but these are not essential for typical search-and-read tasks.

Maintenance

ActivitySlowing
ResponsivenessNo issues