INDIVIDUAL MCP TOOL
create_digital_twin_lens
Create a shareable Mindola lens (AI clone) from a profile the user has approved in this conversation.
LIVE ENDPOINT
https://app.mindola.ai/mcp/claude
Connect to this endpoint to inspect the live schema for create_digital_twin_lens and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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/claude"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mindola-lens": {
"type": "http",
"url": "https://app.mindola.ai/mcp/claude"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mindola-lens
Remote MCP URL: https://app.mindola.ai/mcp/claude
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/claude"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mindola-lens": {
"type": "http",
"url": "https://app.mindola.ai/mcp/claude"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mindola-lens",
"transport": "streamable-http",
"url": "https://app.mindola.ai/mcp/claude"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
add_lens_knowledge— Add text notes or URLs to a Mindola lens created in this conversation (before it is claimed).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).