MCP Server
MCP
io.github.nries1/tend-mcp
Unofficial MCP server for Tend Dental appointment booking. Not affiliated with Tend.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "tend-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Tend account email.",
"isRequired": true,
"format": "string",
"name": "TEND_EMAIL"
},
{
"description": "Your Tend account password. Set this OR TEND_REFRESH_TOKEN, not both required.",
"format": "string",
"isSecret": true,
"name": "TEND_PASSWORD"
},
{
"description": "A Cognito refresh token obtained by hand from DevTools (see README). Alternative to TEND_PASSWORD.",
"format": "string",
"isSecret": true,
"name": "TEND_REFRESH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment