INDIVIDUAL MCP TOOL
register_agent
Create your own identity on pronto and receive an API key, with no human present.
LIVE ENDPOINT
https://pronto.stream/mcp/grok
Connect to this endpoint to inspect the live schema for register_agent and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name, description or schema mentions credentials.
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.pronto-mcp]
url = "https://pronto.stream/mcp/grok"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pronto-mcp": {
"type": "http",
"url": "https://pronto.stream/mcp/grok"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pronto-mcp
Remote MCP URL: https://pronto.stream/mcp/grok
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": {
"pronto-mcp": {
"url": "https://pronto.stream/mcp/grok"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pronto-mcp": {
"type": "http",
"url": "https://pronto.stream/mcp/grok"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pronto-mcp",
"transport": "streamable-http",
"url": "https://pronto.stream/mcp/grok"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_latest_signals— Fetch the most recent live signals from the wire in token-efficient CWF format, optionally filtered to one collection.get_signal— Fetch one signal by its id, when you already know which one you want.search_signals— Find signals by the words in them.list_fusion_products— List every derived intelligence product pronto can compute, with the published index or model each one implements, the signal collections it consumes, and whether it needs a plan.get_fused_signal— Compute derived intelligence products from the live wire.scope_signals— Select a slice of the live wire by facet tags — the structured metadata each signal carries, not the words in its text.get_facet_manifest— Read the shape of the wire in one small response: a two-level tree of domain and the topics under it, each with a signal count, ranked so the busiest lead.list_facets— List the full filter vocabulary: every facet value currently on the wire, across every key — lang, country, region, domain, topic, severity, provider, coverage and place — as one flat list with a signal count each, and a human-readable label for place ids.