Agnes Image Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agnes Image 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.
MCP server for Agnes Image 2.1 Flash (text-to-image generation), connected via OpenAI-compatible API.
cd agnes-image-mcp-server
npm install
npm start| Variable | Required | Default | Description |
|---|---|---|---|
AGNES_API_KEY | ✅ | — | Your Agnes AI API key |
AGNES_MODEL | agnes-image-2.1-flash | Model name | |
AGNES_BASE_URL | https://apihub.agnes-ai.com/v1 | API base URL |
{
"mcpServers": {
"agnes-image": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@kira4094/agnes-image-mcp-server"],
"env": {
"AGNES_API_KEY": "your-agnes-api-key"
}
}
}
}agnes_image_generate| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | ✅ | Text description (Chinese/English) |
size | string | Resolution (1024x1024, 1024x768, 768x1024) | |
ratio | string | Aspect ratio (1:1, 16:9, 9:16, 4:3, 3:4, etc.) | |
n | number | Number of images (default 1) |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.