HTTP/1.1 402 PAYMENT REQUIRED agent402.base.eth · BASE · SOLANA · POLYGON · ARBITRUM · STELLAR · ROBINHOOD · USDC · USDG

JSON pipeline

Validate, pretty-print, and convert JSON to CSV in one pass — the complete JSON processing workflow.

When to use this pack

An agent receives raw JSON (from an API response, a webhook body, or user input) and needs to validate it's well-formed, format it for readability, and convert it to CSV for a spreadsheet or data pipeline. Three tools in one payment.

Tools in this pack

Workflow

  1. Call json-validate to confirm the input is well-formed JSON (catches syntax errors, trailing commas, etc.).
  2. Call json-format to pretty-print with consistent indentation.
  3. Call json-to-csv to convert the JSON array to a CSV string for spreadsheet import.

Run it in Claude

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

Then paste this prompt into Claude:

Process this JSON using Agent402's json-pipeline skill pack: [{"name":"Alice","age":30}]. (1) Validate it, (2) pretty-print it, (3) convert to CSV. Report any validation issues and provide the formatted output.

← All skill packs