← Registry

Content Tools

stub.page

Manage text posts with create, read, update, and delete operations.

1 endpoint4 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://stub.page/mcp

No auth detected

MCP server metadata

Name
stub.page
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Publish plain-text posts on stub.page. No account needed. create_page returns an edit_key that is required for update_page and delete_page. The returned edit_key is shown exactly once and cannot be recovered. Keep it in context — without it the page can never be edited or deleted again.

Known tools 4

create_page

Publish a new text post and return its slug, public URL and edit_key.

Potential side effects
get_page

Fetch a published post by slug.

Potential side effects
update_page

Replace title and/or content of an existing post.

Potential side effects
delete_page

Permanently delete a post.

Potential side effects

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.stub-page]
url = "https://stub.page/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stub-page": {
      "type": "http",
      "url": "https://stub.page/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stub-page
Remote MCP URL: https://stub.page/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": {
    "stub-page": {
      "url": "https://stub.page/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stub-page": {
      "type": "http",
      "url": "https://stub.page/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stub-page",
  "transport": "streamable-http",
  "url": "https://stub.page/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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