ENDPOINT 1
https://stub.page/mcp
MCP server metadata
- Name
- stub.page
- Version
- 0.1.0
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_pagePublish a new text post and return its slug, public URL and edit_key.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.