Developer Tools
freebatteryfactory.com
Provides documentation search and retrieval for Free Battery Factory products.
ENDPOINT 1
https://freebatteryfactory.com/mcp
MCP server metadata
- Name
- freebatteryfactory-docs
- Version
- 1.0.0
Documentation for The Free Battery Factory’s open-source developer tools — LiteShip (constraint-based adaptive rendering: signals → states → CSS/GLSL/ARIA) and batpak (embedded, sync-first event store for Rust). Start with list_products to see what’s documented, search_docs to find relevant pages, get_doc to read one as Markdown, and get_llms_full for a product’s complete reference. Separately, describe_page_dimensions reports this site’s own adaptive layout regimes — not documentation about LiteShip, but this page rendered by it.
Known tools 5
list_productsList the Free Battery Factory products whose documentation is hosted here, each with a one-line blurb, current docs version, and canonical URLs.
Inferred read-onlyget_docFetch 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).
Inferred read-onlyget_llms_fullReturn a link to the complete, source-linked agent reference (llms-full.
Inferred read-onlydescribe_page_dimensionsDescribe the adaptive dimensions of this site's pages: each named layout regime, the states it can occupy, and the signal and thresholds it is carved from.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.freebatteryfactory-docs]
url = "https://freebatteryfactory.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freebatteryfactory-docs": {
"type": "http",
"url": "https://freebatteryfactory.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freebatteryfactory-docs
Remote MCP URL: https://freebatteryfactory.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"freebatteryfactory-docs": {
"url": "https://freebatteryfactory.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freebatteryfactory-docs": {
"type": "http",
"url": "https://freebatteryfactory.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freebatteryfactory-docs",
"transport": "streamable-http",
"url": "https://freebatteryfactory.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for freebatteryfactory.com was fetched 2026-08-04T16:22:25.862Z and is being refreshed.
freebatteryfactory.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.