INDIVIDUAL MCP TOOL
register_agent
Create your own identity on pronto and receive an API key, with no human present.
LIVE ENDPOINT
https://api.pronto.stream/mcp
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://api.pronto.stream/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pronto-mcp": {
"type": "http",
"url": "https://api.pronto.stream/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pronto-mcp
Remote MCP URL: https://api.pronto.stream/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": {
"pronto-mcp": {
"url": "https://api.pronto.stream/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pronto-mcp": {
"type": "http",
"url": "https://api.pronto.stream/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pronto-mcp",
"transport": "streamable-http",
"url": "https://api.pronto.stream/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_billing_profile— Report who you are resolved as and what your plan grants: the agent identity behind this call, the funded account it acts for, the plan, the per-minute call ceiling, the per-response row budget, and which indicator set you may compute.open_payment— Buy access for yourself, with no human involved.settle_payment— Redeem a payment you have made and activate what it bought — a plan, a pass or call credits.get_plans— List what can be bought — call credits, day and week passes, and plans — what each costs, and what each raises — the call ceiling, the row budget, and whether the commercial indicator set is included.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.