AI assistants (MCP)
You can connect this documentation to your AI assistant, so that it searches these pages instead of guessing, and answers with links you can verify.
The endpoint is public and free to use:
https://docs.silixcon.com/mcp
It speaks Model Context Protocol (MCP), the protocol AI assistants use to talk to external tools. No account, API key or sign-in is needed.
How to connect
Claude — Settings → Connectors → Add custom connector → paste the URL → Add.
ChatGPT — Settings → Connectors → Create → paste the URL → tick I trust this application → Create.
Cursor — Tools and MCPs → Add MCP Server → paste the URL, name it silixcon-docs
→ Save.
Claude Code and other CLI clients
claude mcp add --transport http silixcon-docs https://docs.silixcon.com/mcp
Anything that uses the usual JSON config (VS Code, Claude Desktop, ...)
{
"mcpServers": {
"silixcon-docs": {
"url": "https://docs.silixcon.com/mcp"
}
}
}
What it is good for
Ask about a parameter, a state variable, a shell command, a CAN id, a wiring rule or a hardware limit, and the assistant looks it up here rather than inventing it. Because every result carries the URL of the section it came from, you can open the page and check it.
It is worth telling the assistant to always cite the links it used — most will do it anyway, but asking makes verification easier.
Limits
The endpoint searches only what is published on docs.silixcon.com. Content of private
instances (*.private.silixcon.com) is not included, and no private instance has a
/mcp route of its own.
Private instances intentionally use a fully local search engine that does not send any information to third-party servers. Keeping your searches on private instances completely private is the reason this feature exists on the public site only.
The assistant receives matching sections, not the whole documentation. It can still miss context that lives on a neighbouring page, and it can still summarize incorrectly. For anything safety related — powering, precharge, protections, current limits — read the linked page before you act on the answer.
Prefer not to set anything up?
Use the siliXcon chatbot, which already searches this documentation for you, with nothing to install.