Ask OK Alone gives partners, developers and AI tools easy access to up-to-date information about the OK Alone lone-worker safety platform. It brings together our product documentation, help guides, resources and expert content in one place.

Use it to find answers about how OK Alone works, understand features, or give your own AI tools access to trusted OK Alone information.

Choose how you want to use it

Ask OK Alone

Get answers from our knowledge base

Connect through our MCP service to ask questions about OK Alone and receive answers based on our official product information.

Useful for AI assistants and other tools that need to answer questions about OK Alone accurately and consistently.

Get started

Browse the knowledge base

Read the source information directly

Access the OK Alone knowledge base as simple markdown files. You can browse the full collection or open individual guides and resources.

This is useful for AI agents and systems that prefer to work directly with the original source material.

Browse the knowledge base

Connect your AI

Help AI tools discover OK Alone

Our llms.txt file provides a simple starting point for AI tools, with links to the available OK Alone knowledge and MCP service.

View the AI directory

How to install the MCP

The MCP endpoint is at https://ask.okalone.ai/mcp. It exposes one tool: ask_ok_alone — pass a question about OK Alone product features, how-to, integrations, or positioning.

Cursor or Claude Desktop (remote URL)

{
  "mcpServers": {
    "ok-alone": {
      "url": "https://ask.okalone.ai/mcp"
    }
  }
}

Clients that only support stdio

Use a local proxy with mcp-remote:

{
  "mcpServers": {
    "ok-alone": {
      "command": "npx",
      "args": ["mcp-remote", "https://ask.okalone.ai/mcp"]
    }
  }
}

Testing locally

Run npm run dev in the mcp-ask directory, then connect MCP Inspector to http://localhost:8787/mcp.

Guardrails: pricing, compliance, privacy, and GDPR questions are not answered by the MCP. Those redirect to customer.support@ok-alone.com.

Point your AI agent at the knowledge files

If your AI agent or tool does not use MCP, you can give it direct access to the OK Alone knowledge base as markdown files. Each file is plain text, publicly available, and always matches the source material used by the MCP service.

Where to start

The easiest entry points for an AI agent:

Reading individual files

Each knowledge file is available at https://ask.okalone.ai/md/<filename>.md. For example, the product reference is at /md/product-reference.md. The .md extension is optional — /md/product-reference returns the same file.

Example: adding to a custom agent

Tell your agent to fetch OK Alone knowledge from these URLs. For example, in a system prompt or agent configuration:

You have access to official OK Alone product knowledge at:
- Index: https://ask.okalone.ai/md
- Full directory: https://ask.okalone.ai/llms.txt

Fetch the relevant markdown files before answering questions about OK Alone.
Start with https://ask.okalone.ai/md/summary.md to see what is available,
then read the specific files you need.

Your agent can fetch these files over HTTP and read them directly. No authentication is required. Files are served as markdown with cross-origin access enabled, so browser-based agents can retrieve them without extra configuration.

Note: pricing, compliance, privacy, and GDPR topics are not included in the knowledge files. Direct those questions to customer.support@ok-alone.com.

Knowledge files

14 partner-focused documents are published: