io.skala/mcp
Official8 toolsSkala — Legal Platform for Startups
Incorporate globally, manage fundraising, corporate services, and more.
Handles corporate incorporation, fundraising, and business service management.
Captured live from the server via tools/list.
get_useful_resources
Get a list of useful resources: guides, references, and instructional materials for legal topics and Skala platform usage.
No parameters.
get_available_doc_gens
Get the list of legal document templates available for generation on the platform (e.g. NDA, employment agreement, stock purchase agreement). For corporate services like 83(b) filing or registered agent, use get_available_corporate_services instead.
No parameters.
get_available_corporate_services
Get corporate services available on the platform — including DBA, name changes, filings, compliance, registered agent, and other company-related services. Always check this when the user asks about any service for their company.
No parameters.
get_available_companies_for_registration
Get the list of company types available for registration on the platform.
No parameters.
get_users_companies
Get the user's companies on the platform.
No parameters.
get_company_info_by_id
Get information about the user's company by its ID.
Parameters (1)
- company_idstringrequired
Company ID on the platform.
get_users_tasks_and_deadlines
Get the list of user's tasks and deadlines.
Parameters (3)
- company_idstring | nullrequired
Optional company ID to filter tasks by a specific company.
- cursorinteger | nullrequired
Pagination cursor — pass the value from the previous response to get the next page. Null or omit for the first page.
- limitinteger | nullrequired
Maximum number of items to return (default 10, max 50).
submit_support_request
Submit a support request to the Skala team on behalf of the user. Call this when the user needs human assistance that AI cannot provide, the question is too complex or high-risk, or the user explicitly asks for human support. IMPORTANT: Always confirm with the user before calling — describe what you will submit and ask for their approval. Before calling, compile the issue from conversation context into the description.
Parameters (3)
- subjectstringrequired
Short one-line summary of the support issue.
- descriptionstringrequired
Detailed description compiled from conversation context: what the user needs, what was tried, relevant entities.
- emailstring | nullrequired
User email for receiving the support response. Required for users without a linked Skala account — ask for it before calling. Null for linked users (Skala already has their email).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ai.skala.io/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.