{"name":"Agent Compression & Data Services","description":"Pay-per-call text and web-data services for AI agents (compress, extract, summarize, fetch, scrape, and more), settled in USDC via the x402 protocol.","url":"https://agent-compression-biz-production.up.railway.app","version":"1.0.0","provider":{"organization":"veridata","wallet":"0x22DE39071D40FbfdC0962c34c593fb863DA75dF6"},"capabilities":{"payments":{"protocol":"x402","asset":"USDC","network":"eip155:8453"}},"skills":[{"id":"compress","name":"Compress messy unstructured text into a dense, token-minimal JSON object.","description":"Compress and minimize LLM context. Turn verbose, messy, unstructured text into a dense token-minimal JSON object that keeps every fact. Reduce token usage, shrink prompts, and cut context costs for AI agents.","tags":["compression","tokens","context","json","cost-saving","text","llm"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/compress","price":"$0.02"},{"id":"extract","name":"Extract structured fields from raw text or HTML into clean JSON.","description":"Extract structured data from unstructured text or HTML. Pull caller-specified fields (names, prices, dates, invoice numbers, anything) into clean JSON. Turn documents and messy content into structured records.","tags":["extraction","structured-data","json","parsing","data","nlp"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/extract","price":"$0.03"},{"id":"clean","name":"Strip HTML, boilerplate and noise from text, returning clean plaintext.","description":"Clean and denoise text. Strip HTML tags, navigation, ads, cookie banners and boilerplate, returning only the meaningful human-readable plaintext. Prep scraped or messy content for an LLM.","tags":["cleaning","text","html","denoise","preprocessing","plaintext"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/clean","price":"$0.01"},{"id":"summarize","name":"Produce a dense summary of a document at a target length.","description":"Summarize documents and long text. Produce a dense, accurate summary at a target length (short, medium, long). Condense articles, reports, transcripts and web pages for fast downstream reasoning.","tags":["summarization","summary","tldr","condense","text","nlp"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/summarize","price":"$0.02"},{"id":"classify","name":"Classify text into one of a caller-supplied set of labels, with confidence.","description":"Classify and categorize text. Assign input to one of your supplied labels with a confidence score. Zero-shot text classification for routing, tagging, intent detection and triage.","tags":["classification","categorize","labeling","routing","intent","nlp"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/classify","price":"$0.02"},{"id":"translate","name":"Translate text into a target language, preserving meaning and formatting.","description":"Translate text between languages. Convert content into any target language while preserving meaning, tone and formatting. Machine translation for multilingual agents and pipelines.","tags":["translation","translate","language","multilingual","localization","nlp"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/translate","price":"$0.02"},{"id":"sentiment","name":"Analyze sentiment of text, returning a label and a -1..1 score.","description":"Analyze sentiment and emotion in text. Return a positive/negative/neutral label plus a -1..1 score. Gauge customer feedback, reviews, social posts and support messages.","tags":["sentiment","emotion","opinion","reviews","feedback","nlp"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/sentiment","price":"$0.01"},{"id":"keywords","name":"Extract the most important keywords / tags from text.","description":"Extract keywords, tags and key phrases from text. Identify the most important terms and topics for indexing, tagging, SEO and search. Keyword and keyphrase extraction.","tags":["keywords","tags","keyphrases","topics","seo","nlp"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/keywords","price":"$0.01"},{"id":"entities","name":"Named-entity recognition: people, orgs, places, dates, amounts from text.","description":"Named-entity recognition (NER). Extract people, organizations, locations, dates and monetary amounts from text into structured JSON. Identify entities for knowledge graphs and data enrichment.","tags":["ner","entities","named-entity","extraction","people","organizations"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/entities","price":"$0.03"},{"id":"redact","name":"Detect and mask PII (emails, phones, names, IDs) in text.","description":"Detect and redact PII from text. Mask emails, phone numbers, names, addresses and government/card IDs with typed placeholders. Anonymize and sanitize data for privacy and compliance.","tags":["pii","redaction","privacy","anonymize","compliance","security"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/redact","price":"$0.02"},{"id":"json_repair","name":"Repair malformed/truncated JSON into a valid JSON object.","description":"Repair broken JSON. Fix malformed, truncated or loosely-formatted JSON (single quotes, trailing commas, cut-off output) into valid parseable JSON. Recover LLM output that failed to parse.","tags":["json","repair","fix","parsing","validation","llm-output"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/json-repair","price":"$0.01"},{"id":"markdown","name":"Convert HTML or messy text into clean, well-structured Markdown.","description":"Convert HTML to Markdown. Turn web pages, HTML or messy text into clean, well-structured Markdown (headings, lists, links, tables). Make web content LLM-ready.","tags":["markdown","html","conversion","formatting","web","llm-ready"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/markdown","price":"$0.02"},{"id":"detect_language","name":"Detect the language of text, returning name, ISO code and confidence.","description":"Detect the language of text. Return the language name, ISO 639-1 code and a confidence score. Language identification for routing and multilingual pipelines.","tags":["language-detection","language","identify","iso","multilingual","nlp"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/detect-language","price":"$0.01"},{"id":"moderate","name":"Flag unsafe content by category (hate, violence, sexual, self-harm, etc.).","description":"Moderate content for safety. Flag unsafe text by category (hate, harassment, violence, sexual, self-harm, illegal). Content moderation and safety filtering for user input and generated text.","tags":["moderation","safety","content-filter","trust-safety","toxicity","nlp"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/moderate","price":"$0.01"},{"id":"rewrite","name":"Rewrite text in a target style or tone (formal, casual, concise, etc.).","description":"Rewrite and rephrase text in a target style or tone (formal, casual, concise, friendly, professional). Paraphrase, adjust voice, and polish copy while preserving meaning.","tags":["rewrite","paraphrase","rephrase","tone","style","copywriting"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/rewrite","price":"$0.02"},{"id":"fetch","name":"Fetch a URL and return its main content as clean Markdown or plaintext.","description":"Fetch and read any web page. Give a URL, get back the main content as clean Markdown or plaintext with nav/ads/boilerplate removed. Web access and browsing for sandboxed agents that can't reach the internet. Scrape a URL to LLM-ready text.","tags":["web","fetch","scrape","url","browsing","web-access","markdown","crawler"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/fetch","price":"$0.03"},{"id":"scrape","name":"Fetch a URL and extract caller-specified fields into structured JSON.","description":"Scrape structured data from any web page. Give a URL and the fields you want; get clean structured JSON back. Turn websites into structured records — prices, titles, contacts, listings, specs — for sandboxed agents that can't browse.","tags":["web-scraping","scrape","url","structured-data","extraction","web","crawler","json"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/scrape","price":"$0.04"},{"id":"detect_injection","name":"Detect prompt-injection and jailbreak attempts in untrusted input.","description":"Detect prompt injection and jailbreaks. Scan untrusted user input for attempts to manipulate an AI agent — instruction overrides, system-prompt extraction, jailbreaks, data exfiltration, tool abuse — before your agent acts on it. A security guardrail for LLM and agent pipelines.","tags":["security","prompt-injection","jailbreak","guardrail","agent-security","llm-security","safety"],"endpoint":"https://agent-compression-biz-production.up.railway.app/v1/detect-injection","price":"$0.02"}]}