Skip to main content
Glama
inity13

AgentStack MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRICE_PRONoPrice for the Pro plan (optional, used for billing).
AGENTSTACK_KVNoCloudflare KV namespace binding for billing quota storage (optional).
PRICE_STARTERNoPrice for the Starter plan (optional, used for billing).
STRIPE_SECRET_KEYNoStripe secret key for billing endpoints (optional, used on paid plans).
AGENTSTACK_PROFILENoProfile to load a subset of tools (e.g., 'all', 'finance', 'decision', 'simulation'). Defaults to 'all'.all
STRIPE_WEBHOOK_SECRETNoStripe webhook secret for validating webhook events (optional).

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

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_capabilitiesB

Discovery: namespaces (sim_*, decide_*, calc_*), composite tools, and profiles.

health_checkB

Aggregated health for the whole stack.

sim_runC

SIMULATE. Deterministic what-if projection from a template or free-form 'metrics' model.

sim_sensitivityC

SIMULATE. Vary scenario inputs and show impact on a target metric.

sim_break_evenC

SIMULATE. Solve for the input value that makes a metric hit a target.

sim_compareC

SIMULATE. Compare 2-3 scenarios side by side.

sim_list_templatesA

SIMULATE. List every scenario template with inputs and outputs.

decideA

DECIDE. Rank options against weighted criteria; returns winner, ranking, breakdowns, explanation.

decide_scoreC

DECIDE. Full normalized scored matrix + ranking.

decide_sensitivityC

DECIDE. Robustness of the winner to CRITERIA-WEIGHT changes.

decide_compare_twoC

DECIDE. Head-to-head between exactly two options.

decide_list_methodsB

DECIDE. List scoring methods.

calc_metricC

COMPUTE. Exact business/SaaS/finance metric (ltv, cac, rule_of_40, nrr, ...).

calc_list_metricsB

COMPUTE. List supported metrics + schemas.

calc_currency_convertC

COMPUTE. Convert currencies with Decimal precision.

calc_business_daysC

COMPUTE. Business-day arithmetic with holidays.

calc_compound_growthD

COMPUTE. future_value | present_value | cagr.

calc_npvC

COMPUTE. Net Present Value.

calc_irrC

COMPUTE. Internal Rate of Return.

calc_loan_amortizationC

COMPUTE. Level-payment loan schedule.

calc_depreciationD

COMPUTE. Depreciation schedule.

plan_to_valuationC

COMPOSITE (simulate -> compute). Project a scenario, value its cash-flow line (NPV/IRR).

evaluate_options_with_scenariosC

COMPOSITE (simulate -> decide). Project each option, rank the outcomes.

stress_test_decisionC

COMPOSITE (simulate x decide). Stress a scenario assumption and see if the winner holds.

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/inity13/agentstack-mcp'

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