# io.github.inity13/agentstack-mcp (remote · agentstack-mcp.pages.dev)

Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.

- Trust score: 63/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `agentstack-mcp.pages.dev`: 63/100 (this document), [markdown](https://verifymcp.io/servers/inity13-agentstack-mcp/agentstack-mcp.md), [page](https://verifymcp.io/servers/inity13-agentstack-mcp/agentstack-mcp)
- npm · `agentstack-mcp`: 65/100, [markdown](https://verifymcp.io/servers/inity13-agentstack-mcp/agentstack-mcp-2.md), [page](https://verifymcp.io/servers/inity13-agentstack-mcp/agentstack-mcp-2)

## Channel facts

- Endpoint: `https://agentstack-mcp.pages.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 24 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 2144 tokens (~89/item across 24 items; 24 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http inity13-agentstack-mcp https://agentstack-mcp.pages.dev/mcp
```

### Codex

```toml
[mcp_servers.inity13-agentstack-mcp]
url = "https://agentstack-mcp.pages.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "inity13-agentstack-mcp": {
      "type": "remote",
      "url": "https://agentstack-mcp.pages.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add inity13-agentstack-mcp --url https://agentstack-mcp.pages.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  inity13-agentstack-mcp:
    url: "https://agentstack-mcp.pages.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "inity13-agentstack-mcp": {
      "type": "http",
      "url": "https://agentstack-mcp.pages.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-17 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-13 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-12 (score 59, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-11 (score 59)

First indexed and scored.

## MCP tools (24)

### `list_capabilities` (~57 tokens)

Discovery: the three namespaces (sim_*, decide_*, calc_*), the cross-domain composite tools, the available ?profile= filters, and links to the standalone servers. Call this first to see everything AgentStack exposes. No parameters.

### `health_check` (~26 tokens)

Aggregated health/status for the whole stack (all three engines + composites). No parameters.

### `sim_run` (~118 tokens)

SIMULATE. Deterministic what-if projection from a template (saas_growth, pricing_change, churn_impact, cost_reduction, hiring_plan, cash_runway, unit_economics, marketing_funnel, compound_growth) or a free-form 'metrics' model. Returns per-period projections, key_results, assumptions_used, methodology, and an explanation.

Input parameters:

- `horizon` (integer)
- `inputs` (object)
- `metrics` (array)
- `period_label` (string)
- `template` (string)

### `sim_sensitivity` (~143 tokens)

SIMULATE. Vary one or more scenario inputs and show the impact on a target output metric (one-at-a-time), with elasticity + most-influential ranking. Requires 'template' and 'variable' (or 'variables').

Input parameters:

- `horizon` (integer)
- `inputs` (object)
- `max` (number)
- `min` (number)
- `period_label` (string)
- `steps` (integer)
- `target_metric` (string)
- `template` (string, required)
- `values` (array)
- `variable` (string)
- `variables` (array)
- `variation` (number)

### `sim_break_even` (~109 tokens)

SIMULATE. Solve for the scenario input value required to make an output metric hit a target value (deterministic bisection). Requires 'template', 'solve_for', 'target_value'.

Input parameters:

- `bounds` (array)
- `horizon` (integer)
- `inputs` (object)
- `period_label` (string)
- `solve_for` (string, required)
- `target_metric` (string)
- `target_value` (number, required)
- `template` (string, required)

### `sim_compare` (~90 tokens)

SIMULATE. Run 2-3 scenarios and compare their key_results side by side with deltas vs the first (baseline). Optional 'compare_metric' + 'goal' (max|min) picks a winner.

Input parameters:

- `compare_metric` (string)
- `goal` (string)
- `horizon` (integer)
- `include_projections` (boolean)
- `scenarios` (array, required)

### `sim_list_templates` (~36 tokens)

SIMULATE. List every scenario template (inputs, defaults, outputs) plus the custom-model format and period labels. No parameters.

### `decide` (~96 tokens)

DECIDE. Rank named options against weighted criteria and return the winner, full ranking, per-criterion breakdowns, methodology, weights, and an explanation. Provide options, criteria [{name, weight, direction}], and a scores matrix. method: weighted_sum (default) | weighted_product | topsis.

Input parameters:

- `criteria` (array, required)
- `method` (string)
- `options` (array, required)
- `scores` (object, required)

### `decide_score` (~66 tokens)

DECIDE. Return the full normalized scored matrix (per-option, per-criterion) + ranking when scores are supplied separately, without the winner narrative.

Input parameters:

- `criteria` (array, required)
- `method` (string)
- `options` (array, required)
- `scores` (object, required)

### `decide_sensitivity` (~96 tokens)

DECIDE. Test how robust the decision winner is to changes in CRITERIA WEIGHTS (distinct from sim_sensitivity, which varies scenario inputs). Sweeps each weight +/-variation and reports a robustness score + flip points.

Input parameters:

- `criteria` (array, required)
- `method` (string)
- `options` (array, required)
- `scores` (object, required)
- `steps` (integer)
- `variation` (number)

### `decide_compare_two` (~93 tokens)

DECIDE. Head-to-head comparison of exactly two options with per-criterion win counts and margin. Pass option_a/option_b (or a 2-element options array), criteria, and scores.

Input parameters:

- `criteria` (array, required)
- `method` (string)
- `option_a` (string)
- `option_b` (string)
- `options` (array)
- `scores` (object, required)

### `decide_list_methods` (~38 tokens)

DECIDE. List the scoring methods (weighted_sum, weighted_product, topsis) with normalization details and when to use each. No parameters.

### `calc_metric` (~112 tokens)

COMPUTE. Exact business/SaaS/finance metric: ltv, cac, ltv_cac_ratio, payback_period_months, contribution_margin, gross_margin, churn_rate, mrr_growth_rate, arr, break_even_units, nrr, grr, rule_of_40, magic_number. Rates/margins are decimals (0.05=5%). Call calc_list_metrics for schemas.

Input parameters:

- `currency` (string)
- `metric` (string, required)
- `params` (object, required)

### `calc_list_metrics` (~27 tokens)

COMPUTE. List every supported metric with descriptions and required/optional params. No parameters.

### `calc_currency_convert` (~94 tokens)

COMPUTE. Convert between major currencies (USD, EUR, GBP, JPY, CAD, AUD, CHF, CNY, INR) with Decimal precision. Static offline table by default; live/historical ECB rates via date/live=true.

Input parameters:

- `amount` (number, required)
- `date` (string)
- `from_currency` (string, required)
- `live` (boolean)
- `to_currency` (string, required)

### `calc_business_days` (~95 tokens)

COMPUTE. Business-day arithmetic honoring weekends + regional holidays. operation: add_business_days | count_business_days | next_business_day | previous_business_day. region: US | UK | EU | NONE.

Input parameters:

- `custom_holidays` (array)
- `days` (integer)
- `end_date` (string)
- `operation` (string, required)
- `region` (string)
- `start_date` (string, required)

### `calc_compound_growth` (~124 tokens)

COMPUTE. Compound-interest/growth math. operation: future_value | present_value | cagr. rate is annual decimal; compounding: daily|weekly|monthly|quarterly|semiannually|annually|continuous.

Input parameters:

- `begin_value` (number)
- `compounding` (string)
- `currency` (string)
- `end_value` (number)
- `future_value` (number)
- `operation` (string, required)
- `present_value` (number)
- `rate` (number)
- `years` (number)

### `calc_npv` (~73 tokens)

COMPUTE. Net Present Value (discounted cash flow). NPV = sum(CF_t/(1+rate)^t); cashflows[0] is period 0 (usually the negative outlay).

Input parameters:

- `cashflows` (array, required)
- `currency` (string)
- `rate` (number, required)

### `calc_irr` (~55 tokens)

COMPUTE. Internal Rate of Return: per-period rate where NPV=0 (Newton + bisection). Requires a sign change in cashflows.

Input parameters:

- `cashflows` (array, required)
- `guess` (number)

### `calc_loan_amortization` (~81 tokens)

COMPUTE. Level-payment loan: monthly payment, total interest, payoff, and (optional) full schedule.

Input parameters:

- `annual_rate` (number, required)
- `currency` (string)
- `extra_payment` (number)
- `include_schedule` (boolean)
- `principal` (number, required)
- `term_months` (integer, required)

### `calc_depreciation` (~71 tokens)

COMPUTE. Asset depreciation schedule. method: straight_line | declining_balance | sum_of_years_digits.

Input parameters:

- `cost` (number, required)
- `currency` (string)
- `method` (string, required)
- `salvage_value` (number, required)
- `useful_life_years` (integer, required)

### `plan_to_valuation` (~169 tokens)

COMPOSITE (simulate -> compute). Project a scenario, take a per-period cash-flow line from its projections ('cashflow_metric', e.g. 'mrr' or 'net_burn'), and value it exactly: NPV at a discount 'rate', IRR, and undiscounted total. Optional 'initial_investment' becomes the period-0 outflow (needed for IRR). Combines ScenarioSim + PrecisionCalc.

Input parameters:

- `cashflow_metric` (string, required)
- `currency` (string)
- `horizon` (integer)
- `initial_investment` (number)
- `inputs` (object)
- `metrics` (array)
- `period_label` (string)
- `rate` (number, required)
- `template` (string, required)

### `evaluate_options_with_scenarios` (~141 tokens)

COMPOSITE (simulate -> decide). Project each option as its own scenario, then rank the options against weighted criteria drawn from the scenario OUTCOMES. Provide a base 'template', an 'options' array ([{name, inputs}]), and 'criteria' ([{metric, weight, direction}]) where each metric is a scenario key_result. Combines ScenarioSim + DecisionMatrix.

Input parameters:

- `criteria` (array, required)
- `horizon` (integer)
- `inputs` (object)
- `method` (string)
- `options` (array, required)
- `period_label` (string)
- `template` (string)

### `stress_test_decision` (~134 tokens)

COMPOSITE (simulate x decide). Take an options-vs-scenarios decision and stress ONE scenario assumption across a range applied to every option; report how often the baseline winner survives (robustness) and where it flips. Same args as evaluate_options_with_scenarios plus 'stress': {variable, variation, steps}.

Input parameters:

- `criteria` (array, required)
- `horizon` (integer)
- `inputs` (object)
- `method` (string)
- `options` (array, required)
- `period_label` (string)
- `stress` (object, required)
- `template` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/inity13-agentstack-mcp/agentstack-mcp#diagnostics

## Score history

- 2026-08-20: 63
- 2026-08-19: 63
- 2026-08-18: 62
- 2026-08-17: 62
- 2026-08-16: 61
- 2026-08-15: 61
- 2026-08-14: 60
- 2026-08-13: 60
- 2026-08-12: 59
- 2026-08-11: 59

## Links

- Remote endpoint: https://agentstack-mcp.pages.dev/mcp
- Repository: https://github.com/inity13/agentstack-mcp
- Changelog RSS feed: https://verifymcp.io/servers/inity13-agentstack-mcp/agentstack-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/inity13-agentstack-mcp/agentstack-mcp.json
- HTML version of this page: https://verifymcp.io/servers/inity13-agentstack-mcp/agentstack-mcp
