StackFiesta MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_toolsA | Search AI tools for game development from the StackFiesta catalog. Supports filtering by engine, pricing, type, and category. Returns paginated results (max 24). |
| get_toolA | Get full details of a specific AI tool by its slug from StackFiesta. |
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 2 tools
find_tools searches the catalog with filters, while get_tool retrieves details by slug. Their purposes are clearly distinct with no overlap.
Both tools follow the consistent verb_noun pattern: find_tools and get_tool, making them predictable.
Two tools is well-scoped for a read-only AI tool catalog server, covering search and detail retrieval without bloat.
The tool surface covers searching (with filters) and getting details, which is complete for a catalog. No obvious missing operations given its purpose.