SSA Resident Station Address API — Resident Stations

SSA Resident Station Address API — Resident Stations. 1 operations. Lead operation: Query Resident Stations. Self-contained Naftiko capability covering one Social Security Administration business surface.

Run with Naftiko Social Security AdministrationResident Stations

What You Can Do

GET
Queryresidentstations — Query Resident Stations
/v1/0/query

MCP Tools

query-resident-stations

Query Resident Stations

read-only idempotent

Capability Spec

ssa-resident-station-resident-stations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SSA Resident Station Address API — Resident Stations
  description: 'SSA Resident Station Address API — Resident Stations. 1 operations. Lead operation: Query Resident Stations.
    Self-contained Naftiko capability covering one Social Security Administration business surface.'
  tags:
  - Social Security Administration
  - Resident Stations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SOCIAL_SECURITY_ADMINISTRATION_API_KEY: SOCIAL_SECURITY_ADMINISTRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: ssa-resident-station-resident-stations
    baseUri: https://services6.arcgis.com/zFiipv75rloRP5N4/arcgis/rest/services/SSA_Resident_Station_Information/FeatureServer
    description: SSA Resident Station Address API — Resident Stations business capability. Self-contained, no shared references.
    resources:
    - name: 0-query
      path: /0/query
      operations:
      - name: queryresidentstations
        method: GET
        description: Query Resident Stations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: where
          in: query
          type: string
          description: SQL WHERE clause to filter records (use '1=1' for all records)
          required: true
        - name: outFields
          in: query
          type: string
          description: Comma-separated list of fields to return, or * for all fields
        - name: f
          in: query
          type: string
          description: Response format
        - name: resultOffset
          in: query
          type: integer
          description: Offset for pagination
        - name: resultRecordCount
          in: query
          type: integer
          description: Maximum number of records to return
        - name: orderByFields
          in: query
          type: string
          description: Fields to sort results by
  exposes:
  - type: rest
    namespace: ssa-resident-station-resident-stations-rest
    port: 8080
    description: REST adapter for SSA Resident Station Address API — Resident Stations. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/0/query
      name: 0-query
      description: REST surface for 0-query.
      operations:
      - method: GET
        name: queryresidentstations
        description: Query Resident Stations
        call: ssa-resident-station-resident-stations.queryresidentstations
        with:
          where: rest.where
          outFields: rest.outFields
          f: rest.f
          resultOffset: rest.resultOffset
          resultRecordCount: rest.resultRecordCount
          orderByFields: rest.orderByFields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ssa-resident-station-resident-stations-mcp
    port: 9090
    transport: http
    description: MCP adapter for SSA Resident Station Address API — Resident Stations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: query-resident-stations
      description: Query Resident Stations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ssa-resident-station-resident-stations.queryresidentstations
      with:
        where: tools.where
        outFields: tools.outFields
        f: tools.f
        resultOffset: tools.resultOffset
        resultRecordCount: tools.resultRecordCount
        orderByFields: tools.orderByFields
      outputParameters:
      - type: object
        mapping: $.