← valueray.com

INDIVIDUAL MCP TOOL

symbol_search

Resolve a company name, ticker or ISIN to ranked symbol suggestions with code, name, exchange and ISIN.

valueray.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.valueray.com/mcp/api

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "valueray-api",
  "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_data — Get structured technical, quantitative, dividend, risk and sentiment data for a stock or ETF.
  • 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.