Skip to main content
Glama

Server Details

Search and read the Free Battery Factory docs (LiteShip, batpak) as live MCP tools.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, non-overlapping purpose: list_products discovers products, search_docs finds pages, get_doc retrieves a specific page, and get_llms_full returns the full reference. No ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (list_products, search_docs, get_doc, get_llms_full). Predictable and easy to understand.

Tool Count5/5

With 4 tools, the set is well-scoped for a documentation server. Each tool provides essential functionality without being too many or too few.

Completeness4/5

The tools cover core documentation workflows: list products, search, fetch single page, and get full reference. A minor gap is lack of a dedicated table-of-contents tool, but search and get_doc compensate well.

Available Tools

4 tools
get_docRead a documentation page
Read-only
Inspect

Fetch a single documentation page as Markdown, given a product id and a page slug (both come from list_products / search_docs results, or a doc URL like /liteship/overview). Returns the title, description, a heading outline, and the full Markdown body.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesPage slug, e.g. "overview" or "factory" (from search_docs results or the last path segment of a doc URL).
productYesProduct id from list_products (e.g. "liteship", "batpak").
get_llms_fullGet a product’s full agent reference
Read-only
Inspect

Return a link to the complete, source-linked agent reference (llms-full.txt) for a product — its entire prose, API surface, and examples in one document. This file is large, so it is returned as a resource link and canonical URL rather than inlined; use search_docs/get_doc for targeted lookups and this when you want the whole corpus.

ParametersJSON Schema
NameRequiredDescriptionDefault
productYesProduct id from list_products.
list_productsList documented products
Read-only
Inspect

List the Free Battery Factory products that have live documentation, each with a one-line blurb, current docs version, and canonical URLs. Call this first to discover the valid product ids used by the other tools.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
productsYes
search_docsSearch the documentation
Read-only
Inspect

Full-text search across the product documentation. Returns the best-matching pages with title, description, canonical URL, matched section headings, and a snippet. Omit product to search every product at once, or pass one of the ids from list_products to scope it.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return (default 8, max 25).
queryYesSearch terms, e.g. "boundary hysteresis" or "deterministic replay".
productNoOptional product id from list_products to scope the search. Omit to search all products.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultsYes

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    Enables AI agents to search, read, and traverse documentation bundles in Open Knowledge Format via MCP tools.
    Last updated
    322
    45
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables browsing, reading, and searching Flatpak documentation files (.rst and .html) through a standardized MCP interface. Provides tools to list, get content, search across documents, and retrieve documentation structure, along with pre-defined prompts for common topics.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to search, deep-read, and build knowledge bases from Markdown, PDF, DOCX, and PPTX documents via MCP tools for retrieval, document navigation, and ingestion.
    Last updated
    73
    612
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources