{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.valueray/mcp",
  "title": "ValueRay MCP",
  "description": "Investment intelligence and stock analysis tools for AI agents.",
  "version": "1.0.0",
  "serverInfo": {
    "name": "ValueRay MCP",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://www.valueray.com/mcp/api"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.valueray.com/mcp/api"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  }
}