Analytics
aistartupcfo.com
Provides financial benchmarks, TRIZ-based business contradiction solving, and CFO insights tailored for AI startups.
ENDPOINT 1
https://aistartupcfo.com/mcp
MCP server metadata
- Name
- aistartupcfo-mcp
- Version
- 0.1.0
Public tools from aistartupcfo.com (Serge Mochtchenkov, CFA — fractional CFO for AI startups). Use `solve_business_contradiction` to run the TRIZ-for-finance matrix, `list_triz_parameters` / `list_triz_principles` to browse its data, `benchmark_ai_startup` to compare gross margin after inference, inference share of revenue, ARR per employee, burn multiple and NRR against 2026 bands, and `get_cfo_profile` for contact info and links.
Known tools 5
solve_business_contradictionGiven a business/finance parameter you want to improve and one that gets worse when you do, return the recommended TRIZ inventive principles with business-oriented guidance.
Inferred read-onlylist_triz_parametersList the 12 business/finance parameters used by the TRIZ contradiction solver.
Inferred read-onlylist_triz_principlesList all 40 TRIZ inventive principles with the business/finance interpretation used on aistartupcfo.com.
Inferred read-onlybenchmark_ai_startupCompare an AI startup's metrics against the 2026 benchmark bands used on aistartupcfo.com/ai-startup-benchmarks: gross margin after inference, inference cost as a share of revenue, ARR per employee, burn multiple, and net revenue retention.
Inferred read-onlyget_cfo_profileReturn the public profile, focus areas, and contact details for Serge Mochtchenkov, CFA — the fractional CFO for AI startups behind aistartupcfo.com.
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.aistartupcfo-mcp]
url = "https://aistartupcfo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aistartupcfo-mcp": {
"type": "http",
"url": "https://aistartupcfo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aistartupcfo-mcp
Remote MCP URL: https://aistartupcfo.com/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": {
"aistartupcfo-mcp": {
"url": "https://aistartupcfo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aistartupcfo-mcp": {
"type": "http",
"url": "https://aistartupcfo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aistartupcfo-mcp",
"transport": "streamable-http",
"url": "https://aistartupcfo.com/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.