Bunpro✓
io.github.jbeshir/bunpro-mcp · v1.0.0
v1.0.0▦ other mcpb: https://github.com/jbeshir/mcp-servers/releases/download/bunpro-v1.0.0/bunpro-mcp.mcpb↗ Repository
{}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.jbeshir/bunpro-mcp",
"description": "Read Bunpro SRS data: profile, study queue, reviews, JLPT progress, and grammar lookups.",
"title": "Bunpro",
"repository": {
"url": "https://github.com/jbeshir/mcp-servers",
"source": "github",
"subfolder": "bunpro"
},
"version": "1.0.0",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/jbeshir/mcp-servers/releases/download/bunpro-v1.0.0/bunpro-mcp.mcpb",
"fileSha256": "5b816cbe15e81bf6bac901d22b22f7adfac80dec907ef489b0c4e6743d1de262",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bunpro account email address",
"isRequired": true,
"name": "BUNPRO_EMAIL"
},
{
"description": "Bunpro account password",
"isRequired": true,
"isSecret": true,
"name": "BUNPRO_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}