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-keysecretOptional 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/mcpRelated MCP servers
com.htagai/htag-docs
Active
Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.
0
View repository →MIT
com.htagai/htag-spatial
Active
HTAG H3 spatial tools for price/rent, indicators, geometry, and concordance.
0
View repository →MIT