Agent-first web hosting: deploy sites, apps, databases and domains over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
agenthost is agent-first web hosting, driven entirely
through an MCP server. This repository holds the MCP Registry
listing for it β server.json β and the workflow that publishes
that listing.
agenthost is a remote MCP server: it is hosted by agenthost and reachable over
Streamable HTTP
at https://agenthost.eu/mcp. There is nothing to install locally.
eu.agenthost/agenthosthttps://agenthost.eu/mcp (Streamable HTTP)The server code itself lives in agenthost's private control-panel repository; this repository only carries the public registry metadata.
Point any MCP client that speaks Streamable HTTP at https://agenthost.eu/mcp.
Authentication is handled by the client's OAuth flow β you sign in (or sign up) at
agenthost in your browser, so there is no token to paste. For unattended clients
that cannot open a browser, agenthost can mint a long-lived API token to send as a
Bearer header.
Example client configuration:
Publishing is automated with GitHub Actions (.github/workflows/publish-mcp.yml).
The registry entry is namespaced under eu.agenthost β the reverse-DNS form of
agenthost.eu β and ownership is proven with DNS authentication: a TXT record
on the apex of agenthost.eu holds the public half of an Ed25519 signing key, and
the workflow signs with the private half stored in the MCP_PRIVATE_KEY secret.
server.json against the official
schema (mcp-publisher validate) β no secret required.v* tag (or running the workflow manually) publishes to the
registry. On a tag, the published version is taken from the tag, so the git tag
is the single source of truth for the registry version.To cut a release:
Verify afterwards:
Generate the signing key on a trusted machine (needs OpenSSL 3+), so the private key never leaves your control:
Then:
agenthost.eu
(agenthost.eu, not a _mcp-auth subdomain). Wait for it to propagate.MCP_PRIVATE_KEY (Settings β Secrets and variables β Actions). For stronger
protection, store it instead on a GitHub Environment named mcp-registry-publish
and restrict that environment to the default branch and release tags β the
workflow already references that environment.key.pem once the secret is stored.If you rotate the key, remove the old TXT record from the apex β a stale record is tried first and will fail verification.
server.jsonserver.json follows the MCP Registry
server.schema.json
(the $schema field pins the exact version). Keep the remotes[].url in sync with
the production endpoint, and keep description within the schema's 100-character
limit. CI validates every change, so a malformed edit fails in review.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agenthost)<a href="https://allmcps.com/mcp/agenthost"><img src="https://allmcps.com/api/badge/agenthost?style=directory" alt="Agenthost on AllMCPs" /></a>