MCP Tool Reference
Kera exposes 87+ 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 toolsCycles
Create and manage sprints/cycles, track velocity and completion.
4 toolsPlanning
Milestones, cross-project initiatives, and release management.
9 toolsDocuments
Create, search, and manage documents and the workspace newsfeed.
7 toolsComments
Add, update, and manage comments and reactions on tickets.
6 toolsWorkspaces
View and configure workspace details, settings, and plan limits.
4 toolsMembers
Manage workspace members, roles, invitations, and groups.
6 toolsWatchers
Subscribe to ticket and project notifications, manage preferences.
6 toolsService Desk
Service desk portals, customer requests, and SLA policies.
10 toolsAudit
Search and inspect the immutable audit log.
2 toolsMetrics
Workspace usage metrics, cycle time, and lead time analytics.
4 toolsGDPR
Data export, account deletion, and workspace deletion jobs.
3 toolsAdmin
Voucher codes, report generation, and administrative operations.
3 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
Dashboard widgets, layouts, and computed metrics.
7 tools