
Stacksfinder
@hoklims
About Stacksfinder
Tech stack recommendations for developers. 4 free tools + Pro features with API key. Deterministic scoring across 30+ technologies.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"stacksfinder": {
"command": "npx",
"args": [
"-y",
"@stacksfinder/mcp-server"
],
"env": {
"STACKSFINDER_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
10Lists all available technology IDs for use with other tools. Essential for discovering valid technology identifiers.
Detailed analysis of a technology with 6-dimension scores, strengths, weaknesses, and compatible technologies.
Side-by-side comparison of 2-4 technologies with per-dimension winners and compatibility matrix.
Try StacksFinder's tech stack recommendations for FREE - once per day, no account required. Returns the optimal technology for each category based on deterministic scoring. For unlimited access, priorities, constraints, and AI-generated narratives, upgrade to Pro at https://stacksfinder.com/pricing
Recommends the best tech stack for a project using real-time scoring with context adjustments. Requires API key.
Fetches an existing blueprint by ID. Blueprints are generated via the StacksFinder web UI. Requires API key.
Creates a new tech stack blueprint for a project. Requires API key with 'blueprint:write' scope. The blueprint generation is asynchronous. By default, this tool waits for completion and returns the full blueprint. Set waitForCompletion=false to get the job ID immediately for manual polling. Example usage: - Create a SaaS MVP: projectType="saas", scale="mvp", priorities=["time-to-market", "cost-efficiency"] - Create an enterprise API: projectType="api", scale="enterprise", priorities=["security", "scalability"]
Authenticates with your StacksFinder account and creates an API key. Requires Pro or Team tier. The key is returned once and should be saved securely.
Lists your StacksFinder API keys. Requires a configured API key.
Revokes an API key. This action cannot be undone.
Overview
What is Stacksfinder?
Stacksfinder is an MCP server that provides tech stack recommendations using deterministic scoring rather than LLM opinions. It is intended for developers and teams evaluating technologies.
How to use Stacksfinder?
Install by adding the configuration to an MCP client with "command": "npx", "args": ["-y", "@stacksfinder/mcp-server"] and an optional STACKSFINDER_API_KEY environment variable for Pro features. Invoke tools like list_technologies, analyze_tech, compare_techs, or recommend_stack (1 free per day).
Key features of Stacksfinder?
- Browse 30+ technologies by category
- Analyze tech with 6-dimension scoring
- Compare 2-4 technologies side-by-side
- One free stack recommendation per day
- Pro: unlimited recommendations and blueprint creation
- Deterministic scoring, not AI opinion
Use cases of Stacksfinder?
- Evaluate a frontend framework for a new project
- Compare cloud providers for cost and performance
- Get a tailored stack recommendation for a startup
- Generate a detailed blueprint with AI narrative (Pro)
FAQ from Stacksfinder
What free tools are available?
Free tools include list_technologies, analyze_tech, compare_techs, and one recommend_stack per day. No account required.
Do I need an API key?
No API key is needed for
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments