← linkpulse.dev

INDIVIDUAL MCP TOOL

revenue_summary

Total affiliate commissions for the current site over a window (default 30 days), with transaction count, average commission, and delta vs.

linkpulse.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.linkpulse.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for revenue_summary and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

linkpulse.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.linkpulse]
url = "https://api.linkpulse.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "linkpulse": {
      "type": "http",
      "url": "https://api.linkpulse.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: linkpulse
Remote MCP URL: https://api.linkpulse.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "linkpulse": {
      "url": "https://api.linkpulse.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "linkpulse": {
      "type": "http",
      "url": "https://api.linkpulse.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "linkpulse",
  "transport": "streamable-http",
  "url": "https://api.linkpulse.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • top_articles — Articles on the current site that generated the most commission over a window.
  • at_risk_articles — Articles that are earning affiliate commissions AND have broken affiliate links on the page — the revenue currently leaking each month.
  • broken_links — All broken affiliate links currently flagged by the LinkPulse scanner on this site.
  • suggest_replacement — Given a broken or dead affiliate URL plus the article it sits on, ask Claude (with web search) to find the closest-available alternative product on the same retailer or network.