Connect AI agents directly to the intelligence layer. Query loans, resolve entities, and traverse the capital graph from Claude, GPT, or any MCP-compatible client.
The Model Context Protocol is an open standard that lets AI agents call structured tools and read typed resources from external systems. Instead of pasting data into prompts or building custom integrations, MCP gives your agent direct, authenticated access to the full Real Intelligence data layer.
Add the Real Intelligence MCP server to your client configuration. The example below shows Claude Desktop, but any MCP-compatible client works the same way.
{
"mcpServers": {
"real-intelligence": {
"command": "npx",
"args": ["-y", "..."],
"env": {
"REAL_INTELLIGENCE_API_KEY": "ri_demo_key"
}
}
}
}
// Package details provided with MCP access.Replace ri_demo_key with the key issued in your onboarding package. The server authenticates on every call and scopes responses to your subscription tier.
Tools covering the full intelligence surface: loan search, entity resolution, capital graph traversal, and signal retrieval. The agent selects the right tool based on the user's natural-language query.
MCP resources expose read-only schema and taxonomy data that the agent uses to understand the data model. The client reads these before making tool calls, so field names and types are always accurate.
Schema definitions and field taxonomy available as MCP resources. The agent reads these automatically to understand the data model before querying — ensuring accurate field names, types, and query structure with no hallucination. Full resource documentation is provided with MCP access.
The MCP server turns natural-language questions into structured queries against the intelligence layer. Here is what that looks like in practice.
The MCP server is an add-on to any Real Intelligence subscription. Same data, same access controls, delivered through the protocol your agents already speak.
Available as an add-on to any data subscription. Contact for pricing.
Includes authenticated server, full tool suite, typed resources, and usage within your API rate limits. No per-seat charges. Connect as many agents as your workflow requires.
Annual license. Billed alongside your base subscription.
Request MCP access to receive server credentials and onboarding details.