{"service":"SuperCala AgentStore","description":"Pay-per-call tools for AI agents. x402 protocol, USDC.","payment":{"protocol":"x402","network":"eip155:8453","currency":"USDC","mode":"mainnet"},"endpoints":[{"route":"POST /v1/pdf/fields","price":"$0.001","input_schema":{"properties":{"pdf_base64":{"description":"The PDF document, base64-encoded (max 10 MB decoded)","title":"Pdf Base64","type":"string"}},"required":["pdf_base64"],"title":"PdfFieldsRequest","type":"object"}},{"route":"POST /v1/pdf/fill","price":"$0.005","input_schema":{"properties":{"pdf_base64":{"description":"The PDF document, base64-encoded (max 10 MB decoded)","title":"Pdf Base64","type":"string"},"values":{"additionalProperties":true,"description":"AcroForm field name -> value. Text/combo: string; checkbox: boolean; radio: the option string.","title":"Values","type":"object"}},"required":["pdf_base64","values"],"title":"PdfFillRequest","type":"object"}},{"route":"POST /v1/extract","price":"$0.01","input_schema":{"properties":{"text":{"description":"Source text to extract from (max 200,000 chars)","title":"Text","type":"string"},"schema":{"additionalProperties":true,"description":"JSON Schema the extracted object must match","title":"Schema","type":"object"},"instructions":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional extra guidance for the extraction","title":"Instructions"}},"required":["text","schema"],"title":"ExtractRequest","type":"object"}},{"route":"POST /v1/fetch-extract","price":"$0.005","input_schema":{"properties":{"url":{"description":"Public http(s) page to fetch (no logins/paywalls; private addresses are rejected)","title":"Url","type":"string"},"schema":{"additionalProperties":true,"description":"JSON Schema the extracted object must match","title":"Schema","type":"object"},"instructions":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional extra guidance for the extraction","title":"Instructions"}},"required":["url","schema"],"title":"FetchExtractRequest","type":"object"}},{"route":"POST /v1/business/lookup","price":"$0.002","input_schema":{"properties":{"name":{"description":"Business name (or fragment) to resolve","title":"Name","type":"string"},"lat":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"description":"Latitude of the search centre","title":"Lat"},"lng":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"description":"Longitude of the search centre","title":"Lng"},"radius_km":{"default":25.0,"description":"Search radius in km around lat/lng (max 100)","title":"Radius Km","type":"number"},"bbox":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}],"default":null,"description":"Explicit bounding box [west, south, east, north] (alternative to lat/lng)","title":"Bbox"},"limit":{"default":10,"description":"Max results (1-25)","title":"Limit","type":"integer"}},"required":["name"],"title":"BusinessLookupRequest","type":"object"}},{"route":"POST /v1/business/enrich","price":"$0.008","input_schema":{"properties":{"website_url":{"description":"The business's own website to profile (private addresses are rejected)","title":"Website Url","type":"string"},"business_name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional business name hint","title":"Business Name"},"category":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional category hint, e.g. 'plumber'","title":"Category"}},"required":["website_url"],"title":"BusinessEnrichRequest","type":"object"}},{"route":"POST /v1/business/list","price":"$0.01","input_schema":{"properties":{"category":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Exact category, e.g. 'plumber'","title":"Category"},"category_like":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Fuzzy category substring, e.g. 'plumb' (matches 'plumbing_service')","title":"Category Like"},"state":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Two-letter state, e.g. 'NC'","title":"State"},"county":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"County name, e.g. 'Mecklenburg County'","title":"County"},"city":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"City substring, e.g. 'Charlotte'","title":"City"},"q":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Free-text across name/category/city/address","title":"Q"},"has_website":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"description":"Only businesses that have (true) / lack (false) a website","title":"Has Website"},"has_email":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"description":"Only businesses with (true) / without (false) a known contact email","title":"Has Email"},"limit":{"default":25,"description":"Max results (1-100)","title":"Limit","type":"integer"},"offset":{"default":0,"description":"Pagination offset","title":"Offset","type":"integer"}},"title":"BusinessListRequest","type":"object"}},{"route":"POST /v1/business/reverse","price":"$0.003","input_schema":{"properties":{"phone":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Phone number to resolve (any format)","title":"Phone"},"website":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Website or domain to resolve, e.g. 'provplumbing.com'","title":"Website"},"limit":{"default":10,"description":"Max results (1-25)","title":"Limit","type":"integer"}},"title":"BusinessReverseRequest","type":"object"}},{"route":"POST /v1/market/stats","price":"$0.005","input_schema":{"properties":{"state":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Two-letter state, e.g. 'NC'","title":"State"},"county":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"County name, e.g. 'Mecklenburg County'","title":"County"},"city":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"City substring, e.g. 'Charlotte'","title":"City"},"category":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional category to report a focused count + share for","title":"Category"}},"title":"MarketStatsRequest","type":"object"}},{"route":"POST /v1/business/contact","price":"free","description":"Contact a business / request a quote / send an inquiry — FREE. Deliver a customer's inquiry to a business's own published email — reach the long tail of businesses that have a website but no API. The business is notified and responds to the requester directly. Free for the agent.","input_schema":{"properties":{"message":{"description":"The customer's inquiry (e.g. the quote request or question)","title":"Message","type":"string"},"requester_name":{"description":"Who the inquiry is on behalf of (shown to the business)","title":"Requester Name","type":"string"},"requester_email":{"description":"The business replies here directly. Required so it's a real lead, not a blast.","title":"Requester Email","type":"string"},"business_website":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Business website — we find its published contact email","title":"Business Website"},"business_email":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Business contact email directly (skips the website lookup)","title":"Business Email"},"category":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"What's wanted, e.g. 'plumber' — shown in the lead teaser","title":"Category"},"city":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"City/area, e.g. 'Waxhaw, NC' — shown in the lead teaser","title":"City"},"requester_phone":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional phone for the business to reach the requester","title":"Requester Phone"},"brief":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"What the customer wants + constraints, for the hosted agent to act on","title":"Brief"},"mandate":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Agent authority: quote_only (default) | propose_appointment | auto_book_under","title":"Mandate"},"mandate_budget_cents":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Spend ceiling (cents) when mandate is auto_book_under","title":"Mandate Budget Cents"},"schedule_window":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"When the customer is available, e.g. 'weekday evenings this week'","title":"Schedule Window"},"gers_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Catalog GERS id of the target business, to seed the agent with its profile","title":"Gers Id"},"include_profile":{"default":false,"description":"Bundle a FREE best-fit profile of the business with the booking (enrichment is free when contacting through us)","title":"Include Profile","type":"boolean"}},"required":["message","requester_name","requester_email"],"title":"BusinessContactRequest","type":"object"}}],"operator":"SuperCala LLC — https://www.supercala.ai","terms":"https://www.supercala.ai/terms"}