← Registry

Content Tools

abtechindustries.com

An MCP server that retrieves published website content such as pages, solution verticals, and blog/news/press posts from a CMS.

1 endpoint7 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://abtechindustries.com/api/mcp

No auth detected

MCP server metadata

Name
abtech-public-mcp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 7

list_pages

List the published pages (home + marketing pages).

Inferred read-only
get_page

Get a published page (sections, seo) by slug.

Inferred read-only
list_verticals

List the published, publicly listed solution verticals.

Inferred read-only
get_vertical

Get a published vertical's content by slug.

Inferred read-only
list_posts

List published posts (blog | news | press), newest first, optionally filtered by type.

Inferred read-only
get_post

Get a published post by slug.

Potential side effects
submit_inquiry

Submit a sales/contact inquiry for Abtech Industries.

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

.mcp.json

{
  "mcpServers": {
    "abtech-public-mcp": {
      "type": "http",
      "url": "https://abtechindustries.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "abtech-public-mcp": {
      "type": "http",
      "url": "https://abtechindustries.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "abtech-public-mcp",
  "transport": "streamable-http",
  "url": "https://abtechindustries.com/api/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.