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) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_technologies | Lists all available technology IDs for use with other tools. Essential for discovering valid technology identifiers. |
| analyze_tech | Detailed analysis of a technology with 6-dimension scores, strengths, weaknesses, and compatible technologies. |
| compare_techs | Side-by-side comparison of 2-4 technologies with per-dimension winners and compatibility matrix. |
| recommend_stack_demo | 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_stack | Recommends the best tech stack for a project using real-time scoring with context adjustments. Requires API key. |
| get_blueprint | Fetches an existing blueprint by ID. Blueprints are generated via the StacksFinder web UI. Requires API key. |
| create_blueprint | 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_key | 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_keys | Lists your StacksFinder API keys. Requires a configured API key. |
| revoke_api_key | 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 | |