AI agent access
Teeline's solvers are reachable by an AI agent two ways: in the browser via WebMCP, or natively inside Claude via a Wassette MCP component.
In the browser, via WebMCP
The Teeline TSP solver exposes its solver tools via the
WebMCP declarative API,
allowing AI agents to call solveTSP, listAlgorithms,
parseProblem, and compareTours directly in the browser — no
server round-trip, no API key.
-
Chrome ≥ 149 required
— check your version at
chrome://version. -
Enable the testing flag: open
chrome://flags/#enable-webmcp-testing, set it to Enabled, and relaunch Chrome. - Install the WebMCP Inspector extension from the Chrome Web Store.
- Follow Google's official getting started guide to connect your AI agent.
Once connected, open the solver page — that's where the tool forms actually live, so an agent needs to be pointed there to call them.
Natively in Claude, via MCP
The solver component can also be loaded as a native MCP tool inside Claude via
Wassette —
paste a .tsp file, ask Claude to list algorithms, pick one, and get a
tour back without leaving the chat. See the
Wassette setup guide
for details.