webfetch✓
io.github.ashlrai/webfetch · v0.1.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.ashlrai/webfetch",
"description": "License-first federated image search with attribution, dimensions, and download tooling.",
"title": "webfetch",
"repository": {
"url": "https://github.com/ashlrai/webfetch",
"source": "github",
"subfolder": "packages/mcp"
},
"version": "0.1.5",
"websiteUrl": "https://getwebfetch.com",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "getwebfetch-mcp",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional Unsplash API key for Unsplash provider results.",
"isSecret": true,
"name": "UNSPLASH_ACCESS_KEY"
},
{
"description": "Optional Pexels API key for Pexels provider results.",
"isSecret": true,
"name": "PEXELS_API_KEY"
},
{
"description": "Optional Pixabay API key for Pixabay provider results.",
"isSecret": true,
"name": "PIXABAY_API_KEY"
},
{
"description": "Optional Brave Search API key for Brave image search results.",
"isSecret": true,
"name": "BRAVE_API_KEY"
},
{
"description": "Optional SerpApi key for Google Images results.",
"isSecret": true,
"name": "SERPAPI_KEY"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"project": "webfetch",
"tool": "mcp-publisher"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}