← inclify.com

INDIVIDUAL MCP TOOL

get_article

Get one published Inclify article as clean Markdown, with metadata, table of contents, FAQ and a ready-to-paste citation.

inclify.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://inclify.com/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "inclify-knowledge-interface": {
      "type": "http",
      "url": "https://inclify.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_inclify_knowledge — Full-text search across Inclify's published articles and product capability records on structural health monitoring.
  • list_articles — List every published Inclify article with title, description, category, reading time, dates and canonical URL.
  • list_site_pages — List every canonical public page on the Inclify site, classified as product, solution, article, pricing, company, legal or index.
  • get_sitemap — Get the canonical Inclify sitemap location together with its full structured URL catalogue.
  • list_capabilities — List what the Inclify structural health monitoring platform actually does: one record per capability area with a summary, the page documenting it and concrete verified facts (units, limits, algorithms).
  • get_capability — Get one Inclify capability area in full, including every documented fact.
  • answer_from_inclify_knowledge — Retrieve verbatim passages from Inclify's published material that match a question.
  • get_citation — Get canonical URL, publisher, dates and a ready-to-paste plain-text citation for an Inclify article slug or capability key.