stacksfinder-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STACKSFINDER_API_KEY | No | API key for Pro features (optional for free tools) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_technologiesA | Lists all available technology IDs for use with other tools. Essential for discovering valid technology identifiers. |
| analyze_techB | Detailed analysis of a technology with 6-dimension scores, strengths, weaknesses, and compatible technologies. |
| compare_techsB | Side-by-side comparison of 2-4 technologies with per-dimension winners and compatibility matrix. |
| recommend_stack_demoA | 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 |
| recommend_stackB | Recommends the best tech stack for a project using real-time scoring with context adjustments. Requires API key. |
| get_blueprintB | Fetches an existing blueprint by ID. Blueprints are generated via the StacksFinder web UI. Requires API key. |
| create_blueprintA | 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:
|
| setup_api_keyA | 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. |
| list_api_keysA | Lists your StacksFinder API keys. Requires a configured API key. |
| revoke_api_keyA | Revokes an API key. This action cannot be undone. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Most tools have distinct purposes, such as analyze_tech for detailed analysis, compare_techs for comparisons, and create_blueprint for generating stacks. However, recommend_stack and recommend_stack_demo overlap in functionality, with the demo version being a limited free alternative, which could cause confusion for agents about which to use in different contexts.
All tool names follow a consistent snake_case pattern with clear verb_noun structures, such as analyze_tech, compare_techs, create_blueprint, and list_technologies. This uniformity makes the tool set predictable and easy for agents to navigate without naming conflicts.
With 10 tools, the count is well-scoped for a tech stack recommendation server, covering key operations like analysis, comparison, blueprint creation, and API management. Each tool serves a specific role without redundancy, fitting the domain's complexity appropriately.
The tool set provides comprehensive coverage for tech stack evaluation, including analysis, comparison, recommendation, and blueprint management. A minor gap exists in update or delete operations for blueprints or API keys, but core workflows are fully supported, allowing agents to perform essential tasks effectively.