← All WebMCP sites

moss.dev

Developer Toolshttps://www.moss.dev/listed as of 2026-08-01
Real-time semantic search runtime that gives AI agents and apps sub-10ms on-device vector similarity search, with no external infrastructure required.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 58/100 (C).

Tools

navigateactimperative/foundingagent
Navigate the current tab to a named section of moss.dev. Use this to take the user to pricing, the blog, or to external docs.
Input schema
{
  "type": "object",
  "properties": {
    "section": {
      "type": "string",
      "enum": [
        "home",
        "pricing",
        "blog",
        "docs",
        "portal"
      ],
      "description": "home = /, pricing = /pricing, blog = /blog, docs = https://docs.moss.dev, portal = https://portal.usemoss.dev"
    }
  },
  "required": [
    "section"
  ]
}
get-pricinganswerimperative/foundingagent
Return the current Moss subscription tiers with monthly price and included features. Use when the user asks how much Moss costs or which tier they need.
Input schema
{
  "type": "object",
  "properties": {}
}
get-install-commandanswerimperative/foundingagent
Return the SDK install command for Moss in the requested language. Use when the user asks how to install or add Moss to their project.
Input schema
{
  "type": "object",
  "properties": {
    "language": {
      "type": "string",
      "enum": [
        "javascript",
        "typescript",
        "python"
      ]
    }
  },
  "required": [
    "language"
  ]
}
Listings are sourced from public community registries and shown as reported.