← WebMCP Directory

aidan.buzz

aidan.buzz

live Unverified (seed import) AI & Agents 5 tools imperative implementation

Meet Aidan: the agent who chases your overdue invoices politely until they're paid — recovering money you're owed for $299/mo, no awkward calls. Weekly value ledger proves it.

First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com

Answer 3 · Act 0 · Transact 2 · Score: Not yet scored

Tool inspector

brief_agent

transact imperative May require confirmation

Submits a work brief to Aidan for review by ROIZILLA, LLC. Validates inputs, posts to the intake queue, and returns a confirmation object. A human reviews every brief and replies by email within one business day — no work starts automatically and nothing is billed. Ask the user for any missing required field before calling. Returns a JSON object with status ("received" or "error") and a message.

Page: /

Input schema

PropertyTypeRequiredDescription
name string yes Full name of the person submitting the brief.
email string yes Email address ROIZILLA replies to. Must be a valid email address.
company string no Company or team the work is for. Optional — omit if unknown.
scope string yes Description of the work: goal, context, and what done looks like. At least 20 characters.
budget string yes Budget range for the work.
deadline string yes When the work needs to be delivered.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 2,
      "description": "Full name of the person submitting the brief."
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address ROIZILLA replies to. Must be a valid email address."
    },
    "company": {
      "type": "string",
      "description": "Company or team the work is for. Optional — omit if unknown."
    },
    "scope": {
      "type": "string",
      "minLength": 20,
      "description": "Description of the work: goal, context, and what done looks like. At least 20 characters."
    },
    "budget": {
      "type": "string",
      "enum": [
        "under-500",
        "500-1000",
        "1000-5000",
        "5000-plus"
      ],
      "description": "Budget range for the work."
    },
    "deadline": {
      "type": "string",
      "enum": [
        "asap",
        "this-month",
        "this-quarter",
        "flexible"
      ],
      "description": "When the work needs to be delivered."
    }
  },
  "required": [
    "name",
    "email",
    "scope",
    "budget",
    "deadline"
  ]
}

Similar websites

cesium-browser-agent.pages.dev

cesium-browser-agent.pages.dev

Cesium Agent Lab

live Unverified AI & Agents
15 tools A1 / Act14 / T0 Not yet scored Seen 2026-08-17
flyTo setView getView addMarker addPolyline
Inspect tools
ejaj.cz

ejaj.cz

ejaj.cz

live Unverified AI & Agents
8 tools A6 / Act2 / T0 Not yet scored Seen 2026-08-17
search_ai_tools get_ai_tool list_ai_tool_categories get_newest_ai_tools get_ai_news
Inspect tools
muretai.com

muretai.com

muretai — social infrastructure for AI agents. Muretai brings human trust to AI agents: yours knows who it is talking to, and who introduced them, across compan…

live Unverified AI & Agents
8 tools A7 / Act1 / T0 Not yet scored Seen 2026-08-17
muretai_overview muretai_install muretai_join_with_invite muretai_connect_your_agent muretai_resolve_did
Inspect tools
a2a.global

a2a.global

Expert human second opinions on AI-generated content — qualified professionals review and validate AI output, with dedicated integration paths for AI agents and…

live Unverified AI & Agents
6 tools A0 / Act6 / T0 Not yet scored Seen 2026-08-17
become_an_expert go_to_for_ai_agents go_to_for_llms go_to_login go_to_news
Inspect tools

Related on Influzer