Send
by Send
Turn a Claude conversation into a hosted HTML page on a public send.co link, then edit it in place. Anthropic lists 2 tools; Send's own docs describe 4. OAuth sign-in, identity-only scopes.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Send via MCP
https://www.send.co/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Send Tools & Capabilities (4)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Limits
- No delete, expire or disable tool exists. Nothing the agent publishes can be taken down by the agent. That is a dashboard action.
- No gating parameter exists. No documented tool accepts a password, expiry date, or allow-list. Everything the agent publishes is link-public at creation.
EditDocumentis destructive to the previous version. It overwrites in place with no version argument and no companion tool to revert.- No application scopes. Four of five advertised scopes are OpenID identity claims and a refresh token. The fifth,
claudeai, is undocumented. Nothing at the OAuth grant separates reading a document from publishing one. - We could not read tool schemas or safety annotations. The endpoint returned 401 to an anonymous request, so no parameter types or server-declared hints are published here.
- Anthropic's directory listing is stale. It names 2 of the 4 tools Send documents.
- HTML must be fully self-contained. Send's docs require zero external dependencies — no CDN scripts, no external stylesheets, no remote images. Images must come through
manage_imagesand be referenced asasset:{fileId}, never base64-inlined. - Send's own pages disagree on price. Its
llms-full.txtlists Solo at 30 dollars, Pro at 60 and Business at 180 per month; its pricing page, retrieved the same day, shows Pro at 29 per user per month and Business at 149, with no Solo plan. We report the pricing page as current and flag the machine-readable file as out of date. - The changelog is placeholder content.
send.co/changelogshowed three generic entries dated "over 2 years ago" on 2026-08-22, so it cannot be used to date connector changes. send.co/mcp/docs.mdis not Markdown. Appending.mdreturns the HTML page with a 200 status rather than a machine-readable version, so the usual.mdaffordance does not work here.
Frequently asked questions
Yes, anyone holding the link can open it with no account and no sign-in. We fetched a Send share URL anonymously on 2026-08-22 and received the rendered page. Send's own pricing FAQ states viewers open the link in their browser and need no Send account. Publishing is the product, so treat CreateDocument as publishing to the open web.
Send documents four; Anthropic's directory lists two. The directory names CreateDocument and EditDocument. Send's MCP documentation page also specifies GetDocument, which reads any document including ones other people shared, and manage_images, which browses your uploaded image library. The directory listing is stale by two tools, both of them reads.
No tool in either list deletes anything. Send documents no delete, disable or expire tool, and Anthropic's directory names none. Removal happens in the Send dashboard, not through the agent. EditDocument overwrites a live document in place, so the shared link updates for everyone who already has it and the previous version is not recoverable through MCP.
Five scopes, four of which grant nothing specific. Send's RFC 9728 descriptor advertised openid, profile, email, offline_access and claudeai on 2026-08-22. The first three are OpenID identity claims and offline_access is a refresh token. Only claudeai is application-specific, and it is undocumented, so no scope separates reading a document from publishing one.
Not by itself, but it creates the surface that does. The tools publish a page and return a link; Send transmits nothing onward at creation. Once someone opens that link, Send emails the owner a view notification and, on Pro and Business plans, posts a linkViewed webhook to a URL you configured in the dashboard. Both are account settings, not tool parameters.
Opens, dwell time, approximate location, device and per-page engagement. Send's pricing FAQ names those, and adds that name, email, phone or custom fields appear on the viewer's activity record when you require them. Its privacy policy lists viewer IP address among the data collected. Viewers see a lead-capture form only where you enabled one.
Not on the Free plan and not through a tool. Send's pricing page places passcode protection, expiration control and allow or block lists on paid tiers, and no MCP tool accepts a password, expiry or gating parameter. A document published by the agent is therefore open to anyone with the link until you change its settings in the Send dashboard.
No, the Free plan hosts documents. Send's pricing page gives Free hosting, lead capture and analytics, and states that free sites expire unless you upgrade. Pro at 29 dollars per user per month adds passcode protection, expiration control, custom domains and webhooks; Business at 149 dollars per month adds email verification, allow or block lists and NDA agreements.
Sources
- Send MCP documentation (retrieved 2026-08-22). The tool specifications for all four tools, the design guidelines, and the onboarding script come from this page. · retrieved 2026-08-22
- Send machine-readable index,
llms.txt(retrieved 2026-08-22) · retrieved 2026-08-22 - Send platform overview,
llms-full.txt(retrieved 2026-08-22). Source for webhook events, lead capture, custom domains and analytics. · retrieved 2026-08-22 - Send pricing and FAQ (retrieved 2026-08-22). Plan gates and the seven FAQ answers; answer text is client-rendered and was read from the page's own script bundle. · retrieved 2026-08-22
- Send privacy policy (retrieved 2026-08-22). Viewer data collected, US-only processing, Stripe and Supabase as subprocessors. · retrieved 2026-08-22
- Send changelog (retrieved 2026-08-22) · retrieved 2026-08-22
- Live auth posture check: anonymous
initializetohttps://www.send.co/mcpreturned HTTP 401 withwww-authenticate: Bearer realm="mcp"naming its own resource metadata document; that document athttps://www.send.co/mcp/.well-known/oauth-protected-resourceand the authorization server metadata athttps://www.send.co/.well-known/oauth-authorization-serverwere both read (2026-08-22). · retrieved 2026-08-22 - Live public-reachability check: an anonymous GET of a Send share URL returned HTTP 200 with the rendered document (2026-08-22). · retrieved 2026-08-22
robots.txt(retrieved 2026-08-22):Allow: /, noContent-Signaldirective. · retrieved 2026-08-22- Anthropic Connectors Directory entry — , read from our directory snapshot dated 2026-08-16 · retrieved 2026-08-16
- Send support — <mailto:support@send.co> · Privacy
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Sales & CRM
- Developer
- Send
- Tools
- 4
- Domain
- www.send.co
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.