io.github.ahmaddioxide/image-resolver✓
io.github.ahmaddioxide/image-resolver · v0.2.0
{}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.ahmaddioxide/image-resolver",
"description": "MCP server for context-aware royalty-free image search from Pexels and Unsplash",
"repository": {
"url": "https://github.com/ahmaddioxide/image-resolver-mcp",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "@ahmaddioxide/mcp-image-resolver",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Pexels API key (free at https://www.pexels.com/api/)",
"format": "string",
"isSecret": true,
"name": "PEXELS_API_KEY"
},
{
"description": "Unsplash API key (free at https://unsplash.com/oauth/applications)",
"format": "string",
"isSecret": true,
"name": "UNSPLASH_ACCESS_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}