io.github.HeshamFS/mcp-tool-factory✓
io.github.HeshamFS/mcp-tool-factory · v0.1.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.HeshamFS/mcp-tool-factory",
"description": "Generate MCP servers from natural language, OpenAPI specs, or database schemas.",
"repository": {
"url": "https://github.com/HeshamFS/mcp-tool-factory-ts",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "@heshamfsalama/mcp-tool-factory",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Anthropic Claude API key (one of the 4 provider keys is required)",
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Claude Code OAuth token (one of the 4 provider keys is required)",
"format": "string",
"isSecret": true,
"name": "CLAUDE_CODE_OAUTH_TOKEN"
},
{
"description": "OpenAI GPT API key (one of the 4 provider keys is required)",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Google Gemini API key (one of the 4 provider keys is required)",
"format": "string",
"isSecret": true,
"name": "GOOGLE_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}