Sunex
Enables AI assistants to search Sunex's lens and imager catalog using natural language queries. It provides tools for finding compatible lenses, sensor specifications, and product details through a public Model Context Protocol server.
Sunex Optics MCP Server
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
Connect in 30 seconds
Claude
Settings → Connectors → Add custom connector → paste https://mcp.sunex-ai.com/sse
Cursor / Continue / Zed
Add to your MCP config with transport sse and the URL above.
ChatGPT
Via any MCP → OpenAPI bridge as a custom GPT Action.
Five tools
| 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. |
Example prompts
- "Recommend a wide-angle lens for the Sony IMX577 with F/2.0 or faster."
- "I need fisheye lenses under $100."
- "What's the diagonal of the IMX477 in mm?"
- "Find lenses for a 1920×1080 sensor with 3µm pixels, 100–180° HFOV."
Architecture
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.
Self-host
git clone https://github.com/sunex-ai/optics-mcp
cd optics-mcp
npm install
npx wrangler login
npx wrangler deploy
Discovery
Public manifest: https://mcp.sunex-ai.com/.well-known/mcp.json
mcpServer Config block
{ "mcpServers": { "sunex-optics": { "type": "sse", "url": "https://mcp.sunex-ai.com/sse" } } }
Contributing
Issues and PRs welcome. For requests about the backend API (pricing, additional catalog fields, new endpoints), email [email protected].
License
MIT — see LICENSE.
Related Servers
StonkWatch
Real-time ASX market intelligence for AI agents — announcements, AI summaries, sentiment, social intelligence, stock prices, and franking credit calculator across 2,200+ Australian-listed companies.
rootvine-mcp
Cross-platform music link resolution for AI agents. Resolve any song or album across Spotify, Apple Music, Amazon, YouTube, and more. Returns affiliate-ready links with click tracking
Bible Study
Study the Bible in its original languages, trace themes across both testaments, and compare five translations — all in one conversation. Ask any question about what Scripture says and get grounded, cited answers: What does the Bible say about suffering? Topical search surfaces Job as the Bible's principal witness on suffering (with explanations of why it matters and suggested starting passages), Psalms on lament, Romans on justification — whole books and narratives alongside individual verses. What is the Hebrew word behind lovingkindness in Psalm 23? Compare how KJV and WEB translate John 3:16. Trace the word grace through Paul's letters. Covers 155,510 verses across KJV, WEB, ASV, YLT, and Darby with 606,140 cross-references, 17,543 Strong's entries, BDB and Thayer lexicon definitions, and Nave's 5,319 topical categories.
Memento-cmp
A Three-Layer Memory Architecture for LLMs (Redis + Postgres + Vector) MCP
Nomad Stays
The world's platform for finding and booking digital nomad friend accommodation
Control4 MCP Server
A safe-by-default MCP server that exposes your Control4 home automation (lights, scenes, locks, thermostats, and media) as structured tools over HTTP and Claude Desktop STDIO for reliable AI-powered control on your local network.
OpenDART MCP
orean corporate disclosure & financial data from DART (금융감독원 전자공시시스템). Search companies, filings, and financial statements via OpenDART API.
Launch Engine
Agentic pipeline that transforms ideas to revenue — for solo founders and bootstrappers.
InfoLeg
MCP to wrap https://www.infoleg.gob.ar site's capabilities
Video Still Capture MCP
An MCP server for accessing and controlling webcams using OpenCV.