FVAP.gov · Capability

FVAP.gov XML API — eVAG

FVAP.gov XML API — eVAG. 1 operations. Lead operation: Get the combined eVAG feed for a state or territory.. Self-contained Naftiko capability covering one Fvapgov business surface.

Run with Naftiko FvapgoveVAG

What You Can Do

GET
Getevag — Get the combined eVAG feed for a state or territory.
/v1/xml-api/{state}/evag-xml

MCP Tools

get-combined-evag-feed-state

Get the combined eVAG feed for a state or territory.

read-only idempotent

Capability Spec

xml-evag.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FVAP.gov XML API — eVAG
  description: 'FVAP.gov XML API — eVAG. 1 operations. Lead operation: Get the combined eVAG feed for a state or territory..
    Self-contained Naftiko capability covering one Fvapgov business surface.'
  tags:
  - Fvapgov
  - eVAG
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FVAPGOV_API_KEY: FVAPGOV_API_KEY
capability:
  consumes:
  - type: http
    namespace: xml-evag
    baseUri: https://www.fvap.gov
    description: FVAP.gov XML API — eVAG business capability. Self-contained, no shared references.
    resources:
    - name: xml-api-state-evag.xml
      path: /xml-api/{state}/evag.xml
      operations:
      - name: getevag
        method: GET
        description: Get the combined eVAG feed for a state or territory.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: xml-evag-rest
    port: 8080
    description: REST adapter for FVAP.gov XML API — eVAG. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/xml-api/{state}/evag-xml
      name: xml-api-state-evag-xml
      description: REST surface for xml-api-state-evag.xml.
      operations:
      - method: GET
        name: getevag
        description: Get the combined eVAG feed for a state or territory.
        call: xml-evag.getevag
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: xml-evag-mcp
    port: 9090
    transport: http
    description: MCP adapter for FVAP.gov XML API — eVAG. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-combined-evag-feed-state
      description: Get the combined eVAG feed for a state or territory.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: xml-evag.getevag
      outputParameters:
      - type: object
        mapping: $.