← highsignal.app
INDIVIDUAL MCP TOOL
browse_source
Browse raw collected events for one source family with keyset pagination.
LIVE ENDPOINT
https://api.highsignal.app/mcp
Connect to this endpoint to inspect the live schema for browse_source and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.high-signal]
url = "https://api.highsignal.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"high-signal": {
"type": "http",
"url": "https://api.highsignal.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: high-signal
Remote MCP URL: https://api.highsignal.app/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": {
"high-signal": {
"url": "https://api.highsignal.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"high-signal": {
"type": "http",
"url": "https://api.highsignal.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "high-signal",
"transport": "streamable-http",
"url": "https://api.highsignal.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_daily_brief— Return the High Signal brief for today or yesterday in India Standard Time.get_signal— Return one currently public High Signal record with its evidence events, scoring data, claim provenance, and related signals for the same entity.get_daily_dump— Return the canonical machine-readable High Signal dump for one public day, including signals, evidence events, and attention overlays.get_source_coverage— Return the full source catalog with per-source health, run status, stored-row counts, and representative samples.search_signals— Search published High Signal records filtered by entity, signal type, direction, confidence, or date range.get_track_record— Return the public hit-rate ledger with resolved/pending counts, outcome definitions, and calibration by signal type.get_entity— Return one tracked entity with its supplier/customer/peer relationships, recent published signals, and market quotes.