Analytics
highsignal.app
An MCP server that provides High Signal intelligence analytics, including daily briefs, signal records with evidence and provenance, source coverage health, and searchable published signals.
ENDPOINT 1
https://api.highsignal.app/mcp
MCP server metadata
- Name
- high-signal
- Version
- 2.0.0
Known tools 8
get_daily_briefReturn the High Signal brief for today or yesterday in India Standard Time.
Inferred read-onlyget_signalReturn one currently public High Signal record with its evidence events, scoring data, claim provenance, and related signals for the same entity.
Inferred read-onlyget_daily_dumpReturn the canonical machine-readable High Signal dump for one public day, including signals, evidence events, and attention overlays.
Inferred read-onlyget_source_coverageReturn the full source catalog with per-source health, run status, stored-row counts, and representative samples.
Inferred read-onlysearch_signalsSearch published High Signal records filtered by entity, signal type, direction, confidence, or date range.
Inferred read-onlybrowse_sourceBrowse raw collected events for one source family with keyset pagination.
Inferred read-onlyget_track_recordReturn the public hit-rate ledger with resolved/pending counts, outcome definitions, and calibration by signal type.
Inferred read-onlyget_entityReturn one tracked entity with its supplier/customer/peer relationships, recent published signals, and market quotes.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.