← Registry

Content Tools

agentpub.io

Publishes and manages static websites, allowing file uploads, content updates, and live URL generation.

1 endpoint32 known toolsFirst detected August 6, 2026Last detected September 24, 2026

ENDPOINT 1

https://agentpub.io/mcp

No auth detected

MCP server metadata

Name
agentpub
Version
0.1.0
Capabilities
tools

Known tools 32

publish_site

Publish or update a static site and get a live URL.

Potential side effects
patch_site

Update an existing site's files and/or its title, description, and owner controls.

Potential side effects
create_upload

Mint 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-only
get_site_content

Read back your own site's file contents.

Inferred read-only
get_site_status

Get a site's public status (existence, expiry, live version, title, description).

Inferred read-only
list_my_sites

List the sites owned by the authenticated account (Bearer).

Inferred read-only
needs_attention

Across 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-only
list_versions

List a site's finalized versions, newest-first.

Inferred read-only
rollback_site

Roll a site's live pointer back to a prior finalized version.

Inferred read-only
delete_site

Delete a site and all its versions.

Potential side effects
get_feedback

Get all reviewer comments and the approval status for a review-enabled site.

Inferred read-only
get_review_packet

Get 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-only
mark_addressed

Mark a reviewer comment as addressed.

Inferred read-only
delete_comment

Permanently delete a reviewer comment.

Potential side effects
dismiss_comment

Dismiss a reviewer comment (won't-fix) WITHOUT notifying the reviewer.

Inferred read-only
reply_to_comment

Reply 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 effects
create_review_project

Create a PORTABLE review project for a page agentpub does NOT host (Vercel, Lovable, Webflow, your own host, localhost).

Potential side effects
get_review_feedback

Pull all reviewer feedback for a PORTABLE review project by its key (from create_review_project or the CLI's `agentpub review add`).

Inferred read-only
enable_review

Turn inline commenting on or off for a page hosted on agentpub — reviewers leave comments directly on the live URL.

Inferred read-only
protect_site

Set page access protection on a site you own: a shared password, an email gate (lead magnet), private review-invite mode, or off.

Potential side effects
get_leads

List the emails captured by an email-gated page you own (the lead magnet's lead list).

Potential side effects
create_tracked_link

Mint a labeled tracked link for ONE recipient of a site you own.

Inferred read-only
create_review_invite

Mint a private review link for a site you own (Google-Docs-style).

Inferred read-only
request_reapproval

After publishing a revision, signal the reviewer(s) that a new version is ready to re-review.

Inferred read-only
create_webhook

Register a webhook so agentpub PUSHES events to you (or a Zapier/Make hook) when humans act — flip from polling to event-driven.

Inferred read-only
list_webhooks

List your registered webhooks.

Inferred read-only
delete_webhook

Delete one of your webhooks by id.

Potential side effects
test_webhook

Send 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 effects
create_folder

Create an account-scoped folder to organize sites in the dashboard.

Potential side effects
list_folders

List the account's folders, each with a live count of sites assigned.

Inferred read-only
move_site_to_folder

File an owned site into a folder, or unfile it.

Inferred read-only
report_issue

Log ONE structured friction report to agentpub's backlog (problem + optional proposed fix).

Inferred read-only

CONNECT 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.

Trust status Neutral

agentpub.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.