Sunex Optics MCP Server
OfficialSunex 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つのツール
ツール | 機能 |
| イメージャの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 spec 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
コントリビューション
Issueや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