Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
🌐 English | Deutsch
A Model Context Protocol (MCP) server that provides web search capabilities via the Brave Search API.
npm installWindows (PowerShell):
[System.Environment]::SetEnvironmentVariable('BRAVE_API_KEY', 'your-api-key-here', 'User')Or add it to ~/.config/mcp/mcp.json (see below).
Create or edit the file ~/.config/mcp/mcp.json (on Windows: %USERPROFILE%\.config\mcp\mcp.json):
{
"mcpServers": {
"brave-search": {
"command": "node",
"args": ["C:\\Users\\endre\\WebstormProjects\\MCP-Server\\index.js"],
"env": {
"BRAVE_API_KEY": "your-brave-api-key-here"
}
}
}
}Important: Adjust the path in args to match your actual project path.
If you want to make the server globally available, you can add a bin field to package.json and link it with npm link.
The server provides the following tool:
brave_searchPerforms a web search using the Brave Search API.
Parameters:
query (string, required): The search querycount (number, optional): Number of results (default: 10, maximum: 20)Example:
Search the web for "MCP Protocol Specification"You can manually test the server:
# First, set the environment variable
$env:BRAVE_API_KEY="your-api-key"
# Start the server
npm startMake sure you have configured the API key as described above.
mcp.json is correctnode --versionMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.