Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.inity13/agentstack-mcp

NPM · AGENTSTACK-MCP · 2 COMPONENTS · SCANNED AUG 20

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

+4 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 1 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability51
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1344 tokens (~56/item across 24 items; 24 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · agentstack-mcp

# add to Claude Code
claude mcp add inity13-agentstack-mcp -- npx -y agentstack-mcp
# add to Codex CLI
codex mcp add inity13-agentstack-mcp -- npx -y agentstack-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "inity13-agentstack-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agentstack-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add inity13-agentstack-mcp --command npx --arg -y --arg agentstack-mcp
# ~/.hermes/config.yaml
mcp_servers:
  inity13-agentstack-mcp:
    command: "npx"
    args: ["-y", "agentstack-mcp"]
// mcp.json
{
  "mcpServers": {
    "inity13-agentstack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentstack-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 12 Aug 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Analysed npm/agentstack-mcp@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 1 package
Packages resolved 1
Tree resolution Complete
MCP tools · 24 exposed · ~1,344 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
calc_business_days ~64

COMPUTE. Business-day arithmetic with holidays.

NameTypeReqDescription
custom_holidaysarray
daysinteger
end_datestring
operationstringyes
regionstring
start_datestringyes

No output schema declared.

No examples provided.

calc_compound_growth ~90

COMPUTE. future_value | present_value | cagr.

NameTypeReqDescription
begin_valuenumber
compoundingstring
currencystring
end_valuenumber
future_valuenumber
operationstringyes
present_valuenumber
ratenumber
yearsnumber

No output schema declared.

No examples provided.

calc_currency_convert ~55

COMPUTE. Convert currencies with Decimal precision.

NameTypeReqDescription
amountnumberyes
datestring
from_currencystringyes
liveboolean
to_currencystringyes

No output schema declared.

No examples provided.

calc_depreciation ~58

COMPUTE. Depreciation schedule.

NameTypeReqDescription
costnumberyes
currencystring
methodstringyes
salvage_valuenumberyes
useful_life_yearsintegeryes

No output schema declared.

No examples provided.

calc_irr ~32

COMPUTE. Internal Rate of Return.

NameTypeReqDescription
cashflowsarrayyes
guessnumber

No output schema declared.

No examples provided.

calc_list_metrics ~18

COMPUTE. List supported metrics + schemas.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

calc_loan_amortization ~67

COMPUTE. Level-payment loan schedule.

NameTypeReqDescription
annual_ratenumberyes
currencystring
extra_paymentnumber
include_scheduleboolean
principalnumberyes
term_monthsintegeryes

No output schema declared.

No examples provided.

calc_metric ~56

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

NameTypeReqDescription
currencystring
metricstringyes
paramsobjectyes

No output schema declared.

No examples provided.

calc_npv ~38

COMPUTE. Net Present Value.

NameTypeReqDescription
cashflowsarrayyes
currencystring
ratenumberyes

No output schema declared.

No examples provided.

decide ~54

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

NameTypeReqDescription
criteriaarrayyes
methodstring
optionsarrayyes
scoresobjectyes

No output schema declared.

No examples provided.

decide_compare_two ~64

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

NameTypeReqDescription
criteriaarrayyes
methodstring
option_astring
option_bstring
optionsarray
scoresobjectyes

No output schema declared.

No examples provided.

decide_list_methods ~16

DECIDE. List scoring methods.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

decide_score ~46

DECIDE. Full normalized scored matrix + ranking.

NameTypeReqDescription
criteriaarrayyes
methodstring
optionsarrayyes
scoresobjectyes

No output schema declared.

No examples provided.

decide_sensitivity ~68

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

NameTypeReqDescription
criteriaarrayyes
methodstring
optionsarrayyes
scoresobjectyes
stepsinteger
variationnumber

No output schema declared.

No examples provided.

evaluate_options_with_scenarios ~78

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

NameTypeReqDescription
criteriaarrayyes
horizoninteger
inputsobject
methodstring
optionsarrayyes
period_labelstring
templatestring

No output schema declared.

No examples provided.

health_check ~16

Aggregated health for the whole stack.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_capabilities ~28

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

plan_to_valuation ~96

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

NameTypeReqDescription
cashflow_metricstringyes
currencystring
horizoninteger
initial_investmentnumber
inputsobject
period_labelstring
ratenumberyes
templatestringyes

No output schema declared.

No examples provided.

sim_break_even ~86

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

NameTypeReqDescription
boundsarray
horizoninteger
inputsobject
period_labelstring
solve_forstringyes
target_metricstring
target_valuenumberyes
templatestringyes

No output schema declared.

No examples provided.

sim_compare ~51

SIMULATE. Compare 2-3 scenarios side by side.

NameTypeReqDescription
compare_metricstring
goalstring
horizoninteger
scenariosarrayyes

No output schema declared.

No examples provided.

sim_list_templates ~22

SIMULATE. List every scenario template with inputs and outputs.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sim_run ~65

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

NameTypeReqDescription
horizoninteger
inputsobject
metricsarray
period_labelstring
templatestring

No output schema declared.

No examples provided.

sim_sensitivity ~90

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

NameTypeReqDescription
horizoninteger
inputsobject
period_labelstring
stepsinteger
target_metricstring
templatestringyes
variablestring
variablesarray
variationnumber

No output schema declared.

No examples provided.

stress_test_decision ~86

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

NameTypeReqDescription
criteriaarrayyes
horizoninteger
inputsobject
methodstring
optionsarrayyes
period_labelstring
stressobjectyes
templatestring

No output schema declared.

No examples provided.