TeamHSHIntelligence commited on
Commit
fd9eb0d
·
verified ·
1 Parent(s): 526bf26

Add full AgentScrape service descriptor

Browse files
Files changed (1) hide show
  1. agent-scrape.json +66 -0
agent-scrape.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://hshintelligence.com/schemas/hsh-service.json",
3
+ "id": "agent-scrape",
4
+ "name": "AgentScrape",
5
+ "org": "HSH Intelligence",
6
+ "tagline": "Pay-per-call web scraping for AI agents",
7
+ "description": "Pay-per-call web scraping for AI agents via x402 v2 on Base USDC. No signup, no API keys.",
8
+ "category": "web-scraping",
9
+ "version": "0.6.1",
10
+ "status": "live",
11
+ "license": "MIT",
12
+ "endpoints": {
13
+ "primary": "https://agent-scrape.healingsunhaven.workers.dev",
14
+ "mcp": "https://agent-scrape.healingsunhaven.workers.dev/mcp",
15
+ "x402_manifest": "https://agent-scrape.healingsunhaven.workers.dev/.well-known/x402.json",
16
+ "a2a_card": "https://agent-scrape.healingsunhaven.workers.dev/.well-known/agent.json",
17
+ "openapi": "https://agent-scrape.healingsunhaven.workers.dev/openapi.json",
18
+ "llms_txt": "https://agent-scrape.healingsunhaven.workers.dev/llms.txt"
19
+ },
20
+ "github": "https://github.com/hshintelligence/agent-scrape",
21
+ "payment": {
22
+ "protocol": "x402",
23
+ "version": 2,
24
+ "network": "base",
25
+ "chain_id": "eip155:8453",
26
+ "asset": "USDC",
27
+ "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
28
+ "pay_to": "0x3F3337295fea3613A5f128a8E834A0dca30f9E9a",
29
+ "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402"
30
+ },
31
+ "free_tier": { "limit_per_wallet": 10, "window_days": 30 },
32
+ "tools": [
33
+ { "id": "scrape_webpage", "price": "0.003" },
34
+ { "id": "extract_structured_data", "price": "0.005" },
35
+ { "id": "screenshot_webpage", "price": "0.003" },
36
+ { "id": "extract_metadata", "price": "0.002" },
37
+ { "id": "create_browser_session", "price": "0.001" },
38
+ { "id": "run_workflow", "price": "0.008" }
39
+ ],
40
+ "current_pricing_mode": "validation_flat_0.001",
41
+ "broadcast_targets": [
42
+ "mcp:glama", "mcp:smithery", "mcp:mcp.so", "mcp:pulsemcp", "mcp:skillsindex",
43
+ "x402:bazaar", "x402:agentic.market",
44
+ "a2a:agent-card",
45
+ "discovery:dns-aid", "discovery:well-known", "discovery:ipfs",
46
+ "framework:elizaos", "framework:agentkit", "framework:langchain", "framework:openclaw",
47
+ "social:moltbook", "social:farcaster", "social:x-twitter", "social:lens",
48
+ "chain:eas-base", "chain:ens", "chain:story-protocol",
49
+ "registry:awesome-mcp-servers", "registry:awesome-mcp-list", "registry:awesome-x402"
50
+ ],
51
+ "ipfs": {
52
+ "manifest_cid": "QmWFWxeWCFeuxFtrdxLCjbUseMbmTK5QHdHV7CZ53p5eZA",
53
+ "gateways": [
54
+ "https://gateway.pinata.cloud/ipfs/QmWFWxeWCFeuxFtrdxLCjbUseMbmTK5QHdHV7CZ53p5eZA",
55
+ "https://ipfs.io/ipfs/QmWFWxeWCFeuxFtrdxLCjbUseMbmTK5QHdHV7CZ53p5eZA"
56
+ ],
57
+ "pinned_at": "2026-05-26T12:45:58.004Z",
58
+ "pinned_via": "pinata"
59
+ },
60
+ "social_handles": {
61
+ "twitter": "@AgentScrape",
62
+ "farcaster": "agentscrape",
63
+ "github_org": "hshintelligence"
64
+ },
65
+ "contact": "contact@healingsunhaven.com"
66
+ }