Research directory →
Valyte Research
Valyte MCP server
Connect a compatible MCP research client to your account's published company data.
Use the Streamable HTTP endpoint https://console.valytedata.com/api/v1/mcp. Configure your client's authentication to send Authorization: Bearer YOUR_VALYTE_API_KEY. Exact setup varies by client; the client must support authenticated remote MCP connections.
Available research tools
list_companies: find companies accessible to the account.get_company: retrieve a company using its numeric ID and available period selection.
Example research request
Find Equity Residential and AvalonBay in my accessible companies. Retrieve both companies, compare the available operating metrics for matching periods, identify missing data, and cite the company URLs returned by Valyte.
Company URLs may require an account. The assistant should not claim it inspected a filing page unless it actually has that source. API entitlement and request limits apply to MCP calls.
The server accepts MCP requests over POST. Opening its endpoint in a browser with GET returns a method-not-allowed response; that is not a connectivity test. Read the API access notes.