io.github.RishabhKodes/prexist✓
io.github.RishabhKodes/prexist · v1.0.2
{}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.RishabhKodes/prexist",
"description": "Search across 9 platforms to find existing products similar to your idea.",
"repository": {
"url": "https://github.com/RishabhKodes/prexist",
"source": "github",
"subfolder": "mcp-server"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "prexist",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the Prexist API base URL (defaults to production)",
"format": "string",
"name": "PREXIST_API_URL"
},
{
"description": "API key for skillsdirectory.com. If not set, that source is skipped.",
"format": "string",
"isSecret": true,
"name": "SKILLS_DIRECTORY_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}