← lumentai.com

INDIVIDUAL MCP TOOL

get_portfolio_projects

Get the 11 production-grade products LumentAI has shipped, with descriptions, technical focus and live URLs.

lumentai.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

lumentai.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lumentai]
url = "https://lumentai.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lumentai": {
      "type": "http",
      "url": "https://lumentai.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lumentai
Remote MCP URL: https://lumentai.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lumentai": {
      "url": "https://lumentai.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lumentai": {
      "type": "http",
      "url": "https://lumentai.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lumentai",
  "transport": "streamable-http",
  "url": "https://lumentai.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_services — List LumentAI's five AI consulting services with descriptions and capabilities: AI agents and agentic workflows, AI infrastructure and orchestration, integration and custom development, data and knowledge management, and automation/DevOps for AI.
  • get_contact_info — Get how to reach LumentAI to start a project: email, contact form, expected response time, location, and languages served.