U.S. EPA Enforcement and Compliance History Online (ECHO) - All Data — Metadata

Metadata. 2 operations. Lead operation: Combined ECHO Metadata Service. Self-contained Naftiko capability covering one EPA business surface.

Run with Naftiko EPAMetadata

What You Can Do

GET
Getechorestservicesmetadata — Combined ECHO Metadata Service
/v1/echo_rest_services.metadata
POST
Postechorestservicesmetadata — Combined ECHO Metadata Service
/v1/echo_rest_services.metadata

MCP Tools

combined-echo-metadata-service

Combined ECHO Metadata Service

read-only idempotent
combined-echo-metadata-service-2

Combined ECHO Metadata Service

Capability Spec

echo-all-metadata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: U.S. EPA Enforcement and Compliance History Online (ECHO) - All Data — Metadata
  description: 'Metadata. 2 operations. Lead operation: Combined ECHO Metadata Service. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - Metadata
  created: '2026-05-29'
  modified: '2026-05-29'
binds:
  - namespace: env
    keys: {}
capability:
  consumes:
    - type: http
      namespace: echo-all-metadata
      baseUri: https://echodata.epa.gov/echo
      description: U.S. EPA Enforcement and Compliance History Online (ECHO) - All Data — Metadata business capability. Self-contained, no shared references.
      resources:
        - name: echo-rest-services-metadata
          path: /echo_rest_services.metadata
          operations:
            - name: getechorestservicesmetadata
              method: GET
              description: Combined ECHO Metadata Service
              inputParameters:
                - name: output
                  in: query
                  type: string
                  required: false
                  description: "Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Paddi"
                - name: callback
                  in: query
                  type: string
                  required: false
                  description: JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
        - name: echo-rest-services-metadata
          path: /echo_rest_services.metadata
          operations:
            - name: postechorestservicesmetadata
              method: POST
              description: Combined ECHO Metadata Service
              inputParameters:
                - name: output
                  in: formData
                  type: string
                  required: false
                  description: "Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Paddi"
                - name: callback
                  in: formData
                  type: string
                  required: false
                  description: JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: echo-all-metadata-rest
      port: 8080
      description: REST adapter for U.S. EPA Enforcement and Compliance History Online (ECHO) - All Data — Metadata. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/echo_rest_services.metadata
          name: echo-rest-services-metadata
          description: REST surface for Combined ECHO Metadata Service.
          operations:
            - method: GET
              name: getechorestservicesmetadata
              description: Combined ECHO Metadata Service
              call: echo-all-metadata.getechorestservicesmetadata
              with:
                output: rest.output
                callback: rest.callback
              outputParameters:
                - type: object
                  mapping: $.
        - path: /v1/echo_rest_services.metadata
          name: echo-rest-services-metadata
          description: REST surface for Combined ECHO Metadata Service.
          operations:
            - method: POST
              name: postechorestservicesmetadata
              description: Combined ECHO Metadata Service
              call: echo-all-metadata.postechorestservicesmetadata
              with:
                output: rest.output
                callback: rest.callback
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: echo-all-metadata-mcp
      port: 9090
      transport: http
      description: MCP adapter for U.S. EPA Enforcement and Compliance History Online (ECHO) - All Data — Metadata. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: combined-echo-metadata-service
          description: Combined ECHO Metadata Service
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: echo-all-metadata.getechorestservicesmetadata
          with:
            output: tools.output
            callback: tools.callback
          outputParameters:
            - type: object
              mapping: $.
        - name: combined-echo-metadata-service-2
          description: Combined ECHO Metadata Service
          hints:
            readOnly: false
            destructive: false
            idempotent: false
          call: echo-all-metadata.postechorestservicesmetadata
          with:
            output: tools.output
            callback: tools.callback
          outputParameters:
            - type: object
              mapping: $.