← aadhar.sh

INDIVIDUAL MCP TOOL

image_inspect

Inspect an image's dimensions, format, and animation/frame information.

aadhar.shnone authenticationAvailability not checked

LIVE ENDPOINT

https://aadhar.sh/mcp

No auth detected

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

aadhar.sh

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.aadhar-sh]
url = "https://aadhar.sh/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aadhar-sh": {
      "type": "http",
      "url": "https://aadhar.sh/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aadhar-sh": {
      "type": "http",
      "url": "https://aadhar.sh/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aadhar-sh",
  "transport": "streamable-http",
  "url": "https://aadhar.sh/mcp"
}
MCP Inspector

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

Related tools

  • ask — Ask aadhar.sh a natural-language question and get NLWeb-shaped results: for each match a url, name, site, score (0-100), description, and a schema.org schema_object.
  • search_site — Search the public pages, writing, garage notes, and utility descriptions on aadhar.sh.
  • now_playing — Read the cached current rn playlist and its tracks.
  • photo_query — Query the published photo archive by caption, camera, lens, film simulation, film-recipe setting, or date range.
  • coffee_availability — Read bookable coffee slots in the host timezone.
  • change_radar — Read the bounded historical diff of the latest AadharshBot neighborhood observations.
  • lens_inspect — Inspect one public HTTP(S) URL through Lens and return a compact agent-readiness observation.
  • lens_page — Read one public URL and return only what derives from the page's own bytes: anatomy, structured data, a markdown rendering, and what it costs an agent to ingest.