← alefos.ai
INDIVIDUAL MCP TOOL
alefos.explain
Explain what AlefOS does using public product information only.
LIVE ENDPOINT
https://alefos.ai/mcp/public
Connect to this endpoint to inspect the live schema for alefos.explain and invoke it with your own arguments.
Indexed 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 server
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.alefos-public-product-mcp]
url = "https://alefos.ai/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alefos-public-product-mcp": {
"type": "http",
"url": "https://alefos.ai/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alefos-public-product-mcp
Remote MCP URL: https://alefos.ai/mcp/public
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": {
"alefos-public-product-mcp": {
"url": "https://alefos.ai/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alefos-public-product-mcp": {
"type": "http",
"url": "https://alefos.ai/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alefos-public-product-mcp",
"transport": "streamable-http",
"url": "https://alefos.ai/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
alefos.capabilities— List the public AlefOS product capabilities and documentation links.alefos.recommend_plan— Recommend a public AlefOS plan from a simple business need.alefos.search_public_docs— Search public AlefOS documentation, plans, capabilities and demo scenarios.alefos.demo_scenario— Return safe synthetic AlefOS demo scenarios for public product explanation.alefos.compare_to_crm— Explain the public difference between AlefOS and a manual CRM.alefos.pricing_summary— Return public AlefOS plan summaries and the pricing page link.alefos.get_started— Return public AlefOS entry points for signup, pricing, documentation and support.