Skip to main content
Glama

sysauto Ask MCP Server

by rogeriolembo

sysauto Preguntar al servidor MCP

Una implementación de servidor MCP que integra la API de Sonar para brindarle a Claude una investigación web incomparable en tiempo real.

Manifestación

Herramientas

  • pregunta automática del sistema
    • Participe en una conversación con la API de Sonar para realizar búsquedas web en vivo.
    • Entradas:
      • messages (matriz): una matriz de mensajes de conversación.
        • Cada mensaje debe incluir:
          • role (cadena): el rol del mensaje (por ejemplo, system , user , assistant ).
          • content (cadena): El contenido del mensaje.

Configuración

Paso 1:

Clonar este repositorio:

git clone git@github.com:rogeriolembo/mcp-api.git

Navegue al directorio sysauto-ask e instale las dependencias necesarias:

cd mcp-api/sysauto-ask && npm install

Paso 2: Obtenga una clave API de Sonar

  1. Regístrese para obtener una cuenta API de Sonar .
  2. Siga las instrucciones de configuración de la cuenta y genere su clave API desde el panel de desarrollador.
  3. Establezca la clave API en su entorno como sysauto_API_KEY .

Paso 3: Configurar Claude Desktop

  1. Descargue Claude escritorio aquí .
  2. Agregue esto a su claude_desktop_config.json :
{ "mcpServers": { "sysauto-ask": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "SYSAUTO_API_KEY", "mcp/sysauto-ask" ], "env": { "SYSAUTO_API_KEY": "YOUR_API_KEY_HERE" } } } }

NPX

{ "mcpServers": { "sysauto-ask": { "command": "npx", "args": [ "-y", "@rogeriolembo/server-sysauto-ask" ], "env": { "SYSAUTO_API_KEY": "YOUR_API_KEY_HERE" } } } }

npm publish --access público npm publish

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor MCP que se integra con la API de Sonar para proporcionar a Claude capacidades de búsqueda web en tiempo real para una investigación integral.

  1. Herramientas
    1. Configuración
      1. Paso 1:
      2. Paso 2: Obtenga una clave API de Sonar
      3. Paso 3: Configurar Claude Desktop
      4. NPX

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server implementation that integrates the SearxNG API, providing web search capabilities.
      Last updated -
      2
      566
      107
      JavaScript
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      The MCP Web Research Server enables real-time web research with Claude by integrating Google search, capturing webpage content and screenshots, and tracking research sessions.
      Last updated -
      3
      53
      46
      TypeScript
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
      Last updated -
      4
      2
      Python
    • A
      security
      A
      license
      A
      quality
      An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
      Last updated -
      1
      93
      Python
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    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/rogeriolembo/mcp-api'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server