Skip to main content
Glama
Sunex-AI

Sunex Optics MCP Server

Official
by Sunex-AI

Sunex 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가지 도구

도구

기능

recommend_lens_for_imager

이미지 센서 PN을 입력하면 FOV 및 각도 해상도를 포함한 호환 렌즈를 추천합니다. 원샷 방식.

search_imagers

PN, 제조사 또는 해상도 등급별로 센서를 찾습니다.

get_imager_detail

전체 센서 사양과 계산된 기하학적 정보(mm 단위의 너비/높이/대각선)를 제공합니다.

find_compatible_lenses

픽셀 수와 피치를 입력하면 이미지 서클이 센서를 덮는 렌즈를 반환합니다.

search_products

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 포함)을 사용합니다. 인증 없음, 읽기 전용.

엔드포인트

경로

목적

/mcp

기본 — Streamable HTTP 전송 (현재 MCP 표준)

/sse

레거시 SSE 전송, 하위 호환성을 위해 유지

/.well-known/mcp.json

공개 검색 매니페스트

/

설치 지침이 포함된 랜딩 페이지

자체 호스팅

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를 참조하세요.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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