Skip to main content
Glama

sysauto Ask MCP Server

by rogeriolembo

sysauto Ask MCP Server

An MCP server implementation that integrates the Sonar API to provide Claude with unparalleled real-time, web-wide research.

Demo

Tools

  • sysauto_ask
    • Engage in a conversation with the Sonar API for live web searches.
    • Inputs:
      • messages (array): An array of conversation messages.
        • Each message must include:
          • role (string): The role of the message (e.g., system, user, assistant).
          • content (string): The content of the message.

Configuration

Step 1:

Clone this repository:

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

Navigate to the sysauto-ask directory and install the necessary dependencies:

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

Step 2: Get a Sonar API Key

  1. Sign up for a Sonar API account.
  2. Follow the account setup instructions and generate your API key from the developer dashboard.
  3. Set the API key in your environment as sysauto_API_KEY.

Step 3: Configure Claude Desktop

  1. Download Claude desktop here.
  2. Add this to your 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 public 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.

An MCP server that integrates with Sonar API to provide Claude with real-time web search capabilities for comprehensive research.

  1. Tools
    1. Configuration
      1. Step 1:
      2. Step 2: Get a Sonar API Key
      3. Step 3: Configure Claude Desktop
      4. NPX

    Related MCP Servers

    • 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
      8
      71
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      The Search MCP Server enables seamless integration of network and local search capabilities in tools like Claude Desktop and Cursor, utilizing the Brave Search API for high-concurrency and asynchronous requests.
      Last updated -
      1
      71
      Python
      MIT License
      • Linux
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables Claude to perform web searches using Perplexity's API with intelligent model selection based on query intent and support for domain and recency filtering.
      Last updated -
      6
      1
      JavaScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
      Last updated -
      Python

    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