← Registry

AI & Machine Learning

lookio.app

Manage resources and query an AI assistant for answers from your workspace.

1 endpoint9 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://api.lookio.app/webhook/mcp

No auth detected

MCP server metadata

Name
Lookio-Server
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 9

query_assistant

Retrieve answers from a specific Lookio assistant using one of the available query modes (eco, flash, deep, europe).

Inferred read-only
add_resource

Add a new resource to your workspace via file URL, webpage URL, or raw text.

Inferred read-only
edit_resource

Update an existing resource.

Potential side effects
get_resources

Retrieve a list of resources from your workspace (this isn't a query, this is about listing available resources), or details for a specific resource.

Inferred read-only
delete_resource

Permanently remove a resource from your workspace.

Potential side effects
create_assistant

Programmatically create a new assistant within your workspace.

Potential side effects
get_assistants

Retrieve a list of all assistants in your workspace, or details for a specific assistant that you select via its ID.

Inferred read-only
edit_assistant

Update the configuration of an existing assistant.

Potential side effects
delete_assistant

Permanently remove an assistant from your workspace.

Potential side effects

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.lookio-server]
url = "https://api.lookio.app/webhook/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lookio-server": {
      "type": "http",
      "url": "https://api.lookio.app/webhook/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lookio-server
Remote MCP URL: https://api.lookio.app/webhook/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": {
    "lookio-server": {
      "url": "https://api.lookio.app/webhook/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lookio-server": {
      "type": "http",
      "url": "https://api.lookio.app/webhook/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lookio-server",
  "transport": "streamable-http",
  "url": "https://api.lookio.app/webhook/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for lookio.app was fetched 2026-08-24T01:22:48.774Z.

Trust status Trusted

lookio.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.