Can Claude create an AI agent that works on a schedule and messages me?

Yes. A Fine Structure agent created from the Claude chat is a standing worker on your account, not a chat session: it gets its own email address, runs scheduled tasks in your timezone, reads and writes your app's database, and messages you, its verified owner, on WhatsApp and by email.

The WhatsApp side is drivable from the chat itself: verify your own number once with a six-digit code, attach a platform number, and the agent answers you there. No WhatsApp Business account, no template approval, nothing to buy. Messaging anyone other than the verified owner requires a channel you connect explicitly in the Studio, which is a deliberate safety boundary.

What the connector actually does

Connecting takes about two minutes

  1. Open claude.ai and sign in. A free Claude account is enough; free accounts can add one custom connector.
  2. Go to Settings, then Connectors, choose Browse connectors, and search for Fine Structure. Click Connect.
  3. Sign in with a Fine Structure account (the free tier is enough, no credit card) and approve.
  4. Back in the chat, ask for what you want built. The result is published at a public link.

In Claude Code: claude mcp add --transport http finestructure https://finestructure.ai/api/mcp, then run /mcp to authenticate. The full guide covers the desktop app and every other client.

Questions people ask

What do people actually use agents for?

Following up new leads every morning, watching a published app for runtime errors, sending a weekly traffic and records summary, and answering inbound email on the agent's own address.

Can the agent message my customers?

Only through channels you explicitly connect in the Fine Structure Studio. Out of the box an agent messages its verified owner, and no one else.

What happens if Claude changes something I did not want?

Every file change keeps a saved version you can roll back to, most Claude surfaces ask for confirmation before write actions, and the connection is revocable at any moment from the Fine Structure account panel.

Where this is listed

Fine Structure is a Community connector in Anthropic's connector directory (listed, not verified or endorsed), and the same server is recorded in the official MCP registry as ai.finestructure/fine-structure, on Smithery and on Glama. The endpoint answers publicly at /api/mcp/manifest, so any claim on this page can be checked against the live tool list.

See also all questions, the Claude setup guide and connecting any other AI client.