← valueray.com

INDIVIDUAL MCP TOOL

symbol_data

Get structured technical, quantitative, dividend, risk and sentiment data for a stock or ETF.

valueray.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

{
  "mcpServers": {
    "valueray-com": {
      "type": "http",
      "url": "https://www.valueray.com/mcp/api"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: valueray-com
Remote MCP URL: https://www.valueray.com/mcp/api

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": {
    "valueray-com": {
      "url": "https://www.valueray.com/mcp/api"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • symbol_peers — Get peer comparison data and percentile metrics for a stock or ETF.
  • market_regime — Get current market regime, risk, breadth, volatility and sector rotation data.
  • field_explanations — Get field definitions and scoring logic for ValueRay metrics, indicators and ratings.