Brave Image Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Brave Image Mcp (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.
An MCP (Model Context Protocol) server for Brave Image Search API. Search images directly from AI assistants like Claude.
Author: Ilker Tosun License: MIT
search_images — Search images with full filter support (country, language, safesearch, spellcheck)search_images_batch — Run multiple image searches in a single call (up to 10 queries)git clone https://github.com/ilker-tosun/brave-image-mcp.git
cd brave-image-mcp
npm install
npm run buildSet your API key as an environment variable:
export BRAVE_API_KEY=your_api_key_hereOr add it to your MCP client config (see below).
Add to your claude_desktop_config.json:
{
"mcpServers": {
"brave-image-mcp": {
"command": "node",
"args": ["/absolute/path/to/brave-image-mcp/dist/index.js"],
"env": {
"BRAVE_API_KEY": "your_api_key_here"
}
}
}
}npm run build)node /absolute/path/to/brave-image-mcp/dist/index.jsBRAVE_API_KEY=your_api_key_heresearch_imagesSearch images for a single query.
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
query | string | ✅ | Search query (max 400 chars, 50 words) | |
count | number | ❌ | Results to return (1–200, default: 20) | |
country | string | ❌ | 2-letter country code or ALL | |
search_lang | string | ❌ | Language code (e.g. en, tr) | |
safesearch | off \ | strict | ❌ | Content filter level |
spellcheck | boolean | ❌ | Enable spell checking (default: true) |
search_images_batchSearch images for multiple queries at once.
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
queries | string[] | ✅ | Array of queries (max 10) | |
count | number | ❌ | Results per query (1–200, default: 10) | |
country | string | ❌ | 2-letter country code or ALL | |
search_lang | string | ❌ | Language code | |
safesearch | off \ | strict | ❌ | Content filter level |
spellcheck | boolean | ❌ | Enable spell checking |
| Plan | Limit |
|---|---|
| Free | 1 req/sec |
| Pro | 20 req/sec |
MIT © Ilker Tosun
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.