Sunex Optics MCP Server
OfficialSunex Optics MCP 서버
AI 어시스턴트가 Sunex의 렌즈 및 이미지 센서 카탈로그를 자연어로 검색할 수 있게 해주는 공개 Model Context Protocol 서버입니다.
라이브 엔드포인트: https://mcp.sunex-ai.com/mcp
랜딩 페이지: sunex-ai.com
전송 방식: Streamable HTTP (MCP 사양 2025-03-26). 이전 클라이언트를 위해 /sse의 레거시 SSE 엔드포인트가 유지됩니다.
30초 만에 연결하기
Claude
설정(Settings) → 커넥터(Connectors) → 사용자 지정 커넥터 추가(Add custom connector) → https://mcp.sunex-ai.com/mcp 붙여넣기
Cursor / Continue / Zed
전송 방식 streamable-http와 위 URL을 사용하여 MCP 설정에 추가하세요.
ChatGPT
임의의 MCP → OpenAPI 브릿지를 통해 사용자 지정 GPT 액션으로 사용 가능.
Related MCP server: Agent Construct
5가지 도구
도구 | 기능 |
| 이미지 센서 PN을 입력하면 FOV 및 각도 해상도를 포함한 호환 렌즈를 추천합니다. 원샷 방식. |
| PN, 제조사 또는 해상도 등급별로 센서를 찾습니다. |
| 전체 센서 사양과 계산된 기하학적 정보(mm 단위의 너비/높이/대각선)를 제공합니다. |
| 픽셀 수와 피치를 입력하면 이미지 서클이 센서를 덮는 렌즈를 반환합니다. |
| PN 또는 키워드로 전체 카탈로그를 검색하며, 샘플 가격 및 RFQ 링크를 제공합니다. |
예시 프롬프트
"Sony IMX577용 F/2.0 이상의 광각 렌즈를 추천해 줘."
"100달러 미만의 어안 렌즈가 필요해."
"IMX477의 대각선 길이는 몇 mm인가요?"
"3µm 픽셀, 100–180° HFOV를 가진 1920×1080 센서용 렌즈를 찾아줘."
아키텍처
Claude / Cursor / ChatGPT → mcp.sunex-ai.com → optics-online.com/api/v1
(MCP client) (Cloudflare Worker) (ASP JSON API)Sunex의 프로덕션 카탈로그 위에 구축된 Cloudflare Workers(무료 티어) 기반의 씬 프록시입니다. MCP 사양 2025-03-26에 따른 Streamable HTTP 전송(레거시 SSE 포함)을 사용합니다. 인증 없음, 읽기 전용.
엔드포인트
경로 | 목적 |
| 기본 — Streamable HTTP 전송 (현재 MCP 표준) |
| 레거시 SSE 전송, 하위 호환성을 위해 유지 |
| 공개 검색 매니페스트 |
| 설치 지침이 포함된 랜딩 페이지 |
자체 호스팅
git clone https://github.com/Sunex-AI/Optics-mcp
cd Optics-mcp
npm install
npx wrangler login
npx wrangler deploy도구 직접 호출 (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}
)검색
공개 매니페스트: https://mcp.sunex-ai.com/.well-known/mcp.json
기여
이슈 및 PR을 환영합니다. 백엔드 API(가격, 추가 카탈로그 필드, 새 엔드포인트) 관련 요청은 support@sunex.com으로 이메일을 보내주세요.
라이선스
MIT — LICENSE를 참조하세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceImplements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.1153
- Alicense-qualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.MIT

cfabric-mcpofficial
Alicense-qualityCmaintenanceEnables AI agents to perform corpus analysis tasks such as discovery, search, and data access via the Model Context Protocol.9MIT- Alicense-qualityDmaintenanceProvides a standardized interface for interacting with OpenAI's tools and services through the Model Context Protocol, enabling seamless integration with MCP-compliant applications.MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Live Google Maps business search, review, and photo data for AI agents over MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sunex-AI/Optics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server