← mindola.ai

INDIVIDUAL MCP TOOL

get_lens_status

Check a Mindola lens: its share URL, whether it has been claimed, and how much of its knowledge has finished ingesting (ready / pending / failed).

mindola.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://app.mindola.ai/mcp/lens

No auth detected

Connect to this endpoint to inspect the live schema for get_lens_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

mindola.ai

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.mindola-lens]
url = "https://app.mindola.ai/mcp/lens"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mindola-lens": {
      "type": "http",
      "url": "https://app.mindola.ai/mcp/lens"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mindola-lens
Remote MCP URL: https://app.mindola.ai/mcp/lens

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": {
    "mindola-lens": {
      "url": "https://app.mindola.ai/mcp/lens"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mindola-lens": {
      "type": "http",
      "url": "https://app.mindola.ai/mcp/lens"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mindola-lens",
  "transport": "streamable-http",
  "url": "https://app.mindola.ai/mcp/lens"
}
MCP Inspector

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

Related tools

  • create_digital_twin_lens — Create a shareable Mindola lens (AI clone) from a profile the user has approved in this conversation.
  • add_lens_knowledge — Add text notes or URLs to a Mindola lens created in this conversation (before it is claimed).