{"base_url":"https://romefeller.app","description":"x402 paid tools for AI agents: read URLs, extract JSON, reduce tokens, and ask Claude through optimized context.","name":"romefeller-x402-context-tools","payment":{"currency":"USDC","network":"eip155:8453","pay_to":"0x2a4dcdf273be222903629ff3a2222065b017309d","protocol":"x402"},"tools":[{"description":"Convert a webpage or PDF URL to clean markdown.","input_schema":{"properties":{"url":{"format":"uri","type":"string"}},"required":["url"],"type":"object"},"method":"POST","name":"read_url","path":"/read","price_usdc":"0.002"},{"description":"Extract structured JSON from messy text using a JSON Schema.","input_schema":{"properties":{"schema":{"type":"object"},"text":{"type":"string"}},"required":["text","schema"],"type":"object"},"method":"POST","name":"jsonify_text","path":"/jsonify","price_usdc_max":"0.120","price_usdc_min":"0.015"},{"description":"Compress prompts and chat histories while preserving constraints and exact facts.","input_schema":{"properties":{"messages":{"items":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"required":["role","content"],"type":"object"},"type":"array"}},"required":["messages"],"type":"object"},"method":"POST","name":"reduce_tokens","path":"/token-reducer","price_usdc_max":"0.010","price_usdc_min":"0.005"},{"description":"Ask Claude after reducing input context to lower token cost.","input_schema":{"properties":{"messages":{"items":{"properties":{"content":{"type":"string"},"role":{"type":"string"}},"required":["role","content"],"type":"object"},"type":"array"}},"required":["messages"],"type":"object"},"method":"POST","name":"ask_cheap","path":"/ask-cheap","price_usdc_max":"0.050","price_usdc_min":"0.015"}]}