Neural Draft✓
io.github.vbalagovic/neuraldraft-mcp · v0.3.3
{}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.vbalagovic/neuraldraft-mcp",
"description": "Neural Draft MCP — CMS, blog, bookings, commerce backend for AI-built sites. 30 tools, OAuth.",
"title": "Neural Draft",
"repository": {
"url": "https://github.com/vbalagovic/neuraldraft-mcp",
"source": "github"
},
"version": "0.3.3",
"websiteUrl": "https://neuraldraft.io",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@neuraldraft/mcp",
"version": "0.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Project API key from your Neural Draft dashboard. Format: ndsk_live_… (production) or ndsk_test_… (test mode). Get one at https://neuraldraft.io/dashboard/api-keys.",
"isRequired": true,
"isSecret": true,
"name": "NEURALDRAFT_API_KEY"
},
{
"description": "Override the API base URL. Defaults to https://api.neuraldraft.io/v1. Useful for staging or local dev.",
"name": "NEURALDRAFT_API_URL"
},
{
"description": "Optional project override when one API key spans multiple projects.",
"name": "NEURALDRAFT_PROJECT_ID"
},
{
"description": "Optional friendly server name shown in your IDE's MCP list (useful when you run multiple Neural Draft projects in parallel).",
"name": "NEURALDRAFT_DISPLAY_NAME"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}