Server data from the Official MCP Registry
Search Sunex lenses and imager sensors, match compatible optics, get pricing. No API key needed.
Search Sunex lenses and imager sensors, match compatible optics, get pricing. No API key needed.
Remote endpoints: sse: https://mcp.sunex-ai.com/sse
Valid MCP server (1 strong, 1 medium validity signals). 5 known CVEs in dependencies Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-sunex-optics-mcp": {
"url": "https://mcp.sunex-ai.com/sse"
}
}
}From the project's GitHub README.
A public Model Context Protocol server that lets AI assistants search Sunex's lens and imager catalog in natural language.
Live endpoint: https://mcp.sunex-ai.com/sse
Landing page: sunex-ai.com
Settings → Connectors → Add custom connector → paste https://mcp.sunex-ai.com/sse
Add to your MCP config with transport sse and the URL above.
Via any MCP → OpenAPI bridge as a custom GPT Action.
| Tool | What it does |
|---|---|
recommend_lens_for_imager | Give it an imager PN → compatible lenses with FOV and angular resolution. One shot. |
search_imagers | Find sensors by PN, manufacturer, or resolution class. |
get_imager_detail | Full sensor specs plus computed geometry (width / height / diagonal in mm). |
find_compatible_lenses | Given pixel count + pitch, return lenses whose image circle covers the sensor. |
search_products | Full catalog search by PN or keyword, with sample pricing and RFQ links. |
Claude / Cursor / ChatGPT → mcp.sunex-ai.com → optics-online.com/api/v1
(MCP client) (Cloudflare Worker) (ASP JSON API)
Thin proxy on Cloudflare Workers (free tier) over Sunex's production catalog. SSE transport per MCP spec 2024-11-05. No auth, read-only.
git clone https://github.com/sunex-ai/optics-mcp
cd optics-mcp
npm install
npx wrangler login
npx wrangler deploy
Public manifest: https://mcp.sunex-ai.com/.well-known/mcp.json
{ "mcpServers": { "sunex-optics": { "type": "sse", "url": "https://mcp.sunex-ai.com/sse" } } }
Issues and PRs welcome. For requests about the backend API (pricing, additional catalog fields, new endpoints), email support@sunex.com.
MIT — see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.