MCP Server

Connect your AI tools to PKI Pulse using the Model Context Protocol. Query items, feeds, and stats conversationally.

Available Tools

query_items
Search and filter PKI/TLS items by impact, category, and time range. Returns AI-generated summaries, action items, and timelines.
impact, category, since_days, limit, search
get_item
Get full details for a single item by ID, including classification, summary, and action items.
id
list_feeds
List all monitored data sources with health status, item counts, and last activity.
none
get_stats
Aggregate statistics: total items, recent activity, breakdowns by impact and category.
none
get_critical_updates
Quick briefing on critical and high-impact developments from recent days.
days

Connect

Claude Code

Add the MCP server to your project or global settings:

claude mcp add pki-pulse https://mcp.pkipulse.com

The five tools above become available in your Claude Code session immediately.

Claude Desktop

Go to Settings → Developer → Edit Config and add:

{
  "mcpServers": {
    "pki-pulse": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.pkipulse.com"
      ]
    }
  }
}

Restart Claude Desktop after saving. Tools appear in the tool sidebar.

Cursor

Open Settings → MCP and add a new server with:

{
  "pki-pulse": {
    "command": "npx",
    "args": [
      "mcp-remote",
      "https://mcp.pkipulse.com"
    ]
  }
}

Cloudflare AI Playground

Go to playground.ai.cloudflare.com and enter the server URL:

https://mcp.pkipulse.com

Other MCP Clients

Any MCP-compatible client can connect using the server URL:

https://mcp.pkipulse.com