suprsonic-mcp
@suprsonic/mcp
MCP-Server für Suprsonic. Verleiht jedem KI-Agenten Dutzende von Fähigkeiten über eine einzige Verbindung.
Schnelleinstieg
SUPRSONIC_API_KEY=omk_your_key npx -y @suprsonic/mcpHolen Sie sich Ihren API-Schlüssel unter suprsonic.ai/app/apis.
Related MCP server: Adorbis AI MCP Server
Claude Desktop
Fügen Sie dies zu ~/Library/Application Support/Claude/claude_desktop_config.json hinzu:
{
"mcpServers": {
"suprsonic": {
"command": "npx",
"args": ["-y", "@suprsonic/mcp"],
"env": {
"SUPRSONIC_API_KEY": "omk_your_key"
}
}
}
}Cursor / VS Code
Fügen Sie dies zu .cursor/mcp.json oder der VS Code MCP-Konfiguration hinzu:
{
"suprsonic": {
"command": "npx",
"args": ["-y", "@suprsonic/mcp"],
"env": {
"SUPRSONIC_API_KEY": "omk_your_key"
}
}
}Remote HTTP (für Claude API, ChatGPT, programmatische Agenten)
SUPRSONIC_API_KEY=omk_your_key npx -y @suprsonic/mcp --http --port 3100Verbinden Sie sich dann mit http://localhost:3100/mcp.
Verfügbare Tools
Tool | Was es tut |
search | Websuche (KI-Synthese, SERP oder beides) |
scrape | Inhalte von jeder URL als Markdown extrahieren |
profiles | Berufliche Profile nach Name oder LinkedIn-URL finden |
emails | Berufliche E-Mail-Adressen finden |
images | Bilder aus Text-Prompts generieren |
tts | Text in Sprache umwandeln |
stt | Audio in Text transkribieren |
sms | SMS oder WhatsApp-Nachrichten senden |
documents | Strukturierte Daten von URLs extrahieren |
companies | Unternehmensdaten nach Domain nachschlagen |
email-verify | Prüfen, ob eine E-Mail zustellbar ist |
transcribe | Audio mit Sprecher-Labels transkribieren |
invoice-parse | Daten aus Rechnungen extrahieren |
subtitle | SRT/VTT-Untertitel generieren |
file-convert | Dateien zwischen über 200 Formaten konvertieren |
bg-remove | Bildhintergründe entfernen |
screenshot | Screenshots von Webseiten aufnehmen |
Antwortformat
Jedes Tool gibt ein einheitliches Antwortobjekt zurück:
{
"success": true,
"data": {
"results": [
{ "title": "OpenAI raises $6.6B", "url": "https://...", "snippet": "..." }
]
},
"error": null,
"metadata": {
"provider_used": "serperdev",
"providers_tried": ["serperdev"],
"response_time_ms": 1200,
"request_id": "req_abc123"
},
"credits_used": 1
}Bei einem Fehler ist success auf false gesetzt und error enthält die Details (siehe unten).
Fehlerbehandlung
Struktur des Fehlerobjekts (wird zurückgegeben, wenn success false ist):
{
"type": "billing_error",
"title": "Insufficient credits",
"status": 402,
"detail": "Your account has 0 credits remaining. Add credits at suprsonic.ai/app/billing.",
"is_retriable": false,
"retry_after_seconds": null,
"error_category": "billing"
}Fehlerkategorien: transient (sicher für Wiederholungsversuche), permanent (ungültige Anfrage), authentication (ungültiger Schlüssel), billing (kein Guthaben mehr).
Bei der Verwendung von MCP erhält der KI-Agent den Fehler in der Tool-Antwort und kann basierend auf is_retriable und retry_after_seconds entscheiden, ob ein erneuter Versuch sinnvoll ist.
Vollständige API-Referenz mit allen Parametern und Beispielantworten: suprsonic.ai/apis
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
- AlicenseAqualityFmaintenanceUnified AI compute API gateway for agents. Access 30+ services and 95+ models across 8 backends (Groq, Together AI, DeepInfra, Fireworks, Replicate, RunPod) with native x402 USDC payments, Stripe, and crypto top-up.5502MIT

Adorbis AI MCP Serverofficial
Alicense-qualityBmaintenanceEnables AI assistants to access 40+ models via one API key with automatic routing for chat, code, reasoning, and writing tasks.951MIT- Alicense-qualityDmaintenanceProvides AI agents access to over 200 AI models and 10 service categories via a unified, metered API with transparent per-call pricing.7MIT
- AGPL 3.0
Related MCP Connectors
Pay-per-call agent superpowers: media/video gen, product demos, research, GTM, scraping, compute.
The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
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/O-mega-Enterprise/suprsonic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server