io.github.orcar-studio/fascia-mcp-server✓
io.github.orcar-studio/fascia-mcp-server · v0.1.1
{}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.orcar-studio/fascia-mcp-server",
"description": "Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP",
"repository": {
"url": "https://github.com/orcar-studio/fascia",
"source": "github",
"subfolder": "packages/mcp-server"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "@fascia-run/mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Fascia workspace API key (get from fascia.run/app/settings)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FASCIA_API_KEY"
},
{
"description": "Fascia API base URL",
"format": "string",
"name": "FASCIA_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}