← WebMCP Directory

Tool tree

drishlabs.com

Developer Tools
https://drishlabs.com/
Utility apps for macOS, iOS, and the browser, built and shipped by one person. 15+ products live — teleprompters, menu-bar tools, image converters.
Explore capabilities

Tools verified

page: Home

find_drishlabs_appAnswer

Search the Drish Labs catalogue of shipped software — macOS and iOS apps, browser tools, a Chrome extension and open-source projects. Returns each match's name, what it does, and the App Store or download link. Use this to answer "does Drish Labs make something that…" or to get a store link for one of their apps. Omit both arguments to list everything.

View tool JSON
{
  "name": "find_drishlabs_app",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search the Drish Labs catalogue of shipped software — macOS and iOS apps, browser tools, a Chrome extension and open-source projects. Returns each match's name, what it does, and the App Store or download link. Use this to answer \"does Drish Labs make something that…\" or to get a store link for one of their apps. Omit both arguments to list everything.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Free text matched against product names, taglines, descriptions and keywords — e.g. \"teleprompter\", \"convert heic\", \"watermark\"."
      },
      "platform": {
        "type": "string",
        "enum": [
          "macOS",
          "iOS",
          "Web",
          "Chrome",
          "Open Source"
        ],
        "description": "Restrict to one platform. Omit to search all of them."
      }
    }
  },
  "page": "/"
}
get_drishlabs_studio_profileAnswer

Get the facts about Drish Labs: who runs it, what it ships, how much of it is live and earning, and the two ways to get in touch (download an app, or hire the studio for project work). Use this to answer "who is Drish Labs", "is this a real company", or "can I hire them".

View tool JSON
{
  "name": "get_drishlabs_studio_profile",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get the facts about Drish Labs: who runs it, what it ships, how much of it is live and earning, and the two ways to get in touch (download an app, or hire the studio for project work). Use this to answer \"who is Drish Labs\", \"is this a real company\", or \"can I hire them\".",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}

page: Writing

search_drishlabs_writingAnswer

Search the Drish Labs archive of long-form articles about building and shipping indie software — product case studies, technical decisions, App Store lessons and process notes, written by the solo developer who ships the apps. Returns each match's title, summary, date and URL. Omit both arguments to list the most recent articles.

View tool JSON
{
  "name": "search_drishlabs_writing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search the Drish Labs archive of long-form articles about building and shipping indie software — product case studies, technical decisions, App Store lessons and process notes, written by the solo developer who ships the apps. Returns each match's title, summary, date and URL. Omit both arguments to list the most recent articles.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Free text matched against article titles, summaries and tags — e.g. \"app store review\", \"swiftui\", \"pricing\"."
      },
      "topic": {
        "type": "string",
        "enum": [
          "product",
          "experiment",
          "research",
          "case-study"
        ],
        "description": "Restrict to one topic. Omit to search the whole archive."
      },
      "limit": {
        "type": "number",
        "description": "How many articles to return. Defaults to 10."
      }
    }
  },
  "page": "/writing"
}