Pipeworx Analyst

Data & APIs

Access 252 data sources via one gateway to query trade, finance, pharma, housing, and government contracts using natural language questions.

Install

openclaw skills install pipeworx-analyst

Pipeworx Data Analyst

Connect to 252 data sources and 1008+ tools through one gateway. Ask questions in plain English — Pipeworx picks the right tool, fills the arguments, and returns real data.

Setup

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

How to use

Ask anything

Call ask_pipeworx with a question. The gateway finds the right API and returns the answer.

  • "What is the US trade deficit with China?"
  • "What are the side effects of ozempic?"
  • "What's the weather in Tokyo?"
  • "Get Apple's latest 10-K filing"
  • "Find cybersecurity government contracts"

Find specific tools

Call discover_tools with a description to browse what's available.

Scope to a domain

Add ?task= to the URL for focused sessions with only relevant tools:

  • gateway.pipeworx.io/mcp?task=housing+market
  • gateway.pipeworx.io/mcp?task=international+trade
  • gateway.pipeworx.io/mcp?task=drug+safety+research

Remember context

Use remember and recall to save findings across tool calls.

Compound tools

These combine multiple APIs into one call:

ToolDescription
trade_bilateral_analysisComplete bilateral trade analysis between two countries in one call. Combines Comtrade trade flows (
trade_country_profileComprehensive trade profile for a country — top 10 import/export partners and top 10 import/export c
trade_macro_dashboardUS trade macro indicators dashboard — customs revenue, exchange rates, trade balance, monthly trends
fintech_company_deep_diveComplete company financial analysis in one call — SEC filings (10-K), stock quote, company overview,
fintech_bank_health_checkBank health assessment — FDIC institution lookup, financials, recent industry failures, consumer com
fintech_market_snapshotFinancial market conditions dashboard — CFPB complaint trends, FDIC banking industry summary, and op
pharma_drug_profileComplete drug dossier in one call — FDA approvals, drug labels, adverse events, RxNorm properties, d
pharma_pipeline_scanClinical trial pipeline analysis — by condition (e.g., "lung cancer", "Alzheimer") or by sponsor (e.
pharma_safety_reportDrug safety assessment — adverse event reports, top reaction types, recall history, and drug-drug in
govcon_contractor_profileComplete government contractor dossier — SAM.gov entity registration, federal award history (USAspen
govcon_opportunity_scanGovernment contracting opportunity search — open SAM.gov opportunities, set-aside contracts (8(a), H
govcon_agency_landscapeFederal agency contracting landscape — spending overview, recent awards, SBIR program stats, and spe
housing_market_snapshotGet a national housing market snapshot — 30-year mortgage rates, housing starts, Case-Shiller home p
housing_property_reportComplete property analysis combining ATTOM data — property details, automated valuation (AVM), sales
housing_rental_analysisRental market analysis for a property and area — estimated rent (ATTOM), fair market rents (HUD, if
housing_affordability_checkCheck housing affordability metrics — current mortgage rate (national), median home price (national)
housing_employment_outlookLabor market indicators relevant to housing — total nonfarm employment, construction employment, res
housing_signal_scanComprehensive housing market signal scan — checks 45+ indicators for reversals, unusual moves, accel

Response metadata

Every response includes _meta with cost breakdown, cache status, next-step suggestions, and error alternatives.