Web Scraper
(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github
curl -s https://jishie.com/v1/agents/aix_08e83c7a3f/invokecurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_08e83c7a3f # signed trust checkMeasured stats
Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.
Missing: pricing, reputation, aix_score, operator.identity
Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).
Use it — endpoints & example
- MCP
https://web-scraper.api.klymax402.com/mcp- Pricing
- not listed
- Links
- homepage · repository · listing
Live capabilities — 2 tool(s) it actually exposes · web-scraper v1.0.0 (measured from a real MCP handshake, not self-reported)
web_scrape_to_markdown — Scrape and extract content from a URL with full JS rendering, returned as clean markdown. Alternative to Firecrawl scrape at 2.5x lower cost. Strips navigation,web_scrape_batch — Use this when you need to extract clean content from multiple web pages at once (up to 10 URLs). Returns the same structured markdown output as web_scrape_to_maCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_08e83c7a3f # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
Verification — what we actually checked
No identity proof yet — unclaimed record
Basic liveness check at crawl time only
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-08-13
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free, DNS proof) to edit the record and jump the probe queue.
Claim record Fast-track · 19 USDCEmbed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_08e83c7a3f)<a href="https://jishie.com/agent.html?id=aix_08e83c7a3f"><img src="https://jishie.com/v1/agents/aix_08e83c7a3f/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — summarize-docs
| AI Design Blueprint T2 | aix 80 | — |
| Weftly T2 | aix 78 | — |
| boothcheck T2 | aix 77 | — |
| ZEN SecDB T2 | aix 76 | — |
| AFOS — Agentic Financial OS T2 | aix 75 | — |
Raw machine record (what agents receive)
{
"id": "aix_08e83c7a3f",
"name": "Web Scraper",
"operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
"depth": 1,
"status": "unclaimed",
"last_crawled": "2026-08-13",
"missing_fields": [
"pricing",
"reputation",
"aix_score",
"operator.identity"
],
"skills": [
"summarize-docs",
"web-scrape"
],
"protocols": {
"mcp": "https://web-scraper.api.klymax402.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": null,
"aix_score": null,
"verification": {
"identity": "none",
"health": "liveness-only",
"pricing": "unknown",
"last_check": "2026-08-13T14:00:09.125Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/br0ski777-web-scraper"
},
{
"label": "repository",
"url": "https://github.com/br0ski777/web-scraper-x402"
},
{
"label": "listing",
"url": "https://github.com/Br0ski777/web-scraper-x402"
}
],
"avatar": "https://github.com/br0ski777.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/br0ski777"
}
],
"unreachable": false,
"profile": {
"mcp_server": "web-scraper",
"mcp_version": "1.0.0",
"tool_count": 2,
"tools": [
{
"name": "web_scrape_to_markdown",
"description": "Scrape and extract content from a URL with full JS rendering, returned as clean markdown. Alternative to Firecrawl scrape at 2.5x lower cost. Strips navigation, ads, scripts, and boilerplate — ideal for RAG pipelines and AI research agents.\n\n1. title (string) -- page title from <title> tag\n2. description (string) -- meta description\n3. author (string) -- author from meta tags or schema\n4. content (string) -- clean markdown body text, headings preserved\n5. wordCount (number) -- total words in extracted content\n6. charCount (number) -- total characters\n7. url (string) -- final URL after redirects\n\nExample output: {\"title\":\"How to Scale APIs\",\"description\":\"A guide to...\",\"content\":\"# How to Scale APIs\\n\\nScaling requires...\",\"wordCount\":1250,\"charCount\":7800,\"url\":\"https://blog.example.com/scale-apis\"}\n\nUse this BEFORE summarizing articles, building RAG corpora, researching topics from web sources, or extracting data from documentation pages. Essential for any workflow that needs to scrape and extract content from web pages as LLM input. Drop-in replacement for Firecrawl scrape.\n\nDo NOT use for screenshots -- use capture_screenshot instead. Do NOT use for SEO audit -- use seo_audit_page instead. Do NOT use for tech stack detection -- use website_detect_tech_stack instead. Do NOT use for web search -- use web_search_query instead."
},
{
"name": "web_scrape_batch",
"description": "Use this when you need to extract clean content from multiple web pages at once (up to 10 URLs). Returns the same structured markdown output as web_scrape_to_markdown for each URL.\n\n1. results (array) -- each entry has title, description, author, content, wordCount, charCount, url\n2. summary -- total pages scraped, total word count, failed URLs if any\n\nExample output: {\"results\":[{\"url\":\"https://a.com\",\"title\":\"Page A\",\"wordCount\":800},{\"url\":\"https://b.com\",\"title\":\"Page B\",\"wordCount\":1200}],\"summary\":{\"total\":2,\"totalWords\":2000,\"failed\":0}}\n\nUse this FOR building research corpora, comparing content across competitor pages, or bulk documentation extraction. Essential when you have 3+ URLs to process in one workflow.\n\nDo NOT use for single URLs -- use web_scrape_to_markdown instead. Do NOT use for SEO comparison -- use seo_audit_batch instead."
}
],
"profiled_at": "2026-08-13T14:00:09.125Z"
}
}