io.fusionauth/mcp-api✓
io.fusionauth/mcp-api · v0.1.14
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.fusionauth/mcp-api",
"description": "Preview release of FusionAuth API MCP server",
"repository": {
"url": "https://github.com/FusionAuth/fusionauth-mcp-api",
"source": "github"
},
"version": "0.1.14",
"packages": [
{
"registryType": "npm",
"identifier": "@fusionauth/mcp-api",
"version": "0.1.14",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for FusionAuth instance",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "API_KEY_APIKEYAUTH"
},
{
"description": "The URL for your FusionAuth instance",
"isRequired": true,
"format": "string",
"placeholder": "http://localhost:9011",
"name": "API_BASE_URL"
},
{
"description": "Prefixes of APIs to create MCP tools for, if not set defaults to all available tools",
"format": "string",
"placeholder": "retrieve,search",
"name": "USE_TOOLS"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}