MCP Tool Reference

Kera exposes 150+ tools via the Model Context Protocol (MCP). Your AI agents discover and use them automatically — no SDK, no wrapper, no custom integration.

Connection

Add the Kera MCP endpoint to your agent or client configuration. Kera supports two transport modes:

  • Streamable HTTP (recommended) — stateless, works behind any load balancer.
  • HTTP+SSE (legacy) — for clients like Claude Code that require Server-Sent Events.
// .mcp.json { "kera": { "url": "https://your-workspace.getkera.eu/mcp/" } }

Authentication

Requests are authenticated via your session. MCP clients inherit your workspace permissions automatically. No API keys to manage — your agent operates with the same access as your user account.

How tool discovery works

Kera exposes 4 meta-tools that your agent uses to navigate the full tool catalog:

search_tools Find relevant tools by keyword or intent
describe_tools Get full schemas and parameter details
execute_tool Run any tool with the required parameters
render_diagram Generate visual diagrams from workspace data

Your agent calls search_tools to find what it needs, describe_tools to get the schema, then execute_tool to run it. This keeps the tool surface small while exposing the full catalog.

Resources

MCP Resources expose workspace data that agents can read as context.

URI Name MIME Type
kera://workspace/{workspace_id}/tickets Tickets application/json
kera://workspace/{workspace_id}/docs Documents application/json
kera://workspace/{workspace_id}/projects Projects application/json
kera://workspace/{workspace_id}/newsfeeds Newsfeed application/json

Prompts

MCP Prompts provide pre-built instructions that agents can use for common tasks.

Name Description
weekly_standup Generate a weekly standup summary for a project
project_status Generate a project status report
write_ticket Help write a well-structured ticket
summarise_doc Summarise a document

Tool Domains

Tools are organized into domains. Select a domain to see its full tool reference.

Tickets

Create, update, search, and manage tickets across projects.

12 tools

Projects

Manage projects, their settings, and lifecycle.

4 tools

Project Templates

Built-in and workspace-authored project scaffolding templates.

3 tools

Cycles

Create and manage sprints/cycles, track velocity and completion.

4 tools

Planning

Milestones, cross-project initiatives, and release management.

16 tools

Documents

Create, search, and manage documents and the workspace newsfeed.

9 tools

Comments

Add, update, and manage comments and reactions on tickets.

6 tools

Workspaces

View and configure workspace details, settings, and plan limits.

5 tools

Personal Access Tokens

Mint and revoke headless bearer credentials for CLI, MCP, and CI callers.

3 tools

Members

Manage workspace members, roles, invitations, and groups.

11 tools

Watchers

Subscribe to ticket and project notifications, manage preferences.

9 tools

Account

View and update the calling user's own profile and preferences.

2 tools

Service Desk

Service desk portals, customer requests, and SLA policies.

12 tools

Audit

Search and inspect the immutable audit log.

2 tools

Metrics & Reports

Usage metrics, cycle/lead time, velocity, and saved reports.

12 tools

GDPR

Data export, account deletion, and workspace deletion jobs.

3 tools

Admin & Vouchers

Voucher codes for plan access and administrative operations.

2 tools

Workflows

View workflow definitions, states, and valid transitions.

2 tools

Attachments

Upload, list, download, and delete file attachments.

5 tools

Announcements

Publish and manage announcements in the workspace feed.

5 tools

Widgets

Per-user dashboard widget configs, layouts, and computed metrics.

6 tools

LLM & Transcription

Configure the workspace LLM and transcription providers.

6 tools

Outbound Webhooks

Deliver workspace events to external HTTP endpoints, with signed payloads.

5 tools

Inbound Webhooks

Receive external events (GitHub, GitLab, generic) and map them into Kera.

5 tools

SSO & Connections

Workspace SSO providers and user OAuth connections (GitHub, GitLab).

5 tools