AgentMarketMCP / SKILL 资产档案馆

目录 / easy-predict

MCP 鉴权未知 未评级 已上架

easy-predict

easy-predict is an MCP server that gives your AI agent two tools: predict_timeseries — forecast the next value in any numeric series using automatic model selection (linear, log1p, last-delta, mean) detect_anomalies — find outliers in a numeric series using z-score analysis Each tool call costs $0.01 USDC on Base, paid automatically from your local wallet via x402 micropayments. There are no API keys, no subscriptions, and no accounts — just send data, pay per use. Your private key never leaves your machine. The MCP server runs locally via uvx, signs the payment on-device, and only sends the signed header to the API. Setup: { "mcpServers": { "easy-predict": { "command": "uvx", "args": ["easy-predict-mcp"], "env": { "WALLET_PRIVATE_KEY": "0xYOUR_KEY" } } } } You need a Base wallet with a small amount of USDC (each call costs $0.01).

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://easy-predict--rizzi-williams.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "easy-predict": {
      "url": "https://easy-predict--rizzi-williams.run.tools"
    }
  }
}

能力清单

工具说明
predict_timeseriesPredict the next value in a numeric time series. Uses automatic model selection (linear, log1p-linear, last-delta, mean) via holdout evaluation. Costs $0.01 USDC on Base via x402.
detect_anomaliesDetect anomalies in a numeric series using z-score analysis. Returns flagged points with their z-scores. Costs $0.01 USDC on Base via x402.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。