Agents you can deploy

Each one is an agent you could write this week against the tools below. Every plug is tagged with what it is today, and the cost sheet prices only the accounts that are actually connectable.

$1 a month per connected account

You pay for what you connect. Nothing else.

Six worked examples

Reputation Officer

Build today

Reads every review that lands on the accounts a client connected, drafts a reply in their voice, and posts the ones they approve.

The grant is the client's, so the agent can only answer where they said it could.

Plugs into
  • Google Business ProfileLive
  • Facebook PageLive
  • Writing modelSoon
  • Public-data researchSoon
Calls
  • list_reviews
  • reply_review
Build it
claude mcp add --transport http \
  swooshconnect \
  https://swooshrank.com/api/mcp \
  --header "Authorization: Bearer <your key>"
reply_review { accountId, reviewId, text: "Thanks — see you soon." }
What it costs

2 × $1 a month per connected account

Your first two connected accounts are free.

  • Writing modelSoon (usage-based)
  • Public-data researchSoon (usage-based)

from $2 a month, billed yearly

Connected accounts only. Everything marked Soon is unbuilt and unpriced.

Social Publisher

Build today

Takes a content calendar and publishes it to every account the client connected, on the day it is due.

One call per account, the same shape everywhere — a video account simply refuses a post with no media.

Plugs into
  • Google Business ProfileLive
  • Facebook PageLive
  • InstagramLive
  • TikTokneeds an image or video URLLive
  • Writing modelSoon
Calls
  • create_post
Build it
claude mcp add --transport http \
  swooshconnect \
  https://swooshrank.com/api/mcp \
  --header "Authorization: Bearer <your key>"
create_post { accountId, text: "Doors open at seven.", media: { imageUrl } }
What it costs

4 × $1 a month per connected account

Your first two connected accounts are free.

  • Writing modelSoon (usage-based)

from $4 a month, billed yearly

Connected accounts only. Everything marked Soon is unbuilt and unpriced.

Performance Reporter

Build today

Pulls the last four weeks from every connected account on a Monday morning and writes one digest per client.

Reads only; it never posts, so it can run unattended from the first day.

Plugs into
  • Google Business ProfileLive
  • Facebook PageLive
  • TikTokLive
  • Google Analyticsconnects today; no insights tool yetLive
  • Writing modelSoon
Calls
  • list_accounts
  • get_insights
Build it
claude mcp add --transport http \
  swooshconnect \
  https://swooshrank.com/api/mcp \
  --header "Authorization: Bearer <your key>"
get_insights { accountId, range: "28d" }
What it costs

4 × $1 a month per connected account

Your first two connected accounts are free.

  • Writing modelSoon (usage-based)

from $4 a month, billed yearly

Connected accounts only. Everything marked Soon is unbuilt and unpriced.

Inbox Responder

Soon

Answers inbound messages the moment they arrive and logs the thread against the right record.

Nothing here is wired yet: the messaging side and the system of record are both unbuilt.

Plugs into
  • Messaging and telephonySoon
  • CRM syncSoon
  • Writing modelSoon
Calls

No tool for this yet

Nothing to build against yet — every plug above is Soon.

What it costs

Nothing to price yet.

  • Messaging and telephonySoon (usage-based)
  • CRM syncSoon (usage-based)
  • Writing modelSoon (usage-based)

Appointment Setter

Soon

Offers the slots a calendar actually has, confirms by message, and writes the booking back.

Waiting on two plugs that do not exist yet, so there is nothing to build against.

Plugs into
  • CalendarSoon
  • Voice and SMSSoon
  • Writing modelSoon
Calls

No tool for this yet

Nothing to build against yet — every plug above is Soon.

What it costs

Nothing to price yet.

  • CalendarSoon (usage-based)
  • Voice and SMSSoon (usage-based)
  • Writing modelSoon (usage-based)

Ad Optimizer

Soon

Watches spend against result across every ad account a client runs and moves budget toward what is working.

The ad platforms are not connectable yet, so this one is a description, not a product.

Plugs into
  • Google AdsSoon
  • Meta AdsSoon
  • Writing modelSoon
Calls

No tool for this yet

Nothing to build against yet — every plug above is Soon.

What it costs

Nothing to price yet.

  • Google AdsSoon (usage-based)
  • Meta AdsSoon (usage-based)
  • Writing modelSoon (usage-based)

Ways in

Three exist today. The rest are named here so the shape of the product is visible, not so they can be counted on.

  • MCP endpoint

    One HTTP transport and one bearer header. Every tool, in any MCP client.

    Live
  • REST API

    The same six operations as plain HTTP, for anything that is not an MCP client.

    Live
  • OpenAPI document

    Generated from the same schemas the tools validate against, so a client can be generated from it.

    Live
  • Webhooks

    A callback when a client finishes connecting, or when a new review arrives.

    Soon
  • SDKs

    A typed client per language, published from the same document.

    Soon
  • Telephony / voice

    Numbers, SMS and calls as accounts an agent can work the same way.

    Soon
  • CRM sync

    Write what the agent did back into the system of record.

    Soon
  • Model usage

    An agent writing with a hosted model, billed per use. Not built, and not priced.

    Soon

Build the first one

Get a key, connect one account, and the three buildable agents above are a weekend. The rest arrive as their plugs do.

Build it
claude mcp add --transport http \
  swooshconnect \
  https://swooshrank.com/api/mcp \
  --header "Authorization: Bearer <your key>"

One endpoint: https://swooshrank.com/api/mcp