Agent Compression & Data Services
agent-compression-biz-production.up.railway.app
· veridata
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.
agent-compression-biz-production.up.railway.app via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 50/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
Skills · 18 declared · mapped to canonical taxonomy
Compress and minimize LLM context. Turn verbose, messy, unstructured text into a dense token-minimal JSON object that keeps every fact. Reduce token usage, shri…
Extract structured data from unstructured text or HTML. Pull caller-specified fields (names, prices, dates, invoice numbers, anything) into clean JSON. Turn doc…
Clean and denoise text. Strip HTML tags, navigation, ads, cookie banners and boilerplate, returning only the meaningful human-readable plaintext. Prep scraped o…
Summarize documents and long text. Produce a dense, accurate summary at a target length (short, medium, long). Condense articles, reports, transcripts and web p…
Classify and categorize text. Assign input to one of your supplied labels with a confidence score. Zero-shot text classification for routing, tagging, intent de…
Translate text between languages. Convert content into any target language while preserving meaning, tone and formatting. Machine translation for multilingual a…
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 m…
Extract keywords, tags and key phrases from text. Identify the most important terms and topics for indexing, tagging, SEO and search. Keyword and keyphrase extr…
Named-entity recognition (NER). Extract people, organizations, locations, dates and monetary amounts from text into structured JSON. Identify entities for knowl…
Detect and redact PII from text. Mask emails, phone numbers, names, addresses and government/card IDs with typed placeholders. Anonymize and sanitize data for p…
Repair broken JSON. Fix malformed, truncated or loosely-formatted JSON (single quotes, trailing commas, cut-off output) into valid parseable JSON. Recover LLM o…
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.
Detect the language of text. Return the language name, ISO 639-1 code and a confidence score. Language identification for routing and multilingual pipelines.
Moderate content for safety. Flag unsafe text by category (hate, harassment, violence, sexual, self-harm, illegal). Content moderation and safety filtering for …
Rewrite and rephrase text in a target style or tone (formal, casual, concise, friendly, professional). Paraphrase, adjust voice, and polish copy while preservin…
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 …
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, ti…
Detect prompt injection and jailbreaks. Scan untrusted user input for attempts to manipulate an AI agent — instruction overrides, system-prompt extraction, jail…
Health · last 4 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agent-compression-biz-production.up.railway.app) [](https://agenstry.com/agents/agent-compression-biz-production.up.railway.app) [](https://agenstry.com/agents/agent-compression-biz-production.up.railway.app) [](https://agenstry.com/agents/agent-compression-biz-production.up.railway.app)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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.040001"
},
{
"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.070002"
},
{
"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.020003"
},
{
"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.040004"
},
{
"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.040005"
},
{
"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.040006"
},
{
"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.020007"
},
{
"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.020008"
},
{
"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.070009"
},
{
"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.050010"
},
{
"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.020011"
},
{
"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.040012"
},
{
"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.020013"
},
{
"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.020014"
},
{
"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.040015"
},
{
"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.080016"
},
{
"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 \u2014 prices, titles, contacts, listings, specs \u2014 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.100017"
},
{
"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 \u2014 instruction overrides, system-prompt extraction, jailbreaks, data exfiltration, tool abuse \u2014 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.060018"
}
]
}