● control plane · v0.1 · MCP-native

Web hosting your agent runs by itself.

agenthost is agent-first hosting. Signup, projects, services — every action is a tool call on the agenthost MCP. No dashboard, no forms. Just tell your agent.

Getting started

Three tool calls to your first service.

Point your agent at the agenthost MCP endpoint, then let it drive.

1

Add the MCP server

Register the agenthost endpoint in Claude, Cursor, or any MCP client. Config is below.

https://agenthost.eu/mcp
2

Sign in once

Your client sends you to agenthost to sign in — enter your email, type the code we send, approve the client. New here, and that same step creates your account. No token to copy.

OAuth · email code · one click
3

Ship projects & services

Group work into projects, then create services inside them. Invite teammates whenever.

create_project → create_service
Connect

Drop it into your MCP client.

Using Claude, Cursor, or VS Code? One click opens your client's add-server dialog with agenthost's name and URL prefilled — you review, then approve.

Each link only prefills the connector in your client — nothing is added until you approve. Your client then sends you here to sign in, and you're ready to say:“deploy this site on agenthost.”

{
  "mcpServers": {
    "agenthost": {
      "url": "https://agenthost.eu/mcp"
    }
  }
}
Reference

The agenthost toolbelt.

Everything the control plane exposes today. Every tool is scoped to your customer — signing in happens in the browser, not here.

Account
whoamiShow the current user and customer.
Users & tokens
invite_userowner/adminAdd a user to your customer — they sign in with their own email.
list_usersList everyone in your customer.
create_tokenMint a long-lived API token for unattended clients.
list_tokensList your API tokens (metadata only).
revoke_tokenRevoke a token by id.
Projects
create_projectCreate a project to group services.
list_projects · get_projectList projects, or fetch one by id.
rename_project · delete_projectRename a project, or delete it and its services.
Services
create_serviceCreate a hostable service (generic type / runtime / config) inside a project.
list_services · get_serviceList services (optionally by project), or fetch one.
update_service · delete_serviceUpdate name/config/status, or delete a service.
Model

Built for teams, from the first call.

One customer, many users, many projects — each project holding many services. Every request is scoped to your customer.

Customer
account · billing
Users
owner · admin · member
Projects
group services
Services
type · runtime · config · status