← All WebMCP sites

scribe.buzz

Productivity & Businesshttps://scribe.buzz/listed as of 2026-08-09
Meetings shouldn't evaporate. Scribe turns recordings into decisions, owners, and tasks — saving the hour of write-up after every meeting. $199/mo, weekly ledger.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 67/100 (C).

Tools

get_agent_summaryanswerimperative
Returns who Scribe is and what work it performs: role, workflow, deliverables, and operating guardrails. Read-only. Use this to decide whether the agent fits a task. Does not include pricing — call get_pricing for commercial terms. Returns a JSON object with agent, site, operator, summary, deliverables[], and standing_rules[].
Input schema
{
  "type": "object",
  "properties": {}
}
get_pricinganswerimperative
Returns the commercial terms for hiring Scribe: monthly price, billing terms, what the subscription includes, and the secure checkout URL. Read-only. Contains no capability detail — call get_agent_summary for that. Returns a JSON object with agent, price, terms, includes[], and subscribe_url.
Input schema
{
  "type": "object",
  "properties": {}
}
start_subscriptiontransactimperative
Navigates the user’s browser tab to the secure Stripe checkout page for Scribe ($199/month). SIDE EFFECT: page navigation. This tool does NOT complete any purchase and no payment is taken — the human reviews and confirms on the checkout page. Call only when the user has explicitly asked to subscribe. Returns a JSON object with status ("redirected"), checkout_url, and next_step.
Input schema
{
  "type": "object",
  "properties": {}
}
brief_agenttransactimperative
Submits a work brief to Scribe 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.
Input 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"
  ]
}
get_policiesanswerimperative
Returns the store policies for Scribe subscriptions: links to the terms of service, privacy policy, and refund policy, with a short summary of each. Read-only. Use before recommending a purchase. Returns a JSON object with terms_url, privacy_url, refund_url, and summary.
Input schema
{
  "type": "object",
  "properties": {}
}
Listings are sourced from public community registries and shown as reported.