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 spec 2025-03-26)。旧クライアント用に/sseのレガシーSSEエンドポイントも保持しています。

30秒で接続

Claude

設定 → コネクタ → カスタムコネクタを追加 → 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 spec 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

コントリビューション

Issueや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