What is the com.htagai/htag-docs MCP server?
Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.
How to install com.htagai/htag-docs
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"htag-docs": {
"url": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"htag-docs": {
"serverUrl": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"htag-docs": {
"type": "http",
"url": "https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"htag-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.htagai.com/mcp/v1/servers/htag-docs/mcp"
]
}
}
}Claude Code
claude mcp add --transport http htag-docs https://api.htagai.com/mcp/v1/servers/htag-docs/mcpRelated MCP servers
HTAG property tools for addresses, listings, estimates, markets, and demographics.
0
View repository →MIT
com.htagai/htag-spatial
Active
HTAG H3 spatial tools for price/rent, indicators, geometry, and concordance.
0
View repository →MIT