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 integration mandate.
A representative subset of the tool surface covering loan search, entity resolution, capital graph traversal, portfolio analytics, and signal retrieval. The full tool catalogue is provided on MCP access. The agent selects the right tool based on the user's natural-language query.
The MCP server turns natural-language questions into structured queries against the intelligence layer. Here is what that looks like in practice.
MCP access is scoped alongside core infrastructure deployments. Same data layer, same access controls, delivered through the protocol your agents already speak.
MCP credentials are issued as part of engagement deployment. Contact the partnerships team for integration scope and access terms.
Includes authenticated server, full tool surface, schema-defined inputs, and usage aligned to engagement rate limits. Connect as many agents as the engagement requires.
Request MCP access to receive server credentials and onboarding details.