← agentpub.io

INDIVIDUAL MCP TOOL

create_review_project

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

agentpub.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://agentpub.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_review_project and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

agentpub.io

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.

Related tools

  • publish_site — Publish or update a static site and get a live URL.
  • patch_site — Update an existing site's files and/or its title, description, and owner controls.
  • 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.
  • get_site_content — Read back your own site's file contents.
  • get_site_status — Get a site's public status (existence, expiry, live version, title, description).
  • list_my_sites — List the sites owned by the authenticated account (Bearer).
  • 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).
  • list_versions — List a site's finalized versions, newest-first.