MCP Server
MCP
three.ws Tutor
Read a Pay-As-You-Learn tutoring session's itemized tab and close it for an attested invoice.
Install
npx -y @three-ws/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@three-ws/tutor-mcp",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the three.ws API that serves the tutor session endpoint. Override only when self-hosting or targeting a preview deployment.",
"format": "string",
"default": "https://three.ws",
"name": "THREE_WS_BASE"
},
{
"description": "Per-request timeout in milliseconds for the tutor session reads and the close call.",
"format": "number",
"default": "20000",
"name": "THREE_WS_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment