MCP server intelligence profile

jira-worklog-mcp Server

Enables logging time entries to Jira Cloud issues, including adding worklogs, listing existing entries, and verifying credentials

Local OnlyMikeAtPinnacle
Awaiting current scanSource Git · 11b49000bba659a08fa8d12aca3d12a77ba08ff7

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugjira-worklog-mcp-2279ec2fDeploymentLocal Only
Canonical packageRepositoryMikeAtPinnacle/jira-worklog-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitmikeatpinnacle/jira-worklog-mcp11b49000bba659a08fa8d12aca3d12a77ba08ff71Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitmikeatpinnacle/jira-worklog-mcp11b49000bba659a08fa8d12aca3d12a77ba08ff7CurrentAug 25, 20263 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
jira-worklog-mcpServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
add_worklogLog work against a Jira issue (POST worklog). issue_key is the ticket (e.g. LEGLINK-142), time_spent_seconds is the duration, started defaults to now (RFC3339; normalized to Jira's required format), and comment is optional. Jira records time at minute granularity (minimum 60s).
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "issue_key": {
      "type": "string",
      "description": "Jira issue key, e.g. LEGLINK-142."
    },
    "time_spent_seconds": {
      "type": "integer",
      "exclusiveMinimum": 0,
      "maximum": 9007199254740991,
      "description": "Worklog duration in seconds."
    },
    "started": {
      "description": "When the work started, RFC3339. Default: now.",
      "type": "string"
    },
    "comment": {
      "description": "Optional worklog comment (plain text; stored as ADF).",
      "type": "string"
    }
  },
  "required": [
    "issue_key",
    "time_spent_seconds"
  ]
}
Annotations
{
  "readOnlyHint": false,
  "destructiveHint": false,
  "idempotentHint": false,
  "openWorldHint": true
}
WritesNon-destructiveNon-idempotentOpen world
list_worklogsList the worklogs on a Jira issue (id, author, time, started, comment). Useful to verify what was logged or to check for duplicates before adding more.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "issue_key": {
      "type": "string",
      "description": "Jira issue key, e.g. LEGLINK-142."
    }
  },
  "required": [
    "issue_key"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "openWorldHint": true
}
Read onlyOpen world
whoamiReturn the authenticated Jira user (display name, accountId, email). Use to confirm credentials.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
Annotations
{
  "readOnlyHint": true,
  "openWorldHint": true
}
Read onlyOpen world

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

jira-worklog-mcp Server questions

How do I install jira-worklog-mcp Server?

No verified package installation command is available in the retained catalog evidence.

What tools does jira-worklog-mcp Server provide?

jira-worklog-mcp Server exposed 3 tools during independent protocol observation, including add_worklog, list_worklogs, whoami.

Is jira-worklog-mcp Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Atlassian intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.