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 theWebMCP 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 theWebMCP Inspector extensionfrom the Chrome Web Store.
- FollowGoogle's official getting started guideto 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 viaWassette — paste a .tsp file, ask Claude to list algorithms, pick one, and get a tour back without leaving the chat. See theWassette setup guidefor details.