Tenant Onboarding & Templates
Create tenants and populate them with document templates in minutes. Authenticate once to manage onboarding tasks and template updates. Extend workflows with custom requests to external services.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add santiago.blanco.vilchez/la-final
# Browse available tools
npx -y smithery tool list santiago.blanco.vilchez/la-final
# Get full schema for a tool
npx -y smithery tool get santiago.blanco.vilchez/la-final add-template
# Call a tool
npx -y smithery tool call santiago.blanco.vilchez/la-final add-template '{}'Direct MCP Connection
Endpoint: https://la-final--santiago.blanco.vilchez.run.tools
Tools (4)
add-template— Add a new template with sections to an existing tenant via the seed-template endpointauth-login— Authenticate user via the login endpoint and get JWT access tokencreate-tenant— Create a new tenant via the bootstrap endpoint with tenant, service type, admin user, and document sectionshttp-request— Make HTTP requests to external APIs
# Get full input/output schema for a tool
npx -y smithery tool get santiago.blanco.vilchez/la-final Resources
auth://login— Obtain JWT tokens for API authorizationtenants://bootstrap— Create a new tenant with admin user, service type and initial templatetenants://seed-template— Add a new document template to an existing tenant
Prompts (3)
add-template(tenantId, serviceTypeName, serviceTypeDescription, templateName, sections) — Add a new document template to an existing tenantcreate-tenant(name, url, logoUrl, email, password, firstName, lastName, phone, address, serviceTypeName, serviceTypeDescription, templateName, sections) — Create a new tenant with admin user and initial document templatesystem-prompt(baseUrl, accessToken) — System prompt for CPA Assistant API operations