← Back to Plugins
MCP Server MCP

Onto

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @ontosdk/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@ontosdk/mcp",
      "version": "1.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Onto API key (get one at https://app.buildonto.dev/read/keys — free tier includes 1,000 requests/month).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ONTO_API_KEY"
        },
        {
          "description": "Optional override for the Onto API base URL. Defaults to https://api.buildonto.dev.",
          "format": "string",
          "name": "ONTO_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...