← uithing.com

INDIVIDUAL MCP TOOL

get-changelog-entry

Get the full body, links, and metadata for a single UI Thing changelog entry.

uithing.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://uithing.com/mcp

No auth detected

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

uithing.com

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.ui-thing-mcp]
url = "https://uithing.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ui-thing-mcp": {
      "type": "http",
      "url": "https://uithing.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ui-thing-mcp
Remote MCP URL: https://uithing.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": {
    "ui-thing-mcp": {
      "url": "https://uithing.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ui-thing-mcp": {
      "type": "http",
      "url": "https://uithing.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ui-thing-mcp",
  "transport": "streamable-http",
  "url": "https://uithing.com/mcp"
}
MCP Inspector

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

Related tools

  • get-page — Retrieves the full content and details of a specific documentation page.
  • list-pages — Lists all available documentation pages with their categories and basic information.
  • get-block — Get the exact UI Thing block contract, source, linked docs when available, dependencies, and install plan for a single block.
  • get-component — Get the exact UI Thing component contract, full source, docs markdown, dependencies, and install plan for a single component.
  • get-documentation-page — Fetch the exact markdown content for a UI Thing documentation page by its absolute docs path.
  • get-install-plan — Build one normalized install plan for a mixed set of UI Thing components and blocks.
  • get-project-setup — Return a scaffold-first setup plan for starting a new Nuxt project with UI Thing.
  • list-block-pages — List block documentation pages only, using exact block docs paths under /blocks/.