Agent mode
Mos agent mode view
This page is the structured view for AI agents. It lists Mos capabilities, public machine-readable endpoints, authentication status, and unavailable integration surfaces without requiring JavaScript.
Key capabilities
- Explain what Mos does and what platforms it supports.
- Find install and update links for Mos.
- Locate GitHub issues, discussions, releases, wiki pages, and appcast metadata.
- Read the public AI discovery files, markdown homepage, and schema feed.
API endpoints and discovery files
- markdownHomepage
- https://mos.caldis.me/index.md
- developerResources
- https://mos.caldis.me/developers/
- agentDiscovery
- https://mos.caldis.me/.well-known/agent.json
- mcpDiscovery
- https://mos.caldis.me/.well-known/mcp
- schemaMap
- https://mos.caldis.me/schema-map.xml
Authentication and integration status
| publicRestApi | static-discovery-only |
|---|---|
| oauth | not_provided |
| webhooks | not_provided |
| hostedMcpServer | not_provided |
Machine-readable profile
{
"name": "Mos",
"url": "https://mos.caldis.me/agent/",
"homepage": "https://mos.caldis.me/",
"description": "Mos is a free macOS utility that makes mouse wheel scrolling smooth, with per-app settings, independent axis tuning, and button/shortcut bindings.",
"authentication": {
"type": "none",
"notes": "Public discovery and documentation endpoints require no account, OAuth flow, API key, or cookie."
},
"capabilities": [
"Explain what Mos does and what platforms it supports.",
"Find install and update links for Mos.",
"Locate GitHub issues, discussions, releases, wiki pages, and appcast metadata.",
"Read the public AI discovery files, markdown homepage, and schema feed."
],
"endpoints": {
"llms": "https://mos.caldis.me/llms.txt",
"llmsFull": "https://mos.caldis.me/llms-full.txt",
"markdownHomepage": "https://mos.caldis.me/index.md",
"developerResources": "https://mos.caldis.me/developers/",
"openapi": "https://mos.caldis.me/api/openapi.json",
"agentDiscovery": "https://mos.caldis.me/.well-known/agent.json",
"a2aAgentCard": "https://mos.caldis.me/.well-known/agent-card.json",
"mcpDiscovery": "https://mos.caldis.me/.well-known/mcp",
"schemaMap": "https://mos.caldis.me/schema-map.xml"
},
"serviceStatus": {
"publicRestApi": "static-discovery-only",
"oauth": "not_provided",
"webhooks": "not_provided",
"hostedMcpServer": "not_provided"
}
}