io.github.img-src-io/mcp✓
io.github.img-src-io/mcp · v0.2.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.img-src-io/mcp",
"description": "MCP server for img-src.io Image CDN - upload, transform, and deliver images through AI assistants",
"repository": {
"url": "https://github.com/img-src-io/mcp",
"source": "github"
},
"version": "0.2.5",
"packages": [
{
"registryType": "npm",
"identifier": "@img-src/mcp-server",
"version": "0.2.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your img-src.io API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "IMG_SRC_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}