You're viewing a demo portfolio

Join the waitlist
PRSM

post_calc_stats

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

Exact descriptive statistics — LLMs cannot reliably sum 200 numbers; this can. POST {values:[…]} for count/sum/mean/median/stddev/percentiles; {x:[],y:[]} for Pearson correlation + linear regression; {rows:[…], field} for object arrays — or {collection, field?} to run stats DIRECTLY ON YOUR DATASTORE collection (the paying wallet is the identity; reading extends its life 30 days). Up to 100k values, Kahan-summed. ($0.005 per call, paid via x402)

Parameters schema

{
  "type": "object",
  "properties": {
    "x": {
      "type": "array",
      "description": "with y: correlation + regression"
    },
    "y": {
      "type": "array"
    },
    "rows": {
      "type": "array",
      "description": "objects — with field/fields to pick columns"
    },
    "field": {
      "type": "string"
    },
    "values": {
      "type": "array",
      "description": "numbers to describe"
    },
    "collection": {
      "type": "string",
      "description": "run stats on YOUR datastore collection instead of posting data"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.webberdesign/webbersites-x402-data-api

https://github.com/webberdesign/api.webbersites.com

1/7 registries
View full server →
post_calc_stats — io.github.webberdesign/webbersites-x402-data-api — PRSM MCP