Back to report | Methodology | Privacy | Support | Terms

Connect Public Texas State and Austin City Search to ChatGPT

This page is for a live demo. The MCP server is public, HTTPS, and read-only. Its primary feature is Texas and Austin public-data search; Austin dataset-quality checks are secondary context.

MCP URL

https://civic.pagonya.co/mcp

Health Check

https://civic.pagonya.co/mcp/health

Public Report

https://civic.pagonya.co/

ChatGPT Setup

  1. Open ChatGPT web and go to Settings -> Apps & Connectors -> Advanced settings.
  2. Turn on Developer mode. If your workspace disables it, an admin needs to allow developer mode first.
  3. Go to Settings -> Connectors -> Create.
  4. Use Public Texas State and Austin City Search as the connector name.
  5. Use this description: Search State of Texas and Austin public data, find official permit and service starting points, fetch bounded public rows, and use Austin dataset-quality checks as secondary caveats.
  6. Use https://civic.pagonya.co/mcp as the connector URL.
  7. Use no authentication for the demo. This server only exposes public, read-only Texas/Austin search tools plus secondary Austin dataset-quality tools.
  8. Click Create. ChatGPT should show the tool list advertised by the MCP server.

Demo Prompts

Smoke Test

If ChatGPT cannot create the connector, verify the endpoint from a terminal:

curl https://civic.pagonya.co/mcp/health

curl -sS -X POST https://civic.pagonya.co/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json, text/event-stream' \
  --data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

MCP tool probes need the Accept: application/json, text/event-stream header. ChatGPT also requires a public HTTPS endpoint; localhost is not reachable from ChatGPT web.

After Changes

When tools, descriptions, or schemas change, redeploy this server and refresh the connector metadata in ChatGPT under Settings -> Connectors.

Official setup reference: OpenAI Apps SDK - Connect from ChatGPT.

Public review links: Privacy policy, Support, Terms of Service, and submission checklist.

Run 84, fetched 2026-07-08T03:48:19Z. Uses public State of Texas and City of Austin open data. Independently operated; not affiliated with or endorsed by the State of Texas or City of Austin.