INDIVIDUAL MCP TOOL
predicted_next
EXPERIMENTAL forecast of what a company may do next (raise, be acquired, acquire, hire an executive), from FundzScore v3.
LIVE ENDPOINT
https://api.fundz.net/v1/agent/mcp
Connect to this endpoint to inspect the live schema for predicted_next 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.fundz-agent-api]
url = "https://api.fundz.net/v1/agent/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fundz-agent-api": {
"type": "http",
"url": "https://api.fundz.net/v1/agent/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fundz-agent-api
Remote MCP URL: https://api.fundz.net/v1/agent/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": {
"fundz-agent-api": {
"url": "https://api.fundz.net/v1/agent/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fundz-agent-api": {
"type": "http",
"url": "https://api.fundz.net/v1/agent/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fundz-agent-api",
"transport": "streamable-http",
"url": "https://api.fundz.net/v1/agent/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
events_for_icp— Find companies matching an ideal-customer profile that have had recent funding or SEC 8-K events, ranked, each with its evidence.watchlist_diff— Given a book of up to 400 company domains and a cursor, return ONLY those with new evidence since that cursor.why_now— Why to contact ONE company right now: dated funding and SEC 8-K evidence, each item linking to its source filing or announcement.