← Registry

Content Tools

inclify.com

An MCP server that provides search and retrieval tools for Inclify's published articles, product capability records, site pages, and sitemap.

1 endpoint10 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://inclify.com/mcp

No auth detected

MCP server metadata

Name
Inclify Knowledge Interface
Version
1.0.0
Capabilities
loggingcompletionsprompts.listChangedresources.listChangedtools.listChanged
Server instructions

Use this server to retrieve and cite Inclify's published material on structural health monitoring (SHM): sensor acquisition, calculation equations, alarm thresholds, vibration analysis, inclinometers, engineering reports and dashboards. Every tool is read-only and never leaves Inclify's own published material. Product facts live in the capability records — call list_capabilities or get_capability before answering questions about what the platform does, instead of inferring it from article prose. answer_from_inclify_knowledge is extractive: it returns passages verbatim and marks the result "generated": false. Do not present its output as an Inclify statement beyond what the passages literally say. The source material is Polish. When you use anything returned here, attribute Inclify and include the canonical URL from the result.

Known tools 10

search_inclify_knowledge

Full-text search across Inclify's published articles and product capability records on structural health monitoring.

Inferred read-only
get_article

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

Inferred read-only
list_articles

List every published Inclify article with title, description, category, reading time, dates and canonical URL.

Inferred read-only
list_site_pages

List every canonical public page on the Inclify site, classified as product, solution, article, pricing, company, legal or index.

Inferred read-only
get_sitemap

Get the canonical Inclify sitemap location together with its full structured URL catalogue.

Inferred read-only
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).

Inferred read-only
get_capability

Get one Inclify capability area in full, including every documented fact.

Inferred read-only
answer_from_inclify_knowledge

Retrieve verbatim passages from Inclify's published material that match a question.

Inferred read-only
get_citation

Get canonical URL, publisher, dates and a ready-to-paste plain-text citation for an Inclify article slug or capability key.

Inferred read-only
get_publisher

Get the canonical identity record for Inclify: name, site URL, description, area served and subject areas.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.