iConnections

iConnections MCP Server

Programmatic access to the iConnections platform via Model Context Protocol.

Live Beta MCP Server v1.0.0 Health

Endpoint

https://mcp.iconn.ai/mcp

Connect

claude.ai

  1. Open Settings → Connectors
  2. Click Add custom connector
  3. Name: iConnections
  4. URL: https://mcp.iconn.ai/mcp
  5. Click Connect

Claude Desktop

Edit your config file, then restart Claude Desktop.

{
  "mcpServers": {
    "iconnections": {
      "url": "https://mcp.iconn.ai/mcp"
    }
  }
}

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Other MCP clients

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"
    }
  }
}

Authentication

Every authenticated tool call carries an authToken parameter. To get one, walk through the three-step OTP flow:

  1. Call login with your iConnections email — server returns a list of verification options.
  2. Call select_auth_method with the option you want (email or SMS) — server sends you a code.
  3. Call verify_otp with the code — server returns your authToken.
The LLM holds the token. Pass authToken on every subsequent tool call. Tokens expire after 8 hours, or when you call logout.

Available tools

Auth flow

  • login
  • select_auth_method
  • verify_otp
  • logout

Companies & contacts

  • search_companies
  • search_contacts
  • get_service_providers

Funds

  • search_funds
  • get_fund_details
  • get_fund_companies

Investors

  • get_investor_companies
  • search_investor_contacts

What your account can access

Some tools are scoped to specific iConnections account types. Expand your role to see what's available.

For LPs (Allocators / Investors)

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 out
  • search_contacts — All contacts; peer Investor contacts filtered out
  • get_fund_companies — Fund manager firms
  • search_funds — Funds matching your investment criteria
  • get_fund_details — Full profile for a specific fund
  • get_service_providers — Service provider firms
For GPs (Fund Managers)

Discover 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 out
  • search_contacts — All contacts; peer Fund Manager contacts filtered out
  • get_investor_companies — Allocator firms
  • search_investor_contacts — Investor contacts with their investment preferences
  • get_service_providers — Service provider firms
For SPs (Service Providers)

Full directory access — no peer filtering applied.

  • search_companies — Any company on the platform
  • search_contacts — Any contact on the platform
  • get_fund_companies — Fund manager firms
  • search_funds — Any fund
  • get_fund_details — Full fund profiles
  • get_investor_companies — Allocator firms
  • search_investor_contacts — Investor contacts
  • get_service_providers — Service provider firms

Status

Operational

The MCP server is connected to its data store and serving authenticated requests.

Last checked Sat, 20 Jun 2026 17:48:39 GMT