HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · MONAD · CELO · AVALANCHE · SEI · OPTIMISM · STELLAR · ALGORAND · ROBINHOOD · USDC · USDG

Financial research

Pull SEC filings, real-time quotes, historical prices, and macro context for a single ticker in one pass.

$1.50 per call · one payment for the whole workflow
POST /api/skill/financial-research

7 tools run server-side in one request. You pay once, settle once, and get a single response - no orchestration, no per-step payments, and a partial-success envelope if any step fails. USDC over x402 on any supported chain.

When to use this pack

Building a one-pager on a public company - you want fundamentals, recent insider activity, and the macro backdrop without leaving the agent loop.

Tools in this pack

All 7 run inside the single $1.50 call above. Each is also callable on its own if you only need one part.

Workflow

  1. Get the live quote from stock-quote - current price, market cap, day range, volume.
  2. Pull 1Y of OHLCV from stock-history to compute return, vol, and drawdown for the brief.
  3. List recent SEC filings (10-K, 10-Q, 8-K) via edgar-filings - link each one in the report.
  4. Pull the structured XBRL company facts (revenue, net income, total assets, share count) from edgar-company-facts for the canonical numbers.
  5. Check edgar-insider-trades for Form 4 filings in the last 90 days - directional insider activity is a real signal.
  6. Drop in macro context (CPI, fed funds, unemployment) from fred-series so the brief contextualizes the company-level view.
  7. If you need a 1-call composite, research-company fans out to several of the above in a single paid call.

Call it directly

Any x402 client pays the 402 and gets the whole workflow back in one response:

npx agent402-client call financial-research {"ticker":"AAPL"}

Run it in Claude

claude mcp add agent402 -s user -- npx -y agent402-mcp@latest

Then paste this prompt into Claude:

Build a one-page research brief on AAPL. Use Agent402 to pull: (1) current quote, (2) 1-year price history with return/vol/max-drawdown, (3) the last 4 SEC filings, (4) XBRL revenue and net income trend, (5) Form 4 insider trades in the last 90 days, (6) CPI and fed funds rate as macro context. Output a clean markdown brief.

← All skill packs