Your feedback shapes Insight. If a workflow feels confusing, a feature is missing, something is unclear, or you simply have an idea — we'd genuinely love to hear it.
Via the Model Context Protocol, expose 30+ Insight data capabilities — oracle prices, risk summaries, position safety, stablecoin depeg — to Claude, Cursor, and Windsurf. Ask in plain English and let the agent call the right tools.
MCP calls share your API quota · Free 1,000 calls/mo · Pro from 49 USDC/mo · See pricing
One protocol that exposes every Insight analytics capability to any MCP-compatible client.
Prices, consensus prices, risk summaries, stablecoin depeg, liquidation stress tests, reputation rankings, and more.
Logged-in users authenticate via Session JWT; external users can use an existing API Key. Rate limits and quotas are fully shared.
Copy the Cursor, Windsurf, or Claude Desktop config, paste your key, and start using it.
Pick a tool, fill in parameters, and view the JSON response directly in the browser — no client installation required.
Once connected, ask in plain language — the agent picks the right MCP tool and returns the analysis.
"What's the latest Chainlink price for BTC, and how far is it from the consensus price?"
"At what oracle deviation would my Aave V3 ETH/USDC position get liquidated?"
"Generate an oracle health report for the last 24 hours, focusing on depeg events and feed latency."
Pick your client, paste your API Key, and copy the config. Every request goes through the same authentication, rate limiting, and quota enforcement.
Leave empty to generate a local stdio config; paste a key to generate a remote HTTP config.
The Free plan includes 1,000 calls/mo; some advanced tools (e.g. check_position_safety) require Pro or higher. See pricing →
{
"mcpServers": {
"insight-oracle": {
"url": "https://oracleinsight.xyz/api/mcp"
}
}
}{
"mcpServers": {
"insight-oracle": {
"command": "npx",
"args": [
"tsx",
"src/mcp/index.ts"
],
"env": {
"NODE_ENV": "production"
}
}
}
}Sign in to create an API Key and have it auto-filled in the config generator.
Test every MCP tool without leaving the browser. Logged-in users authenticate via Session; otherwise, provide an API Key in the config generator above.
MCP calls share the same quotas and billing as the REST API. Free includes 1,000 calls/mo, Pro starts at 49 USDC/mo, and you can upgrade or downgrade anytime.
View MCP Pricing