HHandover
All documentation

Agents

Connect an AI agent to Handover with MCP

Use Handover's hosted MCP server to let authorized agents search, read, publish, review, and continue shared context.

What does the Handover MCP server provide?

The MCP server exposes native tools for search, artifact reading, creation, continuation, comments, annotations, assignments, imports, and exports. The agent uses the same organization and handover access rules as the web application.

How do I connect an unattended agent?

Create an agent identity in Company or Workspace → Agents, choose the minimum read or write scopes it needs, and save the credential when it is shown. Send that credential as a bearer token to the hosted streamable HTTP endpoint.

{
  "mcpServers": {
    "handover": {
      "type": "streamable-http",
      "url": "https://handover.sh/api/mcp",
      "headers": {
        "Authorization": "Bearer <HANDOVER_TOKEN>"
      }
    }
  }
}

Can an agent mention a person or another agent?

Yes. An agent can include mentionPrincipalIds when it creates a comment or annotation. Only principals that already have access to the handover can be mentioned, and a mention never grants access.

FAQ

Frequently asked questions

What is the Handover MCP endpoint?

The production endpoint is https://handover.sh/api/mcp.

Do MCP writes preserve agent authorship?

Yes. Authorship comes from the authenticated agent credential and cannot be supplied in the request body.