Programmatic access to the iConnections platform via Model Context Protocol.
https://mcp.iconn.ai/mcpiConnectionshttps://mcp.iconn.ai/mcpEdit your config file, then restart Claude Desktop.
{
"mcpServers": {
"iconnections": {
"url": "https://mcp.iconn.ai/mcp"
}
}
}
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Works with Cursor, Continue (VS Code), the MCP Inspector, and any other MCP-compatible client. Add to your client's settings:
{
"mcp": {
"iconnections": {
"url": "https://mcp.iconn.ai/mcp"
}
}
}
Every authenticated tool call carries an authToken parameter. To get one, walk through the three-step OTP flow:
login with your iConnections email — server returns a list of verification options.select_auth_method with the option you want (email or SMS) — server sends you a code.verify_otp with the code — server returns your authToken.authToken on every subsequent tool call. Tokens expire after 8 hours, or when you call logout.
Some tools are scoped to specific iConnections account types. Expand your role to see what's available.
Discover fund managers, funds, and service providers. Searches that span the broader directory automatically exclude peer Investor firms and contacts.
search_companies — All companies on the platform; peer Investors filtered outsearch_contacts — All contacts; peer Investor contacts filtered outget_fund_companies — Fund manager firmssearch_funds — Funds matching your investment criteriaget_fund_details — Full profile for a specific fundget_service_providers — Service provider firmsDiscover allocators and service providers. Searches that span the broader directory automatically exclude peer Fund Manager firms and contacts.
search_companies — All companies on the platform; peer Fund Managers filtered outsearch_contacts — All contacts; peer Fund Manager contacts filtered outget_investor_companies — Allocator firmssearch_investor_contacts — Investor contacts with their investment preferencesget_service_providers — Service provider firmsFull directory access — no peer filtering applied.
search_companies — Any company on the platformsearch_contacts — Any contact on the platformget_fund_companies — Fund manager firmssearch_funds — Any fundget_fund_details — Full fund profilesget_investor_companies — Allocator firmssearch_investor_contacts — Investor contactsget_service_providers — Service provider firmsOperational
The MCP server is connected to its data store and serving authenticated requests.