← talval.com

INDIVIDUAL MCP TOOL

get_stock_research

Talval's valuation verdict, fair-value estimate, upside, quality/safety/value scores and latest filed results for one ticker.

talval.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://talval.com/mcp

No auth detected

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

talval.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.talval]
url = "https://talval.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "talval": {
      "type": "http",
      "url": "https://talval.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: talval
Remote MCP URL: https://talval.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": {
    "talval": {
      "url": "https://talval.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "talval": {
      "type": "http",
      "url": "https://talval.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "talval",
  "transport": "streamable-http",
  "url": "https://talval.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_stocks — Find a company in Talval's coverage by name or ticker.
  • screen_stocks — Run one of Talval's stock screens over the covered universe and return the ranked results with fair value, upside and scores.
  • compare_stocks — Put two or more tickers side by side on verdict, fair value, upside and scores.
  • list_superinvestors — The investors Talval tracks through their quarterly 13F filings — portfolio size, position count and largest holdings.
  • get_superinvestor — One tracked investor's reported holdings and quarter-on-quarter activity.
  • stocks_of_the_week — Talval's current weekly picks — the latest Buy verdict per ticker, refreshed weekly.