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

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.
- Each message must include:
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
- Sign up for a Sonar API account.
- Follow the account setup instructions and generate your API key from the developer dashboard.
- Set the API key in your environment as
sysauto_API_KEY.
Step 3: Configure Claude Desktop
Download Claude desktop here.
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
SysAuto Ask
Project Details
- rogeriolembo/mcp-api
- MIT License
- Last Updated: 3/31/2025
Recomended MCP Servers
An MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
scenext官方mcp服务器
A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support. This server...
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
MCP Server for SQL Server using node-mssql
A model context protocol server that reads mails with notmuch and sends mail with sendmail
A cringe-worthy MCP server that serves ads to developers in Cursor, Claude, and other clients
A Model Context Protocol server that provides read only access to graphs in a certain repository in Ontotext...
MCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resources for client-side exploration.
OpenAI Agents And Tools as MCP Server





