MCP Server
Connect your AI tools to PKI Pulse using the Model Context Protocol. Query items, feeds, and stats conversationally.
Available Tools
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