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.
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:
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 toolsProjects
Manage projects, their settings, and lifecycle.
4 toolsProject Templates
Built-in and workspace-authored project scaffolding templates.
3 toolsCycles
Create and manage sprints/cycles, track velocity and completion.
4 toolsPlanning
Milestones, cross-project initiatives, and release management.
16 toolsDocuments
Create, search, and manage documents and the workspace newsfeed.
9 toolsComments
Add, update, and manage comments and reactions on tickets.
6 toolsWorkspaces
View and configure workspace details, settings, and plan limits.
5 toolsPersonal Access Tokens
Mint and revoke headless bearer credentials for CLI, MCP, and CI callers.
3 toolsMembers
Manage workspace members, roles, invitations, and groups.
11 toolsWatchers
Subscribe to ticket and project notifications, manage preferences.
9 toolsAccount
View and update the calling user's own profile and preferences.
2 toolsService Desk
Service desk portals, customer requests, and SLA policies.
12 toolsAudit
Search and inspect the immutable audit log.
2 toolsMetrics & Reports
Usage metrics, cycle/lead time, velocity, and saved reports.
12 toolsGDPR
Data export, account deletion, and workspace deletion jobs.
3 toolsAdmin & Vouchers
Voucher codes for plan access and administrative operations.
2 toolsWorkflows
View workflow definitions, states, and valid transitions.
2 toolsAttachments
Upload, list, download, and delete file attachments.
5 toolsAnnouncements
Publish and manage announcements in the workspace feed.
5 toolsWidgets
Per-user dashboard widget configs, layouts, and computed metrics.
6 toolsLLM & Transcription
Configure the workspace LLM and transcription providers.
6 toolsOutbound Webhooks
Deliver workspace events to external HTTP endpoints, with signed payloads.
5 toolsInbound Webhooks
Receive external events (GitHub, GitLab, generic) and map them into Kera.
5 toolsSSO & Connections
Workspace SSO providers and user OAuth connections (GitHub, GitLab).
5 tools