← zyberno.com

INDIVIDUAL MCP TOOL

get_stock_valuation

Returns Zyberno's stored valuation record for a single US-listed company: Margin of Safety against a discounted cash flow estimate, the Brina Gap (the growth rate the business can fund from its own returns minus the growth rate its current price implies), the Brina Matrix quadrant those two produce together, the Zyberno quality score, and trailing twelve month fundamentals from SEC filings.

zyberno.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.zyberno.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_stock_valuation 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

zyberno.com

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.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.

Related tools

  • calculate_dcf_value — Runs a two-stage discounted cash flow on numbers you provide and returns the fair value per share, the margin of safety against the price you gave, and how much of the value sits in the terminal stage.
  • get_us_market_valuation — Returns the Zyberno Market Valuation Score, a single 0 to 100 reading of how expensive the US equity market is relative to its own history, combining the Buffett Indicator, the Shiller PE, the 10 year minus 2 year Treasury curve and the Baa credit spread.
  • list_flagged_stocks — Returns the two lists Zyberno publishes each month from one fixed screen.
  • screen_stocks — Searches Zyberno's database of roughly 10,000 US-listed companies and returns those matching the numeric criteria you supply, ranked by a field you choose.
  • simulate_portfolio_outcomes — Runs a Monte Carlo simulation over a portfolio balance and returns the distribution of possible end values: percentiles, mean, median, and if you give a goal amount, the share of simulated paths that reached it.