← lookio.app

INDIVIDUAL MCP TOOL

query_assistant

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

lookio.appnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

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

Indexed 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 server

lookio.app

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.

Related tools

  • add_resource — Add a new resource to your workspace via file URL, webpage URL, or raw text.
  • edit_resource — Update an existing resource.
  • 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.
  • delete_resource — Permanently remove a resource from your workspace.
  • create_assistant — Programmatically create a new assistant within your workspace.
  • get_assistants — Retrieve a list of all assistants in your workspace, or details for a specific assistant that you select via its ID.
  • edit_assistant — Update the configuration of an existing assistant.
  • delete_assistant — Permanently remove an assistant from your workspace.