PluginBench
MCP Server

Arcgis Tampa MCP Server

io.github.pipeworx-io/arcgis-tampa

What is the Arcgis Tampa MCP server?

City of Tampa GIS — Tampa, Florida open geospatial data (ArcGIS).

How to install Arcgis Tampa

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "arcgis-tampa": {
      "url": "https://gateway.pipeworx.io/arcgis-tampa/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "arcgis-tampa": {
      "serverUrl": "https://gateway.pipeworx.io/arcgis-tampa/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "arcgis-tampa": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/arcgis-tampa/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "arcgis-tampa": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/arcgis-tampa/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http arcgis-tampa https://gateway.pipeworx.io/arcgis-tampa/mcp

Related MCP servers

Abgeordnetenwatch MCP — German federal & state parliament data.

View repository →

Australian Bureau of Statistics (ABS) Data API MCP.

View repository →

AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)

View repository →

ACLED MCP — Armed Conflict Location & Event Data Project

View repository →