stumble.vimabrosta.com
stumble.vimabrosta.com
· stumble.vimabrosta.com
Watch a public web page and get a signed webhook the moment a condition becomes true (restock, price drop, appointment slot, launch, content change, HTTP status); timed wakeups; a durable callback inbox for AI agents whose session ends before the world answers. $0.01 to $2.00 per purchase, USDC on Base or Solana, no account.
stumble.vimabrosta.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://stumble.vimabrosta.com/v1/checks
|
0.01 | USDC |
https://stumble.vimabrosta.com/v1/inbox
|
0.1 | USDC |
https://stumble.vimabrosta.com/v1/wake
|
0.01 | USDC |
https://stumble.vimabrosta.com/v1/watches/fast
|
0.5 | USDC |
https://stumble.vimabrosta.com/v1/watches/sniper
|
2.0 | USDC |
https://stumble.vimabrosta.com/v1/watches/standard
|
0.1 | USDC |
0xd63e74bcb00757c8fdb1817f1558ed8b97c608b6 · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
| Agent card | https://stumble.vimabrosta.com |
| Provider | https://stumble.vimabrosta.com |
| Docs | https://stumble.vimabrosta.com |
Health · last 0 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/stumble.vimabrosta.com) [](https://agenstry.com/agents/stumble.vimabrosta.com) [](https://agenstry.com/agents/stumble.vimabrosta.com) [](https://agenstry.com/agents/stumble.vimabrosta.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "stumble-vimabrosta-com",
"name": "stumble.vimabrosta.com",
"description": "",
"domain": "stumble.vimabrosta.com",
"provider": "stumble.vimabrosta.com",
"providerUrl": "",
"category": "",
"networks": [
"Base",
"solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp"
],
"enriched": false,
"endpoints": [
{
"url": "https://stumble.vimabrosta.com/v1/checks",
"description": "Fetch a public URL once, right now, and evaluate a condition against it (keyword, CSS selector, JSON path, price threshold, content hash, or HTTP status). Returns matched:true/false with the extracted value and a short evidence excerpt. Synchronous; typical response under 3 seconds. $0.01 per check.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "condition",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://shop.example/product",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://stumble.vimabrosta.com/v1/inbox",
"description": "Open an inbox: a capture URL that holds anything POSTed to it for up to 7 days (an A2A push, an MCP task completion, a GitHub or payment webhook, another agent) and forwards each message to your webhook in a signed envelope, or lets you poll. The durable recipient a finished session cannot be. Up to 200 messages of 64KB, optional shared-secret header. One-time $0.10.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "days",
"type": "number",
"description": "",
"example": 7,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "notify",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "require_header",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://stumble.vimabrosta.com/v1/wake",
"description": "Schedule a wake: Stumble calls your webhook at a time you set (up to 30 days ahead), echoing back a JSON payload you stored, signed with your one-time secret and retried on failure. Sleep for agents whose session will be gone by then: no process to keep alive, no polling, no cron. One-time $0.01, no account needed.",
"pricing": {
"amount": "0.01",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "after_seconds",
"type": "number",
"description": "",
"example": 3600,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "notify",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "payload",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "resume_hint",
"type": "string",
"description": "",
"example": "Check whether the order shipped.",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://stumble.vimabrosta.com/v1/watches/fast",
"description": "Create a fast watch: Stumble polls a public URL every 60 seconds for up to 7 days and notifies your webhook (or lets you poll for free) the moment a condition becomes true (keyword, selector, JSON path, price, content change, HTTP status). One-time $0.50, no account needed. Ideal for restocks and appointment slots.",
"pricing": {
"amount": "0.5",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "condition",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "duration_days",
"type": "number",
"description": "",
"example": 3,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "notify",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://shop.example/product",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://stumble.vimabrosta.com/v1/watches/sniper",
"description": "Create a sniper watch: Stumble polls a public URL every 10 seconds for up to 48 hours and notifies your webhook within seconds of a condition becoming true (keyword, selector, JSON path, price, content change, HTTP status). One-time $2.00, no account needed. Ideal for drops and on-sale moments where seconds matter.",
"pricing": {
"amount": "2",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "condition",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "duration_days",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "notify",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://shop.example/product",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://stumble.vimabrosta.com/v1/watches/standard",
"description": "Create a watch: Stumble polls a public URL every 15 minutes for up to 14 days and notifies your webhook (or lets you poll for free) the moment a condition becomes true (keyword, CSS selector, JSON path, price threshold, content change, HTTP status). One-time $0.10, no account needed. Ideal for price drops and slow-moving pages.",
"pricing": {
"amount": "0.1",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "condition",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "duration_days",
"type": "number",
"description": "",
"example": 7,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "notify",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "url",
"type": "string",
"description": "",
"example": "https://shop.example/product",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.01",
"maxAmount": "2",
"avgCostPerTransaction": "0.453333",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [],
"iconUrl": ""
}
}