mcpbeat

Htag Docs MCP Server

com.htagai/htag-docs
answering

Htag Docs is answering right now. Last checked 10 min ago. It exposes 5 tools. Last commit 12 Jun 2026.

Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
938 ms
Response time
average over 24h
0
Stars
last commit 12 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add htag-docs --transport http https://api.htagai.com/mcp/v1/servers/htag-docs/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "htag-docs": {
      "url": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.htag-docs]
url = "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "htag-docs": {
      "url": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "htag-docs": {
      "url": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

api
get_api_endpoint
Return the full OpenAPI operation for one HTAG REST endpoint — parameters, requestBody, responses, examples. Use this BEFORE recommending an endpoint so your parameter hints match the live spec. Returns null if the endpoint is not in the catalogue.
list_api_endpoints
List HTAG public REST endpoints. Optional `tag` (e.g. 'Markets', 'Property', 'Spatial') and `query` (substring against path / summary) filters. Returns path, method, operationId, tags, and summary for each match.
mcp
list_mcp_servers
List every MCP server HTAG currently exposes. Each entry includes the server name, a short description, its mount path, and whether it is public (no auth required).
list_mcp_tools
List every tool registered on a named MCP server. Use `list_mcp_servers` first to discover server names. Each entry includes the tool name, its description, and the JSON-Schema input.
micro
list_micro_agents
List every callable HTAG micro-agent — turnkey agents that compose endpoint chains and apply HTAG methodology. Examples: 'suburb-analysis', 'suburb-comparison', 'comprehensive-dd'. Useful when a use case is best served by an existing agent rather than raw endpoint composition.

Endpoints

URLTransportStateLatencyChecked
https://api.htagai.com/mcp/v1/servers/htag-docs/mcp streamable-http answering 947 ms 10 min ago

Htag Docs — questions

Answers built from our own checks of this server.

What can Htag Docs do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_api_endpoint, list_api_endpoints, list_mcp_servers, list_mcp_tools, list_micro_agents. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Htag Docs mostly used for?
Its tools cluster around mcp and api. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Htag Docs working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 938 ms. The bar chart above shows every period we have measured.
How do I connect Htag Docs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Htag Docs need an API key?
No. Htag Docs completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Htag Docs?
It answers our handshake in 938 ms on average, which is faster than 6% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Htag Docs open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.