AI & Machine Learning
lookio.app
Manage resources and query an AI assistant for answers from your workspace.
ENDPOINT 1
https://api.lookio.app/webhook/mcp
MCP server metadata
- Name
- Lookio-Server
- Version
- 1.0.0
Known tools 9
query_assistantRetrieve answers from a specific Lookio assistant using one of the available query modes (eco, flash, deep, europe).
Inferred read-onlyadd_resourceAdd a new resource to your workspace via file URL, webpage URL, or raw text.
Inferred read-onlyget_resourcesRetrieve 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-onlycreate_assistantProgrammatically create a new assistant within your workspace.
Potential side effectsget_assistantsRetrieve a list of all assistants in your workspace, or details for a specific assistant that you select via its ID.
Inferred read-onlyCONNECT 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.
lookio.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.