Sunex Optics MCP Server
OfficialSunex Optics MCP-Server
Ein öffentlicher Model Context Protocol-Server, der es KI-Assistenten ermöglicht, den Objektiv- und Bildsensor-Katalog von Sunex in natürlicher Sprache zu durchsuchen.
Live-Endpunkt: https://mcp.sunex-ai.com/mcp
Landingpage: sunex-ai.com
Transport: Streamable HTTP (MCP-Spezifikation 2025-03-26). Der Legacy-SSE-Endpunkt unter /sse bleibt für ältere Clients erhalten.
In 30 Sekunden verbinden
Claude
Einstellungen → Connectors → Benutzerdefinierten Connector hinzufügen → https://mcp.sunex-ai.com/mcp einfügen
Cursor / Continue / Zed
Fügen Sie ihn Ihrer MCP-Konfiguration mit dem Transport streamable-http und der oben genannten URL hinzu.
ChatGPT
Über eine beliebige MCP-zu-OpenAPI-Brücke als benutzerdefinierte GPT-Aktion.
Related MCP server: Agent Construct
Fünf Werkzeuge
Werkzeug | Funktion |
| Geben Sie eine Sensor-Teilenummer (PN) ein → kompatible Objektive mit Sichtfeld (FOV) und Winkelauflösung. Ein Schritt. |
| Sensoren nach PN, Hersteller oder Auflösungsklasse finden. |
| Vollständige Sensorspezifikationen plus berechnete Geometrie (Breite / Höhe / Diagonale in mm). |
| Geben Sie Pixelanzahl + Pitch ein, um Objektive zu erhalten, deren Bildkreis den Sensor abdeckt. |
| Vollständige Katalogsuche nach PN oder Stichwort, mit Beispielpreisen und RFQ-Links. |
Beispiel-Prompts
"Empfiehl ein Weitwinkelobjektiv für den Sony IMX577 mit F/2.0 oder schneller."
"Ich benötige Fischaugenobjektive unter 100 $."
"Wie groß ist die Diagonale des IMX477 in mm?"
"Finde Objektive für einen 1920×1080 Sensor mit 3µm Pixeln, 100–180° HFOV."
Architektur
Claude / Cursor / ChatGPT → mcp.sunex-ai.com → optics-online.com/api/v1
(MCP client) (Cloudflare Worker) (ASP JSON API)Schlanker Proxy auf Cloudflare Workers (Free Tier) über dem Produktionskatalog von Sunex. Streamable HTTP-Transport gemäß MCP-Spezifikation 2025-03-26 (mit beibehaltenem Legacy-SSE). Keine Authentifizierung, schreibgeschützt.
Endpunkte
Pfad | Zweck |
| Primär — Streamable HTTP-Transport (aktueller MCP-Standard) |
| Legacy-SSE-Transport, zur Abwärtskompatibilität beibehalten |
| Öffentliches Discovery-Manifest |
| Landingpage mit Installationsanweisungen |
Selbst-Hosting
git clone https://github.com/Sunex-AI/Optics-mcp
cd Optics-mcp
npm install
npx wrangler login
npx wrangler deployEin Werkzeug direkt aufrufen (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
Öffentliches Manifest: https://mcp.sunex-ai.com/.well-known/mcp.json
Mitwirken
Problemberichte und Pull Requests sind willkommen. Für Anfragen zur Backend-API (Preise, zusätzliche Katalogfelder, neue Endpunkte) senden Sie eine E-Mail an support@sunex.com.
Lizenz
MIT — siehe 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