MCP Server
MCP
Onto
Clean Markdown and AI-readability scoring for any URL. Built for AI agents.
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
By
Comments
Sign in to leave a comment