MCP-Server anbinden
CovaSyn stellt über 130 deterministische Chemie-Tools als MCP-Server bereit. Jeder MCP-fähige Client (Claude, Cursor, VS Code und andere) verbindet sich über Streamable HTTP.
Endpunkt
https://mcp.covasyn.com/mcp
Transport: Streamable HTTP, MCP-Protokollversion 2025-06-18. Server-Sent Events werden unterstützt.
Authentifizierung
Anfragen an den Server authentifizierst du mit einem API-Key, wahlweise als Kopfzeile X-CovaSyn-Key oder als Authorization: Bearer. Wie du einen Key bekommst, steht unter API-Keys und Authentifizierung.
Zusätzlich spricht der Server OAuth 2.1 mit PKCE und Dynamic Client Registration. Clients, die den MCP-OAuth-Fluss beherrschen, verbinden sich ohne manuelle Key-Eingabe. Die Discovery-Dokumente:
https://mcp.covasyn.com/.well-known/oauth-protected-resource https://mcp.covasyn.com/.well-known/oauth-authorization-server
Client-Konfiguration
Claude Code:
claude mcp add --transport http covasyn https://mcp.covasyn.com/mcp \ --header "X-CovaSyn-Key: <dein-key>"
Claude Desktop, Cursor und VS Code (mcp.json):
{
"mcpServers": {
"covasyn": {
"type": "http",
"url": "https://mcp.covasyn.com/mcp",
"headers": { "X-CovaSyn-Key": "<dein-key>" }
}
}
}Kontingente
Der Free-Tier umfasst 100 Analysen pro Woche, kostenlos und ohne Zahlungsdaten. Die Stufen Pro und Max stehen auf der Preisseite.
