StacksFinder

list_technologies

Browse the complete catalog of 32 technologies across 8 categories (frontend, backend, meta-framework, database, orm, auth, hosting, payments). Each technology has deterministic scores across 6 dimensions. Use this to discover valid technology IDs before using analyze_tech or compare_techs. Data version: 2.4.0

Remote hoklims/stacksfinder-mcp

Other tools also called list_technologies? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "category": {
      "enum": [
        "frontend",
        "backend",
        "meta-framework",
        "database",
        "orm",
        "auth",
        "hosting",
        "payments"
      ],
      "type": "string",
      "description": "Filter technologies by category. Options: frontend (React, Vue, Svelte), backend (Node.js, Go, Python), meta-framework (Next.js, SvelteKit), database (PostgreSQL, MongoDB), orm (Prisma, Drizzle), auth (Clerk, Auth0), hosting (Vercel, AWS), payments (Stripe, Paddle)"
    }
  }
}