Content Tools
agentpub.io
Publishes and manages static websites, allowing file uploads, content updates, and live URL generation.
ENDPOINT 1
https://agentpub.io/mcp
MCP server metadata
- Name
- agentpub
- Version
- 0.1.0
Known tools 32
patch_siteUpdate an existing site's files and/or its title, description, and owner controls.
Potential side effectscreate_uploadMint a short-lived presigned PUT URL for a large file so publish_site / patch_site can ingest it without sending bytes through MCP JSON.
Inferred read-onlyget_site_statusGet a site's public status (existence, expiry, live version, title, description).
Inferred read-onlyneeds_attentionAcross ALL your sites, what needs attention now — grouped into open_comments (sites with unaddressed reviewer feedback), awaiting_approval (out for review with nothing outstanding), recently_approved (approved in the last 7 days), and stale_invites (review links expiring within 72h).
Inferred read-onlyget_feedbackGet all reviewer comments and the approval status for a review-enabled site.
Inferred read-onlyget_review_packetGet everything needed to revise a site in ONE call: the site + current version, contentRefs (the file manifest plus where to fetch the bytes — use get_site_content), the OPEN reviewer comments with their anchors and status, the computed reviewStatus, and approvedVersionId.
Inferred read-onlydismiss_commentDismiss a reviewer comment (won't-fix) WITHOUT notifying the reviewer.
Inferred read-onlyreply_to_commentReply to a review comment as the owner/agent — posts a message into the comment's thread (a two-way Q&A on the same anchor).
Potential side effectscreate_review_projectCreate a PORTABLE review project for a page agentpub does NOT host (Vercel, Lovable, Webflow, your own host, localhost).
Potential side effectsget_review_feedbackPull all reviewer feedback for a PORTABLE review project by its key (from create_review_project or the CLI's `agentpub review add`).
Inferred read-onlyenable_reviewTurn inline commenting on or off for a page hosted on agentpub — reviewers leave comments directly on the live URL.
Inferred read-onlyprotect_siteSet page access protection on a site you own: a shared password, an email gate (lead magnet), private review-invite mode, or off.
Potential side effectsget_leadsList the emails captured by an email-gated page you own (the lead magnet's lead list).
Potential side effectscreate_tracked_linkMint a labeled tracked link for ONE recipient of a site you own.
Inferred read-onlycreate_review_inviteMint a private review link for a site you own (Google-Docs-style).
Inferred read-onlyrequest_reapprovalAfter publishing a revision, signal the reviewer(s) that a new version is ready to re-review.
Inferred read-onlycreate_webhookRegister a webhook so agentpub PUSHES events to you (or a Zapier/Make hook) when humans act — flip from polling to event-driven.
Inferred read-onlytest_webhookSend a synthetic webhook.test delivery to one of your webhooks so you can wire and verify a Zap/handler without waiting for a real human action.
Potential side effectscreate_folderCreate an account-scoped folder to organize sites in the dashboard.
Potential side effectsreport_issueLog ONE structured friction report to agentpub's backlog (problem + optional proposed fix).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentpub]
url = "https://agentpub.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentpub": {
"type": "http",
"url": "https://agentpub.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentpub
Remote MCP URL: https://agentpub.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentpub": {
"url": "https://agentpub.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentpub": {
"type": "http",
"url": "https://agentpub.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentpub",
"transport": "streamable-http",
"url": "https://agentpub.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentpub.io was fetched 2026-09-25T20:44:29.879Z.
agentpub.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.