Streamable HTTP MCP

The publish tool
your agent was missing.

Give any compatible agent a narrow, remote tool for turning self-contained HTML into an isolated URL. The beta guest endpoint needs no account; account publishing uses the API or CLI while authenticated MCP is completed.

GUEST / NO AUTHhttps://mcp.linkifact.com/guest
Connect

One URL.
No local server.

Linkifact speaks Streamable HTTP. Add the guest endpoint to your client's MCP configuration, restart or reconnect the client, and make sure publish_artifact appears.

[mcp_servers.linkifact]
url = "https://mcp.linkifact.com/guest"
enabled_tools = ["publish_artifact"]
Tool surface

One beta tool, with a clear path forward.

The guest endpoint exposes publish_artifact. The account tools below are the planned contract and remain unavailable until OAuth is enabled after beta validation.

ToolAccessPurpose
publish_artifactGuest

Validate and publish one self-contained HTML document.

update_artifactPlanned

Create an immutable version behind an existing stable URL.

delete_artifactPlanned

Expire an artifact and enqueue physical cleanup.

get_artifact_statusPlanned

Read lifecycle, expiry, and version metadata.

create_collectionPlanned

Create an unlisted ordered collection.

add_to_collectionPlanned

Add an owned artifact at a chosen collection position.

01 / INSTANT

Guest endpoint

…/guest

No account or token. Exposes only publish_artifact. Outputs expire after 30 days and are subject to anonymous rate limits.

Open setup guides →
02 / PLANNED

Account endpoint

OAuth MCP · not live yet

Authenticated MCP will add updates, status, deletion, and collection tools after the OAuth service clears beta testing. Use a scoped API key with the CLI today.

Use the REST API instead →
What happens

From tool arguments to URL.

  1. 01
    Client chooses the tool

    The server's instructions keep the explicit-publish rule and core limits near the model's tool decision.

  2. 02
    Linkifact validates input

    Size, HTML policy, and high-confidence secrets are checked without fetching any submitted URL.

  3. 03
    Storage commits atomically

    Immutable content is written before its manifest, so a partial upload never appears live.

  4. 04
    The agent returns the result

    The viewer URL, expiry, and owner-only management URL come back in a stable tool result.

MCP or plain HTTP

Give every agent the same route to a link.

Publish anonymously in seconds. Guest links are unlisted and expire after 30 days.