← Index

Onto

io.github.ravixalgorithm/onto·v1.1.2·Other
Quality Score
95
/100

Clean Markdown and AI-readability scoring for any URL. Built for AI agents.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "onto": {
      "command": "npx",
      "args": [
        "-y",
        "@ontosdk/mcp"
      ],
      "env": {
        "ONTO_API_KEY": "<your-onto_api_key>",
        "ONTO_API_BASE": "<onto_api_base>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "onto": {
      "command": "npx",
      "args": [
        "-y",
        "@ontosdk/mcp"
      ],
      "env": {
        "ONTO_API_KEY": "<your-onto_api_key>",
        "ONTO_API_BASE": "<onto_api_base>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ontosdk/mcp
§02  Environment variables
ONTO_API_KEY
requiredsecret

Your Onto API key (get one at https://app.buildonto.dev/read/keys — free tier includes 1,000 requests/month).

ONTO_API_BASE

Optional override for the Onto API base URL. Defaults to https://api.buildonto.dev.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other