| --- |
| license: mit |
| language: |
| - en |
| tags: |
| - agent-native |
| - x402 |
| - mcp |
| - web-scraping |
| - ai-agents |
| - agentic-commerce |
| - usdc |
| - base-network |
| - coinbase |
| - pay-per-call |
| pretty_name: HSH Intelligence Agent-Native Services |
| size_categories: |
| - n<1K |
| --- |
| |
| # HSH Intelligence Agent-Native Services |
|
|
| A machine-readable catalog of agent-native services built by [HSH Intelligence](https://github.com/hshintelligence). Each service is x402-native, MCP-compatible, and listed in this catalog with full pricing, endpoints, broadcast targets, and IPFS-pinned manifests. |
|
|
| This dataset is updated daily from the public broadcasting tower at <https://broadcasting.hshintelligence.com>. |
|
|
| ## Services in this catalog |
|
|
| ### AgentScrape |
|
|
| Pay-per-call web scraping for AI agents via x402 v2 on Base USDC. Six tools (scrape, extract, screenshot, metadata, session, workflow). MIT licensed. No signup, no API keys. |
|
|
| - **Live endpoint:** <https://agent-scrape.healingsunhaven.workers.dev> |
| - **MCP:** <https://agent-scrape.healingsunhaven.workers.dev/mcp> |
| - **A2A Agent Card:** <https://agent-scrape.healingsunhaven.workers.dev/.well-known/agent.json> |
| - **x402 manifest:** <https://agent-scrape.healingsunhaven.workers.dev/.well-known/x402.json> |
| - **IPFS:** `QmWFWxeWCFeuxFtrdxLCjbUseMbmTK5QHdHV7CZ53p5eZA` |
| - **GitHub:** <https://github.com/hshintelligence/agent-scrape> |
| - **License:** MIT |
| - **Network:** Base mainnet (eip155:8453) |
| - **Asset:** USDC |
| - **Pay To:** `0x3F3337295fea3613A5f128a8E834A0dca30f9E9a` |
|
|
| ## Data structure |
|
|
| - `services-summary.json` — lightweight index `[ { id, name, version } ]` returned by the public daemon |
| - `agent-scrape.json` — complete service descriptor for AgentScrape with endpoints, payment details, broadcast targets, IPFS pin, social handles |
|
|
| ## How to use |
|
|
| ```python |
| from datasets import load_dataset |
| ds = load_dataset("HSH-Intelligence/agent-services") |
| print(ds) |
| ``` |
|
|
| Or fetch directly: |
|
|
| ```bash |
| curl https://huggingface.co/datasets/HSH-Intelligence/agent-services/resolve/main/agent-scrape.json |
| ``` |
|
|
| ## License |
|
|
| MIT. Free to use, redistribute, modify. Attribution appreciated. |
|
|
| ## About HSH Intelligence |
|
|
| HSH Intelligence builds agent-native infrastructure. This catalog is part of the HSH Broadcasting Tower — a 24/7 multi-protocol broadcaster that projects agent-native services across every machine-readable discovery surface (MCP registries, A2A, IPFS, on-chain attestations, social protocols). |
|
|
| Contact: contact@healingsunhaven.com |
|
|