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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 7 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add inity13-agentstack-mcp -- npx -y agentstack-mcp
codex mcp add inity13-agentstack-mcp -- npx -y agentstack-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"inity13-agentstack-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"agentstack-mcp"
],
"enabled": true
}
}
} openclaw mcp add inity13-agentstack-mcp --command npx --arg -y --arg agentstack-mcp
mcp_servers:
inity13-agentstack-mcp:
command: "npx"
args: ["-y", "agentstack-mcp"] {
"mcpServers": {
"inity13-agentstack-mcp": {
"command": "npx",
"args": [
"-y",
"agentstack-mcp"
]
}
}
} 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.
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 |
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.
calc_business_days ~64
COMPUTE. Business-day arithmetic with holidays.
| Name | Type | Req | Description |
|---|---|---|---|
| custom_holidays | array | – | – |
| days | integer | – | – |
| end_date | string | – | – |
| operation | string | yes | – |
| region | string | – | – |
| start_date | string | yes | – |
No output schema declared.
No examples provided.
calc_compound_growth ~90
COMPUTE. future_value | present_value | cagr.
| Name | Type | Req | Description |
|---|---|---|---|
| begin_value | number | – | – |
| compounding | string | – | – |
| currency | string | – | – |
| end_value | number | – | – |
| future_value | number | – | – |
| operation | string | yes | – |
| present_value | number | – | – |
| rate | number | – | – |
| years | number | – | – |
No output schema declared.
No examples provided.
calc_currency_convert ~55
COMPUTE. Convert currencies with Decimal precision.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | – |
| date | string | – | – |
| from_currency | string | yes | – |
| live | boolean | – | – |
| to_currency | string | yes | – |
No output schema declared.
No examples provided.
calc_depreciation ~58
COMPUTE. Depreciation schedule.
| Name | Type | Req | Description |
|---|---|---|---|
| cost | number | yes | – |
| currency | string | – | – |
| method | string | yes | – |
| salvage_value | number | yes | – |
| useful_life_years | integer | yes | – |
No output schema declared.
No examples provided.
calc_irr ~32
COMPUTE. Internal Rate of Return.
| Name | Type | Req | Description |
|---|---|---|---|
| cashflows | array | yes | – |
| guess | number | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| annual_rate | number | yes | – |
| currency | string | – | – |
| extra_payment | number | – | – |
| include_schedule | boolean | – | – |
| principal | number | yes | – |
| term_months | integer | yes | – |
No output schema declared.
No examples provided.
calc_metric ~56
COMPUTE. Exact business/SaaS/finance metric (ltv, cac, rule_of_40, nrr, ...).
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | – | – |
| metric | string | yes | – |
| params | object | yes | – |
No output schema declared.
No examples provided.
calc_npv ~38
COMPUTE. Net Present Value.
| Name | Type | Req | Description |
|---|---|---|---|
| cashflows | array | yes | – |
| currency | string | – | – |
| rate | number | yes | – |
No output schema declared.
No examples provided.
decide ~54
DECIDE. Rank options against weighted criteria; returns winner, ranking, breakdowns, explanation.
| Name | Type | Req | Description |
|---|---|---|---|
| criteria | array | yes | – |
| method | string | – | – |
| options | array | yes | – |
| scores | object | yes | – |
No output schema declared.
No examples provided.
decide_compare_two ~64
DECIDE. Head-to-head between exactly two options.
| Name | Type | Req | Description |
|---|---|---|---|
| criteria | array | yes | – |
| method | string | – | – |
| option_a | string | – | – |
| option_b | string | – | – |
| options | array | – | – |
| scores | object | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| criteria | array | yes | – |
| method | string | – | – |
| options | array | yes | – |
| scores | object | yes | – |
No output schema declared.
No examples provided.
decide_sensitivity ~68
DECIDE. Robustness of the winner to CRITERIA-WEIGHT changes.
| Name | Type | Req | Description |
|---|---|---|---|
| criteria | array | yes | – |
| method | string | – | – |
| options | array | yes | – |
| scores | object | yes | – |
| steps | integer | – | – |
| variation | number | – | – |
No output schema declared.
No examples provided.
evaluate_options_with_scenarios ~78
COMPOSITE (simulate -> decide). Project each option, rank the outcomes.
| Name | Type | Req | Description |
|---|---|---|---|
| criteria | array | yes | – |
| horizon | integer | – | – |
| inputs | object | – | – |
| method | string | – | – |
| options | array | yes | – |
| period_label | string | – | – |
| template | string | – | – |
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).
| Name | Type | Req | Description |
|---|---|---|---|
| cashflow_metric | string | yes | – |
| currency | string | – | – |
| horizon | integer | – | – |
| initial_investment | number | – | – |
| inputs | object | – | – |
| period_label | string | – | – |
| rate | number | yes | – |
| template | string | yes | – |
No output schema declared.
No examples provided.
sim_break_even ~86
SIMULATE. Solve for the input value that makes a metric hit a target.
| Name | Type | Req | Description |
|---|---|---|---|
| bounds | array | – | – |
| horizon | integer | – | – |
| inputs | object | – | – |
| period_label | string | – | – |
| solve_for | string | yes | – |
| target_metric | string | – | – |
| target_value | number | yes | – |
| template | string | yes | – |
No output schema declared.
No examples provided.
sim_compare ~51
SIMULATE. Compare 2-3 scenarios side by side.
| Name | Type | Req | Description |
|---|---|---|---|
| compare_metric | string | – | – |
| goal | string | – | – |
| horizon | integer | – | – |
| scenarios | array | yes | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| horizon | integer | – | – |
| inputs | object | – | – |
| metrics | array | – | – |
| period_label | string | – | – |
| template | string | – | – |
No output schema declared.
No examples provided.
sim_sensitivity ~90
SIMULATE. Vary scenario inputs and show impact on a target metric.
| Name | Type | Req | Description |
|---|---|---|---|
| horizon | integer | – | – |
| inputs | object | – | – |
| period_label | string | – | – |
| steps | integer | – | – |
| target_metric | string | – | – |
| template | string | yes | – |
| variable | string | – | – |
| variables | array | – | – |
| variation | number | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| criteria | array | yes | – |
| horizon | integer | – | – |
| inputs | object | – | – |
| method | string | – | – |
| options | array | yes | – |
| period_label | string | – | – |
| stress | object | yes | – |
| template | string | – | – |
No output schema declared.
No examples provided.