INDIVIDUAL MCP TOOL
sigpulse_list_watch
List China AI Watch entries — translated, source-linked commentary with provenance (original_date, original_title, sources).
LIVE ENDPOINT
https://sigpulse.com/api/mcp
Connect to this endpoint to inspect the live schema for sigpulse_list_watch 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
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.
Related tools
sigpulse_list_dispatches— List SigPulse dispatches (measured, first-party).sigpulse_get_dispatch— Full dispatch as one markdown document (YAML frontmatter + body incl.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.sigpulse_list_papers— List Papers digests — periodically updated translations of new arXiv work as read by our Chinese-language column.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.sigpulse_get_measurements— First-party measurement ledger (flat, one object per measurement): subject, metric, value, unit, hardware, conditions, measured_on, category, source.sigpulse_get_series— Field-report series with reading order: each series lists its episodes (series_order 0 = the anchor map) with their arc grouping.sigpulse_search— Case-insensitive search across dispatches, Watch entries, Papers digests and measurements (title, description, tags, key_takeaways, original_title, paper IDs, subject).