← Registry

Developer Tools

htagai.com

Provides tools to discover and inspect HTAG's MCP servers, tools, REST endpoints, and micro-agents.

3 endpoints5 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://api.htagai.com/mcp/v1/servers/htag-docs/mcp

No auth detected

MCP server metadata

Name
htag-docs
Version
1.14.1
Capabilities
experimentalpromptsresourcestools

Known tools 5

list_mcp_servers

List every MCP server HTAG currently exposes.

Inferred read-only
list_mcp_tools

List every tool registered on a named MCP server.

Inferred read-only
list_api_endpoints

List HTAG public REST endpoints.

Inferred read-only
get_api_endpoint

Return the full OpenAPI operation for one HTAG REST endpoint — parameters, requestBody, responses, examples.

Inferred read-only
list_micro_agents

List every callable HTAG micro-agent — turnkey agents that compose endpoint chains and apply HTAG methodology.

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.htag-docs]
url = "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "htag-docs": {
      "type": "http",
      "url": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: htag-docs
Remote MCP URL: https://api.htagai.com/mcp/v1/servers/htag-docs/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": {
    "htag-docs": {
      "url": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "htag-docs": {
      "type": "http",
      "url": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "htag-docs",
  "transport": "streamable-http",
  "url": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://api.htagai.com/mcp/v1/servers/htag/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.htagai-com]
url = "https://api.htagai.com/mcp/v1/servers/htag/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "htagai-com": {
      "type": "http",
      "url": "https://api.htagai.com/mcp/v1/servers/htag/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: htagai-com
Remote MCP URL: https://api.htagai.com/mcp/v1/servers/htag/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "htagai-com": {
      "url": "https://api.htagai.com/mcp/v1/servers/htag/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "htagai-com": {
      "type": "http",
      "url": "https://api.htagai.com/mcp/v1/servers/htag/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "htagai-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "htagai-com",
  "transport": "streamable-http",
  "url": "https://api.htagai.com/mcp/v1/servers/htag/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

ENDPOINT 3

https://api.htagai.com/mcp/v1/servers/htag-spatial/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.htagai-com]
url = "https://api.htagai.com/mcp/v1/servers/htag-spatial/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "htagai-com": {
      "type": "http",
      "url": "https://api.htagai.com/mcp/v1/servers/htag-spatial/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: htagai-com
Remote MCP URL: https://api.htagai.com/mcp/v1/servers/htag-spatial/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "htagai-com": {
      "url": "https://api.htagai.com/mcp/v1/servers/htag-spatial/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "htagai-com": {
      "type": "http",
      "url": "https://api.htagai.com/mcp/v1/servers/htag-spatial/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "htagai-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "htagai-com",
  "transport": "streamable-http",
  "url": "https://api.htagai.com/mcp/v1/servers/htag-spatial/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

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.