suprsonic-mcp
@suprsonic/mcp
Servidor MCP para Suprsonic. Proporciona a cualquier agente de IA docenas de capacidades a través de una única conexión.
Inicio rápido
SUPRSONIC_API_KEY=omk_your_key npx -y @suprsonic/mcpObtén tu clave API en suprsonic.ai/app/apis.
Related MCP server: Adorbis AI MCP Server
Claude Desktop
Añádelo a ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"suprsonic": {
"command": "npx",
"args": ["-y", "@suprsonic/mcp"],
"env": {
"SUPRSONIC_API_KEY": "omk_your_key"
}
}
}
}Cursor / VS Code
Añádelo a .cursor/mcp.json o a la configuración MCP de VS Code:
{
"suprsonic": {
"command": "npx",
"args": ["-y", "@suprsonic/mcp"],
"env": {
"SUPRSONIC_API_KEY": "omk_your_key"
}
}
}HTTP remoto (para API de Claude, ChatGPT, agentes programáticos)
SUPRSONIC_API_KEY=omk_your_key npx -y @suprsonic/mcp --http --port 3100Luego conéctate a http://localhost:3100/mcp.
Herramientas disponibles
Herramienta | Qué hace |
search | Busca en la web (síntesis de IA, SERP o ambos) |
scrape | Extrae contenido de cualquier URL como Markdown |
profiles | Encuentra perfiles profesionales por nombre o URL de LinkedIn |
emails | Encuentra direcciones de correo electrónico profesionales |
images | Genera imágenes a partir de prompts de texto |
tts | Convierte texto a voz |
stt | Transcribe audio a texto |
sms | Envía mensajes SMS o WhatsApp |
documents | Extrae datos estructurados de URLs |
companies | Busca datos de empresas por dominio |
email-verify | Comprueba si un correo electrónico es entregable |
transcribe | Transcribe audio con etiquetas de orador |
invoice-parse | Extrae datos de facturas |
subtitle | Genera subtítulos SRT/VTT |
file-convert | Convierte archivos entre más de 200 formatos |
bg-remove | Elimina fondos de imágenes |
screenshot | Captura capturas de pantalla de páginas web |
Formato de respuesta
Cada herramienta devuelve un objeto de respuesta unificado:
{
"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
}En caso de fallo, success es false y error contiene los detalles (ver más abajo).
Manejo de errores
Estructura del objeto de error (devuelto cuando success es false):
{
"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"
}Categorías de error: transient (seguro para reintentar), permanent (solicitud incorrecta), authentication (clave no válida), billing (sin créditos).
Al usar MCP, el agente de IA recibe el error en la respuesta de la herramienta y puede decidir si reintentar basándose en is_retriable y retry_after_seconds.
Referencia completa de la API con todos los parámetros y ejemplos de respuesta: 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