io.github.Fisher521/burn-mcp-server✓
io.github.Fisher521/burn-mcp-server · v2.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.Fisher521/burn-mcp-server",
"description": "AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more.",
"repository": {
"url": "https://github.com/Fisher521/burn-mcp-server",
"source": "github"
},
"version": "2.1.0",
"websiteUrl": "https://burn451.cloud",
"packages": [
{
"registryType": "npm",
"identifier": "burn-mcp-server",
"version": "2.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Long-lived MCP token from Burn App → Settings → MCP Server",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BURN_MCP_TOKEN"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://burn-mcp-server.vercel.app/api/mcp",
"headers": [
{
"description": "Bearer <BURN_MCP_TOKEN> — generate at https://burn451.cloud → Settings → MCP Server",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}