← uor.foundation

INDIVIDUAL MCP TOOL

get_model

The pinned revision of one model, its files with size and SHA-256, its GGUF quantisations if any, and its sources with their current health.

uor.foundationnone authenticationAvailability not checked

LIVE ENDPOINT

https://hub.uor.foundation/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_model 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

uor.foundation

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.hologram-model-hub]
url = "https://hub.uor.foundation/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hologram-model-hub": {
      "type": "http",
      "url": "https://hub.uor.foundation/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hologram-model-hub
Remote MCP URL: https://hub.uor.foundation/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": {
    "hologram-model-hub": {
      "url": "https://hub.uor.foundation/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hologram-model-hub": {
      "type": "http",
      "url": "https://hub.uor.foundation/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hologram-model-hub",
  "transport": "streamable-http",
  "url": "https://hub.uor.foundation/mcp"
}
MCP Inspector

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

Related tools

  • search_models — Find open models in the hub's index.
  • resolve_file — Where to download one file of a model right now, the SHA-256 it must have, how to check it, and the commands that hand it to an engine (hf, Ollama, llama.