INDIVIDUAL MCP TOOL
get_stills
Return the actual screenshots and stills from a dossier as images, so the interface under discussion can be seen rather than only described.
LIVE ENDPOINT
https://interfacelineage.com/mcp
Connect to this endpoint to inspect the live schema for get_stills 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
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.interface-lineage]
url = "https://interfacelineage.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"interface-lineage": {
"type": "http",
"url": "https://interfacelineage.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: interface-lineage
Remote MCP URL: https://interfacelineage.com/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": {
"interface-lineage": {
"url": "https://interfacelineage.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"interface-lineage": {
"type": "http",
"url": "https://interfacelineage.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "interface-lineage",
"transport": "streamable-http",
"url": "https://interfacelineage.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search the Interface Lineage corpus by keyword.fetch— Fetch one dossier by its id/slug (as returned by search) and return the full article as Markdown, followed by its lineage edges.get_lineage— Return the explicit, hand-authored lineage edges for a dossier — the typed influence graph (came_after, came_before, inspired_by, influenced, contrasts_with, extends, embodies, …).find_related— Find designs that are semantically SIMILAR to a dossier even when no explicit lineage edge connects them — the "you should also look at this" move.list_catalog— Sample the corpus catalog for a semantic_type — a page of interfaces, principles, people, or patterns to orient before searching.