INDIVIDUAL MCP TOOL
list_products
List the Free Battery Factory products whose documentation is hosted here, each with a one-line blurb, current docs version, and canonical URLs.
LIVE ENDPOINT
https://freebatteryfactory.com/mcp
Connect to this endpoint to inspect the live schema for list_products and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_docs— Full-text search across the product documentation.get_doc— 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).get_llms_full— Return a link to the complete, source-linked agent reference (llms-full.describe_page_dimensions— Describe 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.