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.

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nestordemeure/lantern-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server