Read a Pay-As-You-Learn tutoring session's itemized tab and close it for an attested invoice.
claude mcp add tutor-mcp -- npx -y @three-ws/tutor-mcp
claude_desktop_config.json
{
"mcpServers": {
"tutor-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/tutor-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tutor-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/tutor-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tutor-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/tutor-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tutor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/tutor-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tutor-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/tutor-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nirholas--tutor-mcp/reviews or the review_server meta-tool.
POST /mcp