← skala.io
INDIVIDUAL MCP TOOL
get_available_doc_gens
Get the list of legal document templates available for generation on the platform (e.g.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.skala-io]
url = "https://ai.skala.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skala-io": {
"type": "http",
"url": "https://ai.skala.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skala-io
Remote MCP URL: https://ai.skala.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"skala-io": {
"url": "https://ai.skala.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skala-io": {
"type": "http",
"url": "https://ai.skala.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skala-io",
"transport": "streamable-http",
"url": "https://ai.skala.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_useful_resources— Get a list of useful resources: guides, references, and instructional materials for legal topics and Skala platform usage.get_available_corporate_services— Get corporate services available on the platform — including DBA, name changes, filings, compliance, registered agent, and other company-related services.get_available_companies_for_registration— Get the list of company types available for registration on the platform.get_users_companies— Get the user's companies on the platform.get_company_info_by_id— Get information about the user's company by its ID.get_users_tasks_and_deadlines— Get the list of user's tasks and deadlines.submit_support_request— Submit a support request to the Skala team on behalf of the user.