{"name":"io.github.inity13/agentstack-mcp","slug":"inity13-agentstack-mcp","title":null,"description":"Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.","url":"https://mcp.market/server/inity13-agentstack-mcp","rating":null,"grade":"B","score":83,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":31,"last_push_at":"2026-08-12T09:36:29.000Z","license":"MIT"},"uptime":{"percent":100,"checks":22,"ok":22,"last_checked_at":"2026-09-24T20:46:31.895Z","last_ok_at":"2026-09-24T20:46:31.895Z","latency_ms":94},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/inity13/agentstack-mcp","website":null,"version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://agentstack-mcp.pages.dev/mcp"}],"packages":[{"registryType":"npm","identifier":"agentstack-mcp","version":"1.0.1","transport":{"type":"stdio"}}],"tools":[{"name":"calc_business_days","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string"},"start_date":{"type":"string"},"days":{"type":"integer"},"end_date":{"type":"string"},"region":{"type":"string"},"custom_holidays":{"type":"array","items":{"type":"string"}}},"required":["operation","start_date"]}},{"name":"calc_compound_growth","description":"COMPUTE. Compound-interest/growth math. operation: future_value | present_value | cagr. rate is annual decimal; compounding: daily|weekly|monthly|quarterly|semiannually|annually|continuous.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string"},"rate":{"type":"number"},"years":{"type":"number"},"present_value":{"type":"number"},"future_value":{"type":"number"},"begin_value":{"type":"number"},"end_value":{"type":"number"},"compounding":{"type":"string"},"currency":{"type":"string"}},"required":["operation"]}},{"name":"calc_currency_convert","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"amount":{"type":"number"},"from_currency":{"type":"string"},"to_currency":{"type":"string"},"date":{"type":"string"},"live":{"type":"boolean"}},"required":["amount","from_currency","to_currency"]}},{"name":"calc_depreciation","description":"COMPUTE. Asset depreciation schedule. method: straight_line | declining_balance | sum_of_years_digits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"method":{"type":"string"},"cost":{"type":"number"},"salvage_value":{"type":"number"},"useful_life_years":{"type":"integer"},"currency":{"type":"string"}},"required":["method","cost","salvage_value","useful_life_years"]}},{"name":"calc_irr","description":"COMPUTE. Internal Rate of Return: per-period rate where NPV=0 (Newton + bisection). Requires a sign change in cashflows.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cashflows":{"type":"array","items":{"type":"number"}},"guess":{"type":"number"}},"required":["cashflows"]}},{"name":"calc_list_metrics","description":"COMPUTE. List every supported metric with descriptions and required/optional params. No parameters.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"calc_loan_amortization","description":"COMPUTE. Level-payment loan: monthly payment, total interest, payoff, and (optional) full schedule.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"principal":{"type":"number"},"annual_rate":{"type":"number"},"term_months":{"type":"integer"},"extra_payment":{"type":"number"},"currency":{"type":"string"},"include_schedule":{"type":"boolean"}},"required":["principal","annual_rate","term_months"]}},{"name":"calc_metric","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"metric":{"type":"string"},"params":{"type":"object"},"currency":{"type":"string"}},"required":["metric","params"]}},{"name":"calc_npv","description":"COMPUTE. Net Present Value (discounted cash flow). NPV = sum(CF_t/(1+rate)^t); cashflows[0] is period 0 (usually the negative outlay).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"rate":{"type":"number"},"cashflows":{"type":"array","items":{"type":"number"}},"currency":{"type":"string"}},"required":["rate","cashflows"]}},{"name":"decide","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"options":{"type":"array"},"criteria":{"type":"array"},"scores":{"type":"object"},"method":{"type":"string"}},"required":["options","criteria","scores"]}},{"name":"decide_compare_two","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"option_a":{"type":"string"},"option_b":{"type":"string"},"options":{"type":"array"},"criteria":{"type":"array"},"scores":{"type":"object"},"method":{"type":"string"}},"required":["criteria","scores"]}},{"name":"decide_list_methods","description":"DECIDE. List the scoring methods (weighted_sum, weighted_product, topsis) with normalization details and when to use each. No parameters.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"decide_score","description":"DECIDE. Return the full normalized scored matrix (per-option, per-criterion) + ranking when scores are supplied separately, without the winner narrative.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"options":{"type":"array"},"criteria":{"type":"array"},"scores":{"type":"object"},"method":{"type":"string"}},"required":["options","criteria","scores"]}},{"name":"decide_sensitivity","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"options":{"type":"array"},"criteria":{"type":"array"},"scores":{"type":"object"},"method":{"type":"string"},"variation":{"type":"number"},"steps":{"type":"integer"}},"required":["options","criteria","scores"]}},{"name":"evaluate_options_with_scenarios","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"template":{"type":"string"},"inputs":{"type":"object"},"horizon":{"type":"integer"},"period_label":{"type":"string"},"method":{"type":"string"},"options":{"type":"array","items":{"type":"object"}},"criteria":{"type":"array","items":{"type":"object"}}},"required":["options","criteria"]}},{"name":"health_check","description":"Aggregated health/status for the whole stack (all three engines + composites). No parameters.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_capabilities","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"plan_to_valuation","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"template":{"type":"string"},"inputs":{"type":"object"},"metrics":{"type":"array","items":{"type":"object"}},"horizon":{"type":"integer"},"period_label":{"type":"string"},"cashflow_metric":{"type":"string"},"rate":{"type":"number"},"initial_investment":{"type":"number"},"currency":{"type":"string"}},"required":["template","cashflow_metric","rate"]}},{"name":"sim_break_even","description":"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'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"template":{"type":"string"},"inputs":{"type":"object"},"solve_for":{"type":"string"},"target_metric":{"type":"string"},"target_value":{"type":"number"},"bounds":{"type":"array","items":{"type":"number"}},"horizon":{"type":"integer"},"period_label":{"type":"string"}},"required":["template","solve_for","target_value"]}},{"name":"sim_compare","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"scenarios":{"type":"array","items":{"type":"object"}},"compare_metric":{"type":"string"},"goal":{"type":"string"},"horizon":{"type":"integer"},"include_projections":{"type":"boolean"}},"required":["scenarios"]}},{"name":"sim_list_templates","description":"SIMULATE. List every scenario template (inputs, defaults, outputs) plus the custom-model format and period labels. No parameters.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"sim_run","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"template":{"type":"string"},"inputs":{"type":"object"},"metrics":{"type":"array","items":{"type":"object"}},"horizon":{"type":"integer"},"period_label":{"type":"string"}}}},{"name":"sim_sensitivity","description":"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').","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"template":{"type":"string"},"inputs":{"type":"object"},"target_metric":{"type":"string"},"variable":{"type":"string"},"variables":{"type":"array","items":{"type":"object"}},"variation":{"type":"number"},"steps":{"type":"integer"},"values":{"type":"array","items":{"type":"number"}},"min":{"type":"number"},"max":{"type":"number"},"horizon":{"type":"integer"},"period_label":{"type":"string"}},"required":["template"]}},{"name":"stress_test_decision","description":"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}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"template":{"type":"string"},"inputs":{"type":"object"},"horizon":{"type":"integer"},"period_label":{"type":"string"},"method":{"type":"string"},"options":{"type":"array","items":{"type":"object"}},"criteria":{"type":"array","items":{"type":"object"}},"stress":{"type":"object"}},"required":["options","criteria","stress"]}}],"scan":{"score":83,"grade":"B","scanned_at":"2026-09-23T17:17:19.388Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T17:17:19.362Z","components":{"code":{"score":25,"max":25,"notes":["8 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 286ms"]},"poisoning":{"score":15,"max":15,"notes":["24 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":12,"max":15,"notes":["last push 42 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://agentstack-mcp.pages.dev/mcp","reachable":true,"authRequired":false,"latencyMs":286,"serverInfo":{"name":"AgentStack","version":"1.0.0-edge"}}],"packages":[{"registryType":"npm","identifier":"agentstack-mcp","version":"1.0.1","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":1,"publishedAt":"2026-08-12T09:24:33.042Z","repositoryUrl":"git+https://github.com/inity13/agentstack-mcp.git","weeklyDownloads":31}],"repo":{"found":true,"owner":"inity13","repo":"agentstack-mcp","archived":false,"pushedAt":"2026-08-12T09:36:29Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/30606024?v=4","ownerCreatedAt":"2017-07-31T20:28:48Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/30606024?v=4&s=128","source":"github"},"presence":{"stars":0,"forks":0,"downloadsWeek":31,"license":"MIT","lastPushAt":"2026-08-12T09:36:29.000Z","score":23}}}},"grade_history":[],"reviews":[]}