← Registry

Content Tools

sigpulse.com

Provides curated AI news, translated China AI commentary, and research paper digests from SigPulse.

1 endpoint9 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://sigpulse.com/api/mcp

No auth detected

MCP server metadata

Name
sigpulse
Version
1.0.0
Capabilities
tools
Server instructions

Read-only tools over SigPulse static data. List first, then fetch raw markdown by slug. Cite the article URL + measured_on date with any number. China AI Watch entries are commentary, never measurements. License: CC BY 4.0. Full manual: https://sigpulse.com/agents.md

Known tools 9

sigpulse_list_dispatches

List SigPulse dispatches (measured, first-party).

Inferred read-only
sigpulse_get_dispatch

Full dispatch as one markdown document (YAML frontmatter + body incl.

Inferred read-only
sigpulse_list_watch

List China AI Watch entries — translated, source-linked commentary with provenance (original_date, original_title, sources).

Inferred read-only
sigpulse_get_watch_entry

Full Watch entry as one markdown document — frontmatter carries the provenance payload (originalDate, originalTitle, issue, sources), body is the translated commentary.

Inferred read-only
sigpulse_list_papers

List Papers digests — periodically updated translations of new arXiv work as read by our Chinese-language column.

Inferred read-only
sigpulse_get_paper

Full Papers digest as one markdown document — frontmatter carries the provenance payload (originalDate, originalTitle, issue, papers[] with arXiv IDs, sources), body is the translated digest.

Inferred read-only
sigpulse_get_measurements

First-party measurement ledger (flat, one object per measurement): subject, metric, value, unit, hardware, conditions, measured_on, category, source.

Inferred read-only
sigpulse_get_series

Field-report series with reading order: each series lists its episodes (series_order 0 = the anchor map) with their arc grouping.

Inferred read-only
sigpulse_search

Case-insensitive search across dispatches, Watch entries, Papers digests and measurements (title, description, tags, key_takeaways, original_title, paper IDs, subject).

Inferred read-only

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.sigpulse]
url = "https://sigpulse.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: sigpulse
Remote MCP URL: https://sigpulse.com/api/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": {
    "sigpulse": {
      "url": "https://sigpulse.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.