com.htagai/htag-docs
Official5 toolsby HtaG-Analytics
Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.
Public discovery tool for MCP tools, API endpoints, OpenAPI operations, and agents.
Captured live from the server via tools/list.
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).
No parameters.
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.
Parameters (1)
- serverstringrequired
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.
Parameters (2)
- tagany
- queryany
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.
Parameters (2)
- pathstringrequired
- methodstringrequired
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.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"htag-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.