Which AI clients can connect to the MCP server?
Claude, Cursor, Claude Code, and OpenCode are covered in the docs. Any MCP-compatible client can connect using the server URL.
A Model Context Protocol server that gives Claude, Cursor, and other MCP clients native tools for every live dataset. One URL, no glue code.
The Model Context Protocol is the standard way AI clients call external tools. Our MCP server exposes each live dataset as a typed tool: query insider transactions, pull 13F positions, check proposed sales, look up fund holdings, walk a supply chain, list IPOs.
Setup is one URL. Add it in Claude, Cursor, Claude Code, or OpenCode, authenticate through the OAuth flow with your API key, and the tools appear in the client.
The server respects your account. It exposes only the datasets you subscribe to, and your key travels through the OAuth flow, never through the chat context.
Agents call structured tools with typed arguments instead of scraping pages or guessing at endpoints. Answers come from real filings.
Connect from Claude, Cursor, Claude Code, or OpenCode. Add the server URL once and the tools appear in the client.
Connecting triggers an OAuth flow authenticated with your RyxelData API key. No tokens pasted into chat, no shared credentials.
The server only exposes tools for the datasets on your account, so access stays scoped to what you pay for.
{
"mcpServers": {
"ryxel": {
"url": "https://mcp.ryxel.io"
}
}
}Ask Claude who bought shares in a name last week and get an answer built from the Form 4 record, with the source filing attached.
Cursor and Claude Code can pull live data while they build your integration, so examples and tests use real response shapes.
An analyst asks questions in plain language; the agent queries the datasets and cites the filings behind each number.
Every tool response traces back to an SEC filing, so the agent cites primary sources instead of parametric memory.
Claude, Cursor, Claude Code, and OpenCode are covered in the docs. Any MCP-compatible client can connect using the server URL.
Connecting triggers an OAuth flow where you authenticate with your RyxelData API key. Contact us at [email protected] to get one.
Query insider transactions, institutional holdings, proposed sales, funds, supply chain relationships, and IPO data, limited to the datasets enabled on your account.
Yes. The server exposes tools only for the datasets on your account, so a key scoped to insider transactions can't touch the other datasets.
Tell us what you're building and which datasets you need — we'll set you up with an account, an API key, and access to the data.