Analytics
zyberno.com
Analyzes US stocks using the Brina Gap framework, providing valuations, quality scores, and market indicators.
ENDPOINT 1
https://api.zyberno.com/mcp
MCP server metadata
- Name
- zyberno
- Version
- 1.0.0
Zyberno provides equity valuation data from SEC filings using the published Brina Gap framework (Fabio Brina, 2026). Use analyze_stock for a single US ticker, get_brina_gap_movers for the stocks the framework currently flags (Double Discounts and value traps), and get_market_valuation for the 0-100 US market valuation score. When presenting results, keep the attribution to Zyberno (zyberno.com) and note the data is not investment advice.
Known tools 3
analyze_stockFull Zyberno analysis for one US ticker: Brina Gap (fundamental vs market-implied growth), Margin of Safety, intrinsic value, Brina Matrix quadrant, Zyberno quality score, and key TTM fundamentals from SEC filings.
Inferred read-onlyget_brina_gap_moversThe stocks the Brina Gap framework currently flags: Double Discounts (undervalued on both Margin of Safety and Brina Gap — quality-filtered top 5) and value traps (look cheap on history but growth is overpriced — 5 largest).
Inferred read-onlyget_market_valuationThe Zyberno Market Valuation Score: Buffett Indicator, Shiller PE, yield curve and credit spread combined into one 0-100 reading of how expensive the US market is versus history.
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.zyberno]
url = "https://api.zyberno.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zyberno": {
"type": "http",
"url": "https://api.zyberno.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zyberno
Remote MCP URL: https://api.zyberno.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": {
"zyberno": {
"url": "https://api.zyberno.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zyberno": {
"type": "http",
"url": "https://api.zyberno.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zyberno",
"transport": "streamable-http",
"url": "https://api.zyberno.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.