Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STACKSFINDER_API_KEYNoAPI key for Pro features (optional for free tools)

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  • 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"]

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hoklims/stacksfinder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server