
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
tuningsearch-mcp-server
Advanced tools
A TuningSearch free google search server implemented based on Model Context Protocol, designed to provide TuningSearch API as a tool for large language models.
search
query
(required): Search query stringlanguage
(optional): Search language, e.g., 'zh-CN' or 'en-US'page
(optional): Result page numbersafe
(optional): Safety search level, 0=off, 1=moderate, 2=stricttime_range
(optional): Search time range, values can be 'day', 'week', 'month', 'year'quota
{
"mcpServers": {
"tuningsearch": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TUNINGSEARCH_API_KEY",
"tuningsearch/tuningsearch-mcp-server:latest"
],
"env": {
"TUNINGSEARCH_API_KEY": "YOUR_API_KEY"
}
}
}
}
{
"mcpServers": {
"tuningsearch": {
"command": "npx",
"args": [
"-y",
"tuningsearch-mcp-server@latest"
],
"env": {
"TUNINGSEARCH_API_KEY": "YOUR_API_KEY"
}
}
}
}
# Clone repository
git clone https://github.com/tuningsearch/tuningsearch-mcp-server.git
cd tuningsearch-mcp-server
# Install using npm
npm install
# Or using pnpm
pnpm install
# Create .env file and set API key
echo "TUNINGSEARCH_API_KEY=YOUR_API_KEY" > .env
# Build project
npm run build
# Or
pnpm run build
# Run server
npm start
# Or
pnpm start
Docker build:
docker build -t tuningsearch/mcp-server:latest .
TUNINGSEARCH_API_KEY
is properly setThis project is open-source under the MIT License. This means you are free to use, modify, and distribute this software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
FAQs
MCP server for Free Google Search API service
The npm package tuningsearch-mcp-server receives a total of 5 weekly downloads. As such, tuningsearch-mcp-server popularity was classified as not popular.
We found that tuningsearch-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.