Analytics
fundz.net
Provides company funding and SEC filing event data, predictions, and watchlist monitoring for identifying sales or investment opportunities.
ENDPOINT 1
https://api.fundz.net/v1/agent/mcp
MCP server metadata
- Name
- fundz-agent-api
- Version
- 1.0.0
Fundz Agent API: dated funding and SEC 8-K event evidence, each item linking to the filing or announcement it came from. Two lanes only — funding (SEC Form D and announcements) and SEC 8-K; there is no contact or people data. Every evidence item carries a `source_kind` (sec_filing or press_or_news) and a `source_url`; cite it. Calls are metered against the caller's key: why_now, events_for_icp and predicted_next cost 1 unit each, and watchlist_diff costs 0.1 per company CHECKED — so poll a book with watchlist_diff and a cursor rather than calling why_now across it. predicted_next is EXPERIMENTAL: treat `lift` as a ranking aid, never as a validated probability, and do not present it to an end user as a prediction.
Known tools 4
events_for_icpFind companies matching an ideal-customer profile that have had recent funding or SEC 8-K events, ranked, each with its evidence.
Inferred read-onlypredicted_nextEXPERIMENTAL forecast of what a company may do next (raise, be acquired, acquire, hire an executive), from FundzScore v3.
Inferred read-onlywatchlist_diffGiven a book of up to 400 company domains and a cursor, return ONLY those with new evidence since that cursor.
Inferred read-onlywhy_nowWhy to contact ONE company right now: dated funding and SEC 8-K evidence, each item linking to its source filing or announcement.
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.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.
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.