Open MCP server
A public Model Context Protocol endpoint. Point any MCP client - Claude Desktop, Claude Code, or your own agent - at it and it can search every Truespar product doc, guide, and post with hybrid keyword + vector search. No account, no key.
https://mcp.truespar.com/mcp
search_docs(query, product?, limit?)
Returns the most relevant documentation passages for a question, each with its page URL. Optionally filter by product (paddock, traverse, torque, …) or cap the number of results.
Add the endpoint to any MCP client with Streamable HTTP support. For example:
{
"mcpServers": {
"truespar": {
"type": "http",
"url": "https://mcp.truespar.com/mcp"
}
}
}
Your query is embedded and run as a hybrid keyword + vector search over an index of the Truespar site. The search engine is Torque; the embeddings are served by Paddock - both Truespar engines, on Truespar hardware.