mcp-us-equities-ops

Run, list, track, and health-check MCP pipelines on VPS.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mcp-us-equities-ops" with this command: npx skills add zz3310969/max-skills/zz3310969-max-skills-mcp-us-equities-ops

MCP US Equities Ops

Purpose

Use this skill for operational tools on the VPS MCP service:

  • list_pipelines
  • run_pipeline
  • track_run
  • health_check

Prerequisites

  1. Install and configure rw to the VPS endpoint:
rw setup --server-url http://113.44.56.214:18080/mcp/
rw doctor
  1. Use direct calls only:
rw call --tool <tool_name> --args '<json>'

Preflight (required before any rw call)

Run this guard first to avoid stale rw versions:

if ! command -v rw >/dev/null 2>&1; then
  curl -fsSL https://raw.githubusercontent.com/zz3310969/max-skills/main/scripts/install-rw.sh | bash
fi
rw --version || true
rw doctor

If rw doctor fails due to protocol/auth/session issues, force reinstall:

curl -fsSL https://raw.githubusercontent.com/zz3310969/max-skills/main/scripts/install-rw.sh | bash
rw doctor

Operational Workflow

  1. Discover deployment names using list_pipelines.
  2. Validate trigger payload with run_pipeline and dry_run=true.
  3. Execute with optional idempotency_key.
  4. Poll status with track_run.
  5. Pull summarized logs only when needed.

Commands

List pipelines

rw call --tool list_pipelines --args '{"name_like":"barchart","limit":100}'

Dry run pipeline

rw call --tool run_pipeline --args '{"deployment_name":"Market API Daily Technicals/daily-barchart-technicals","params":{"ticker":"NVDA"},"dry_run":true,"idempotency_key":"dryrun-20260309-nvda"}'

Execute pipeline (idempotent)

rw call --tool run_pipeline --args '{"deployment_name":"Market API Daily Technicals/daily-barchart-technicals","params":{"ticker":"NVDA"},"dry_run":false,"idempotency_key":"run-20260309-nvda"}'

Track run status

rw call --tool track_run --args '{"run_id":"<FLOW_RUN_ID>","include_logs":false}'

Track run with compressed logs

rw call --tool track_run --args '{"run_id":"<FLOW_RUN_ID>","include_logs":true,"log_lines":120}'

Health checks

rw call --tool health_check --args '{"checks":["db","prefect_server","prefect_worker","market_api"]}'

Safety Rules

  • Always start with dry_run=true for manual triggers.
  • Use stable idempotency_key to avoid duplicate runs.
  • If error.code=INVALID_MARKET_SCOPE in run_pipeline, remove non-US tickers from params and retry.
  • If error.retryable=true, use bounded retry/backoff.

Reference mapping: docs/mcp-tool-map-v2.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

research-summary

No summary provided by upstream source.

Repository SourceNeeds Review
General

mcp-us-equities-read

No summary provided by upstream source.

Repository SourceNeeds Review
General

mcp-us-equities-response

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated