Skip to main content
Glama
tobbaz

runeberg-mcp

by tobbaz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CSE_IDNoYour Google Custom Search Engine ID. Required only if using the optional Google Custom Search JSON API instead of the default zero-config search.
GOOGLE_API_KEYNoYour Google Custom Search API key. Required only if using the optional Google Custom Search JSON API instead of the default zero-config search.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
runeberg_searchA

Full-text search across digitized books, encyclopedias, and literature in Project Runeberg (runeberg.org).

Args:
    query: Search keywords or phrases (e.g. "Abraham Brodersson", "Dödsdansen", or "Falun gruva").
    max_results: Maximum number of search results to return (default: 10).
runeberg_read_pageA

Read the cleaned, transcribed/OCR text of a specific book page from Project Runeberg.

Args:
    url_or_slug: Full page URL (e.g. 'https://runeberg.org/pvmhall/0105.html') or work slug (e.g. 'pvmhall').
    page: Optional page number if slug was provided (e.g. '0105' or 105).
runeberg_get_work_infoA

Get metadata, publication details, and table of contents/chapter list for a work in Project Runeberg.

Args:
    work_slug: The work identifier (e.g. 'dasakungen', 'sbh', 'nfda', 'salmonsen').

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool serves a distinct purpose: search for discovery, read_page for content access, and get_work_info for metadata. No overlap in functionality or ambiguous boundaries.

Naming Consistency5/5

All tool names follow the same pattern: 'runeberg_' prefix with verb_noun structure (search, read_page, get_work_info). Consistent use of snake_case and clear verbs.

Tool Count4/5

With only 3 tools, the set is minimal but appropriate for a focused read-only library access server. It covers search, retrieval, and metadata without excess.

Completeness4/5

The tools cover the core lifecycle: discover (search), access (read_page), and understand context (get_work_info). Minor gaps exist, such as lack of a browse/list tool, but search effectively covers discovery.

Maintenance

ActivityMaintained
ResponsivenessNo issues