naftiko: 1.0.0-alpha2 info: label: Population Clock — Snapshot Feeds description: 'Population Clock — Snapshot Feeds. 2 operations exposing the U.S. and world population clocks. Lead operation: Get U.S. Population Clock Snapshot. No authentication required.' tags: - US Census Bureau - Demographics - Real Time created: '2026-05-25' modified: '2026-05-25' binds: [] capability: consumes: - type: http namespace: census-population-clock-clock baseUri: https://www.census.gov resources: - name: us-pop path: /popclock/data/population/uspop.json operations: - name: getuspopclock method: GET description: Get U.S. Population Clock Snapshot outputRawFormat: json outputParameters: - name: result type: object value: $. - name: world-pop path: /popclock/data/population/world.json operations: - name: getworldpopclock method: GET description: Get World Population Clock Snapshot outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: none exposes: - type: mcp namespace: census-population-clock-clock-mcp port: 9090 transport: http tools: - name: census-get-us-popclock description: Get U.S. Population Clock Snapshot hints: readOnly: true destructive: false idempotent: true call: census-population-clock-clock.getuspopclock outputParameters: - type: object mapping: $. - name: census-get-world-popclock description: Get World Population Clock Snapshot hints: readOnly: true destructive: false idempotent: true call: census-population-clock-clock.getworldpopclock outputParameters: - type: object mapping: $.