← apiacre.com

INDIVIDUAL MCP TOOL

developer.structured-diff

Compare JSON or YAML deterministically and return source hashes plus machine-readable additions, removals, and replacements by path with explicit truncation evidence.

apiacre.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://apiacre.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for developer.structured-diff 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

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

.mcp.json

{
  "mcpServers": {
    "apiacre": {
      "type": "http",
      "url": "https://apiacre.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • web.extract — Convert and extract a public website URL into clean Markdown or readable text plus bounded structured links, canonical and heading signals, Schema.org types, redirect evidence, content hashes, and response provenance for RAG, research, or agent context.
  • web.metadata — Extract webpage metadata from one public URL: page title, meta description, canonical URL, headings, hreflang, icons, feeds, Open Graph, Twitter Cards, and JSON-LD Schema.org types, with redirect and response provenance plus privacy-safe, publisher-asserted Organization facts with field evidence.
  • web.seo-audit — Audit one public URL for title, meta description, H1 count, image alt text, canonical, robots, language, Open Graph, Twitter cards, headings, hreflang, feeds, and Schema.org data; return a deterministic score and prioritized issue codes.
  • web.security-audit — Scan a public website for TLS and browser security header weaknesses and return a security score with fixes.
  • web.accessibility-audit — Check a public page for deterministic HTML accessibility problems and return actionable WCAG-oriented findings.
  • web.performance-profile — Measure website response latency, payload size, compression, caching, and performance signals for a public URL.
  • web.links — Extract and classify links from one public page or safely crawl up to 10 same-origin pages into an agent-ready site map with page provenance, depth limits, and robots.txt enforcement.
  • web.robots-sitemap — Inspect a domain's robots.txt crawl rules and XML sitemap health, availability, and URL count.