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/mcp
Landing page: sunex-ai.com
Transport: Streamable HTTP (MCP spec 2025-03-26). Legacy SSE endpoint at /sse preserved for older clients.
Connect in 30 seconds
Claude
Settings → Connectors → Add custom connector → paste https://mcp.sunex-ai.com/mcp
Cursor / Continue / Zed
Add to your MCP config with transport streamable-http 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. Streamable HTTP transport per MCP spec 2025-03-26 (with legacy SSE preserved). No auth, read-only.
Endpoints
| Path | Purpose |
|---|---|
/mcp | Primary — Streamable HTTP transport (current MCP standard) |
/sse | Legacy SSE transport, preserved for backward compatibility |
/.well-known/mcp.json | Public discovery manifest |
/ | Landing page with install instructions |
Self-host
git clone https://github.com/Sunex-AI/Optics-mcp
cd Optics-mcp
npm install
npx wrangler login
npx wrangler deploy
Calling a tool directly (Python)
from mcp import ClientSession
from mcp.client.streamable_http import streamablehttp_client
async with streamablehttp_client("https://mcp.sunex-ai.com/mcp") as (r, w, _):
async with ClientSession(r, w) as session:
await session.initialize()
result = await session.call_tool(
"recommend_lens_for_imager",
{"imagerPn": "IMX577", "fNumMax": 2.0}
)
Discovery
Public manifest: https://mcp.sunex-ai.com/.well-known/mcp.json
Contributing
Issues and PRs welcome. For requests about the backend API (pricing, additional catalog fields, new endpoints), email [email protected].
License
MIT — see LICENSE.
관련 서버
Wordle MCP
Fetches daily Wordle solutions for a specific date via the Wordle API.
OneKGPd-MCP
Real-time access to 1000 Genomes Project dataset
Tokyo WBGT MCP Server
Provides real-time and forecast WBGT (Heat Index) data for Tokyo from Japan's Ministry of the Environment.
MuscleScience
Free hypertrophy knowledge base - based exclusively on scientific papers.
BCB BR MCP
MCP server for Brazilian Central Bank (BCB) economic data — Selic, IPCA, exchange rates, GDP, and 150+ time series for AI agents
Baseball MCP
An MCP server for retrieving Major League Baseball (MLB) game results, schedules, and specific game details using the mlb-statsapi library.
RateAPI MCP Server
Real interest rates from 1,400+ US credit unions across 50 states. Covers mortgages, auto loans, HELOCs, personal loans, and credit cards. Rates ranked by APR with zero affiliate bias. Works with Claude Desktop and ChatGPT. Free tier available.
NexVigilant Station
Pharmacovigilance intelligence — 165 tools for drug safety data (FDA FAERS, EudraVigilance, WHO, PubMed, ClinicalTrials.gov), signal detection (PRR/ROR/IC/EBGM), causality assessment, and guided research courses. Open, no auth required.
CHeema-Text-to-Voice-MCP-Server
AI-powered text-to-speech MCP server with instant voice cloning. Generate speech from Claude Desktop, Claude Code, or n8n using 5 built-in voices (English, German, French, Spanish) or clone any voice from a short audio sample. Runs fully local, no API keys, no cloud. Supports stdio, SSE, and HTTP transports.
SpaceTraders
An MCP server for interacting with the SpaceTraders API, a space-based trading and exploration game.