Home / Templates / monitoring-agent
Monitoring agent template — domain info + RSS-ish via HN + weather + scrape
An ops-flavored agent that can check domain registration / expiry, scrape JS-rendered pages, monitor weather, and pull recent news. Useful as an autonomous "watcher" job.
One-line install
curl -fsSL https://spawnpay.ai/install | bash
Note: the one-line install adds Spawnpay's default 6-MCP set. For this template, you may want to replace it with the config below.
What's in the config
spawnpay— spawnpay-mcp (the Spawnpay wallet MCP)domain-info— paid-domain-info-mcp-0.1.0.tgzscrape— paid-cloud-scrape-mcp-0.1.0.tgzscreenshot— paid-screenshot-mcp-0.1.0.tgzweather— paid-weather-mcp-0.1.0.tgz
Paste this config
{
"mcpServers": {
"spawnpay": {
"command": "npx",
"args": [
"-y",
"spawnpay-mcp"
]
},
"domain-info": {
"command": "npx",
"args": [
"-y",
"https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.8.0/paid-domain-info-mcp-0.1.0.tgz"
]
},
"scrape": {
"command": "npx",
"args": [
"-y",
"https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.2.0/paid-cloud-scrape-mcp-0.1.0.tgz"
]
},
"screenshot": {
"command": "npx",
"args": [
"-y",
"https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.2.0/paid-screenshot-mcp-0.1.0.tgz"
]
},
"weather": {
"command": "npx",
"args": [
"-y",
"https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.2.0/paid-weather-mcp-0.1.0.tgz"
]
}
}
}
Ask the agent
Check whether spawnpay.ai expires in the next 90 days. Take a screenshot of the homepage. Pull weather for SF, where the team is. Report any anomaly.
Cost per run
~$0.0185 (1 domain + 1 screenshot + 1 weather) — comes out of the $7 USDC free credit on signup. Top up at /deposit when needed.