Stacksfinder MCP Server

Deterministic tech stack recommendations, audits, and project estimates. No hallucinations.

Remote serverstreamable-httpTypeScript

What is the Stacksfinder MCP server?

Stacksfinder MCP server exists for a simple reason — assistants are far more useful when they can act on Stacksfinder directly instead of describing what you should do. Deterministic tech stack recommendations, audits, and project estimates. No hallucinations.

What you get

MCP (Model Context Protocol) server that brings deterministic tech stack recommendations to LLM clients like Claude, Cursor, Windsurf, and other MCP-compatible tools.

What the assistant can call

Once Stacksfinder is connected, these are the calls the assistant has available:

  • list_technologies — List all 80+ tech IDs by category
  • analyze_tech — 6-dimension scores, strengths, weaknesses, compatible techs
  • compare_techs — Side-by-side comparison of 2-4 technologies
  • recommend_stackFREE 1x/day — Full stack recommendation for any project type
  • estimate_project — Estimate scope, pricing, and market analysis for a project
  • get_estimate_quota — Check your remaining estimate quota (weekly/monthly)
  • get_blueprint — Fetch existing blueprint by ID
  • create_blueprint — Generate new blueprint with AI narrative
  • setup_api_key — Authenticate and create API key from MCP
  • list_api_keys — List your API keys
  • revoke_api_key — Revoke an API key
  • create_audit — Run technical debt audit on your stack

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need 2 environment variables: STACKSFINDER_API_KEY, STACKSFINDER_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • ChatGPT Pro, Plus, Business, Enterprise, or Education account - Developer Mode enabled in ChatGPT settings - Note: Business/Enterprise workspaces may require admin approval

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Stacksfinder's toolset — list_technologies, analyze_tech, compare_techs and 11 more — is a fair guide to whether it matches your workflow. It is maintained by hoklims; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Stacksfinder's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Stacksfinder.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the stacksfinder mcp server does with a few real requests.

Available tools

ToolWhat it does
list_technologiesList all 80+ tech IDs by category
analyze_tech6-dimension scores, strengths, weaknesses, compatible techs
compare_techsSide-by-side comparison of 2-4 technologies
recommend_stack**FREE 1x/day** — Full stack recommendation for any project type
estimate_projectEstimate scope, pricing, and market analysis for a project
get_estimate_quotaCheck your remaining estimate quota (weekly/monthly)
get_blueprintFetch existing blueprint by ID
create_blueprintGenerate new blueprint with AI narrative
setup_api_keyAuthenticate and create API key from MCP
list_api_keysList your API keys
revoke_api_keyRevoke an API key
create_auditRun technical debt audit on your stack
get_auditFetch audit report by ID
list_auditsList your audit reports

How to install the Stacksfinder MCP server

**Windows:**
```json
{
  "mcpServers": {
    "stacksfinder": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@stacksfinder/mcp-server"],
      "env": {
        "STACKSFINDER_API_KEY": "sk_live_xxx"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • ChatGPT Pro, Plus, Business, Enterprise, or Education account - Developer Mode enabled in ChatGPT settings - Note: Business/Enterprise workspaces may require admin approval
VariableDescriptionRequired
STACKSFINDER_API_KEYCredential the server authenticates with.Yes
STACKSFINDER_API_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Stacksfinder to list technologies.
  • Use Stacksfinder to analyze tech.
  • Use Stacksfinder to compare techs.

Frequently asked questions

It connects Stacksfinder to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (list_technologies, analyze_tech, compare_techs, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Stacksfinder directly.