mcpbeat Sign in

Htag Docs MCP Server

answering

Htag Docs is answering right now. Last checked 5 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 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
5
Tools
read from the server
1040 ms
Response time
average over 24h
0
Stars
last commit 12 Jun 2026

Nothing serious here today

Today is the operative word: we check Htag Docs every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 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 1011 ms 5 min ago

Alternatives to Htag Docs

same job, measured the same way
Render Useful MCP
by lusrodri

MCP server for the Render Public API: all 207 endpoints plus workflow tools.

77 installs/wk local only
Agentmarketplace MCP
by stevemilton

Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.

63 installs/wk local only
Spala Public MCP
by spala

Discovery, OAuth, project operations, and exact project MCP handoff for Spala backend projects.

16 tools answering
PPN Hub — public APIs over MCP
by ppn-hub

One MCP endpoint over 69 public PPN APIs: search_apis to discover, execute_api to call. Free tier.

3 tools answering
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
GST Cranes Public Discovery MCP
by gkmex75

Public read-only discovery tools for GST Cranes marketplace, wanted ads, and Crane Wiki.

36 installs/wk local only
Website
by cuvo

Cuvo Health published site content and live discovery-call booking tools for AI agents.

22 installs/wk 9 tools answering
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

42 installs/wk local only

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 api and mcp. 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 92 of 92 checks got a reply (100.0%), average response time 1040 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 1040 ms on average, which is faster than 8% 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.