Skip to content

Releases: SynapseOptics/StockLensDatabaseMCP

Release list

v1.0.1

Choose a tag to compare

@SynapseOptics SynapseOptics released this 24 May 16:28

First public release of the standalone Stock-Lens Database MCP — an engine-free MCP server (plus a Windows GUI configurator) over the LensHH-LT stock-lens catalog (~7,600 lenses from Edmund Optics, Thorlabs, and Ross Optical).

What it does

  • Query the catalog from Claude: search_stock, get_lens_details, list_vendors, list_glasses.
  • Export any stock lens with the unified export_lens tool — lhlt, optiland, zemax, oslo, codev, optalix — with an optional reversed=true to flip a lens front-to-back.

Downloads

File Platform Notes
StockLensDatabaseMCP-Setup-1.0.1.exe Windows Installer; catalog bundled, no separate download. Launches the configurator to register with Claude Desktop / Claude Code.
stocklens-mcp-unix-1.0.1.tar.gz macOS / Linux Framework-dependent build + bundled catalog. Needs the .NET 8 runtime. See README-UNIX.md inside.
catalogs.zip source builds Standalone catalog for scripts/fetch-catalog.{sh,ps1} when building from source.

See the README for install and registration details.

Fix since the 1.0.0 build

  • claude mcp add registration: --env is now placed after the server name (the flag is variadic and was swallowing the name, causing "missing required argument 'commandOrUrl'").