PluginBench
MCP Server
Active
MIT

com.htagai/htag-intelligence MCP Server

com.htagai/htag-intelligence

What is the com.htagai/htag-intelligence MCP server?

HTAG property tools for addresses, listings, estimates, markets, and demographics.

How to install com.htagai/htag-intelligence

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • x-api-key
    secret

    Optional HTAG API key for headless / server-to-server clients, issued from the Developer Portal (https://developer.htagai.com). Interactive MCP clients should use OAuth 2.0, which is discovered from the MCP URL and supports Dynamic Client Registration with authorization-code + PKCE - no API key or pre-created OAuth client required. See https://developer.htagai.com/agents-mcp.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "htag-intelligence": {
      "url": "https://api.htagai.com/mcp/v1/servers/htag/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "htag-intelligence": {
      "serverUrl": "https://api.htagai.com/mcp/v1/servers/htag/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "htag-intelligence": {
      "type": "http",
      "url": "https://api.htagai.com/mcp/v1/servers/htag/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "htag-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.htagai.com/mcp/v1/servers/htag/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http htag-intelligence https://api.htagai.com/mcp/v1/servers/htag/mcp

Related MCP servers

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

0
MIT
View repository →

HTAG H3 spatial tools for price/rent, indicators, geometry, and concordance.

0
MIT
View repository →