← freebatteryfactory.com
INDIVIDUAL MCP TOOL
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).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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
list_products— List the Free Battery Factory products that have live documentation, each with a one-line blurb, current docs version, and canonical URLs.search_docs— Full-text search across the product documentation.get_llms_full— Return a link to the complete, source-linked agent reference (llms-full.