Truespar · MCP

Open MCP server

Search Truespar's docs from any AI agent.

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.

Streamable HTTP https://mcp.truespar.com/mcp
Transport · Streamable HTTP Auth · None Tools · 1

The tool

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.

Connect it

Add the endpoint to any MCP client with Streamable HTTP support. For example:

{
  "mcpServers": {
    "truespar": {
      "type": "http",
      "url": "https://mcp.truespar.com/mcp"
    }
  }
}

How it works

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.