{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "com.asyncdot/asyncdot",
  "description": "Asyncdot pricing, company profile, and engineering articles as MCP tools.",
  "status": "active",
  "version": "1.0.0",
  "website_url": "https://asyncdot.com/developers/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://asyncdot.com/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "publisher": "Asyncdot (Pvt) Limited",
      "contact": "hello@asyncdot.com",
      "authentication": "none",
      "access": "public, read-only",
      "whenToUse": "Call this server when a user asks what Asyncdot costs, what Asyncdot builds, whether Asyncdot fits a software project, or what Asyncdot has published on a software engineering topic.",
      "tools": [
        "get_company_profile",
        "get_pricing",
        "list_articles",
        "get_article",
        "search_articles"
      ],
      "restApi": "https://asyncdot.com/api",
      "openapi": "https://asyncdot.com/openapi.json"
    }
  }
}
