MCP server intelligence profile

Apex Log MCP Server

An MCP server that gives AI assistants tools to analyze Salesforce Apex debug logs for performance bottlenecks, slow methods, and governor limit usage

Local OnlyOfficial distributioncertinia
Verified cleanNpm · 1.0.0

Our scanner tested version 1.0.0 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

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

Install and connect

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

Install @certinia/apex-log-mcp from npm

Version 1.0.0 declares 1 executable entrypoint.

npm install --save-exact @certinia/apex-log-mcp@1.0.0
npx -y -p @certinia/apex-log-mcp@1.0.0 @certinia/apex-log-mcp
MCP client configuration example
{
  "mcpServers": {
    "@certinia/apex-log-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@certinia/apex-log-mcp@1.0.0",
        "@certinia/apex-log-mcp"
      ]
    }
  }
}

Identity

Canonical slugapex-log-mcp-server-cc49ef1fDeploymentLocal Only
Canonical packagenpm:@certinia/apex-log-mcpRepositorycertinia/debug-log-analyzer-mcp
First publishedLatest release
Last security verificationAug 15, 2026Classification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@certinia/apex-log-mcp1.0.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@certinia/apex-log-mcp1.0.0CurrentSep 5, 20263 toolsSucceeded · 0 resources · 0 promptsVerified clean
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

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/sdk Artifact SHA-256cf289b7c522de7154d0dfac0eb7bd19e6962a4599e1a2ab771422eef403d8092
Scannermcp-proof-engine 0.1.0Scan completedAug 15, 2026
Security rating24 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "@certinia/apex-log-mcp"
]
Rating reasons
[
  "security_policy_not_observed"
]
0Proven
215Clean
0Inconclusive
0Flaky
0Errors

Current protocol inventory

2025-06-18Negotiated protocol
apex-log-mcpServer-reported name
1Capability groups
Aug 14, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
analyze_apex_log_performanceRank methods in an Apex debug log by self-execution time. Returns method names, durations (in ms), SOQL/DML counts, and optimization recommendations. Best for finding which specific methods to optimize.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "logFilePath": {
      "type": "string",
      "description": "Absolute path to the Apex debug log file (.log)"
    },
    "topMethods": {
      "description": "Number of slowest methods to return (default: 10)",
      "type": "number"
    },
    "minDuration": {
      "description": "Minimum duration in milliseconds to include a method (default: 0)",
      "type": "number"
    },
    "namespace": {
      "description": "Filter methods by namespace",
      "type": "string"
    }
  },
  "required": [
    "logFilePath"
  ]
}
Annotations
{
  "title": "Analyze Apex Log Performance",
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true,
  "openWorldHint": false
}
Read onlyNon-destructiveIdempotentClosed world
find_performance_bottlenecksCheck whether an Apex log transaction is approaching governor limits (flags usage above 80%). Analyzes CPU time, SOQL/DML limits, query rows, and method execution patterns by namespace. Best for checking if a transaction is at risk of hitting governor limits.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "logFilePath": {
      "type": "string",
      "description": "Absolute path to the Apex debug log file (.log)"
    },
    "analysisType": {
      "description": "Type of analysis: \"cpu\" checks CPU time governor limit, \"database\" checks SOQL query/DML statement/query row limits, \"methods\" groups methods by namespace with duration totals, \"all\" runs all three (default)",
      "type": "string",
      "enum": [
        "cpu",
        "database",
        "methods",
        "all"
      ]
    }
  },
  "required": [
    "logFilePath"
  ]
}
Annotations
{
  "title": "Find Performance Bottlenecks",
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true,
  "openWorldHint": false
}
Read onlyNon-destructiveIdempotentClosed world
get_apex_log_summaryGet a high-level summary of an Apex debug log including total execution time (in ms), method count, SOQL/DML totals, governor limits, and active namespaces. Best for a quick overview before deeper analysis.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "logFilePath": {
      "type": "string",
      "description": "Absolute path to the Apex debug log file (.log)"
    }
  },
  "required": [
    "logFilePath"
  ]
}
Annotations
{
  "title": "Get Apex Log Summary",
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true,
  "openWorldHint": false
}
Read onlyNon-destructiveIdempotentClosed world

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Apex Log MCP Server questions

How do I install Apex Log MCP Server?

Install the selected package version with: npm install --save-exact @certinia/apex-log-mcp@1.0.0

What tools does Apex Log MCP Server provide?

Apex Log MCP Server exposed 3 tools during independent protocol observation, including analyze_apex_log_performance, find_performance_bottlenecks, get_apex_log_summary.

Is Apex Log MCP Server secure?

Our scanner tested version 1.0.0 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP ServersMCP Servers With Completed Verification

Let’s talk about MCP security.

Share your details and our security team will contact you.