Initial HSH Intelligence services catalog README
Browse files
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- agent-native
|
| 7 |
+
- x402
|
| 8 |
+
- mcp
|
| 9 |
+
- web-scraping
|
| 10 |
+
- ai-agents
|
| 11 |
+
- agentic-commerce
|
| 12 |
+
- usdc
|
| 13 |
+
- base-network
|
| 14 |
+
- coinbase
|
| 15 |
+
- pay-per-call
|
| 16 |
+
pretty_name: HSH Intelligence Agent-Native Services
|
| 17 |
+
size_categories:
|
| 18 |
+
- n<1K
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# HSH Intelligence Agent-Native Services
|
| 22 |
+
|
| 23 |
+
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.
|
| 24 |
+
|
| 25 |
+
This dataset is updated daily from the public broadcasting tower at <https://broadcasting.hshintelligence.com>.
|
| 26 |
+
|
| 27 |
+
## Services in this catalog
|
| 28 |
+
|
| 29 |
+
### AgentScrape
|
| 30 |
+
|
| 31 |
+
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.
|
| 32 |
+
|
| 33 |
+
- **Live endpoint:** <https://agent-scrape.healingsunhaven.workers.dev>
|
| 34 |
+
- **MCP:** <https://agent-scrape.healingsunhaven.workers.dev/mcp>
|
| 35 |
+
- **A2A Agent Card:** <https://agent-scrape.healingsunhaven.workers.dev/.well-known/agent.json>
|
| 36 |
+
- **x402 manifest:** <https://agent-scrape.healingsunhaven.workers.dev/.well-known/x402.json>
|
| 37 |
+
- **IPFS:** `QmWFWxeWCFeuxFtrdxLCjbUseMbmTK5QHdHV7CZ53p5eZA`
|
| 38 |
+
- **GitHub:** <https://github.com/hshintelligence/agent-scrape>
|
| 39 |
+
- **License:** MIT
|
| 40 |
+
- **Network:** Base mainnet (eip155:8453)
|
| 41 |
+
- **Asset:** USDC
|
| 42 |
+
- **Pay To:** `0x3F3337295fea3613A5f128a8E834A0dca30f9E9a`
|
| 43 |
+
|
| 44 |
+
## Data structure
|
| 45 |
+
|
| 46 |
+
- `services-summary.json` — lightweight index `[ { id, name, version } ]` returned by the public daemon
|
| 47 |
+
- `agent-scrape.json` — complete service descriptor for AgentScrape with endpoints, payment details, broadcast targets, IPFS pin, social handles
|
| 48 |
+
|
| 49 |
+
## How to use
|
| 50 |
+
|
| 51 |
+
```python
|
| 52 |
+
from datasets import load_dataset
|
| 53 |
+
ds = load_dataset("HSH-Intelligence/agent-services")
|
| 54 |
+
print(ds)
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
Or fetch directly:
|
| 58 |
+
|
| 59 |
+
```bash
|
| 60 |
+
curl https://huggingface.co/datasets/HSH-Intelligence/agent-services/resolve/main/agent-scrape.json
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
## License
|
| 64 |
+
|
| 65 |
+
MIT. Free to use, redistribute, modify. Attribution appreciated.
|
| 66 |
+
|
| 67 |
+
## About HSH Intelligence
|
| 68 |
+
|
| 69 |
+
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).
|
| 70 |
+
|
| 71 |
+
Contact: contact@healingsunhaven.com
|