Ramp · Capability

Ramp Developer API — Locations

Ramp Developer API — Locations. 1 operations. Lead operation: List locations. Self-contained Naftiko capability covering one Ramp business surface.

Run with Naftiko RampLocations

What You Can Do

GET
Listlocations — List locations
/v1/locations

MCP Tools

list-locations

List locations

read-only idempotent

Capability Spec

developer-locations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ramp Developer API — Locations
  description: 'Ramp Developer API — Locations. 1 operations. Lead operation: List locations. Self-contained Naftiko capability
    covering one Ramp business surface.'
  tags:
  - Ramp
  - Locations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RAMP_API_KEY: RAMP_API_KEY
capability:
  consumes:
  - type: http
    namespace: developer-locations
    baseUri: https://api.ramp.com/developer/v1
    description: Ramp Developer API — Locations business capability. Self-contained, no shared references.
    resources:
    - name: locations
      path: /locations
      operations:
      - name: listlocations
        method: GET
        description: List locations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.RAMP_API_KEY}}'
  exposes:
  - type: rest
    namespace: developer-locations-rest
    port: 8080
    description: REST adapter for Ramp Developer API — Locations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/locations
      name: locations
      description: REST surface for locations.
      operations:
      - method: GET
        name: listlocations
        description: List locations
        call: developer-locations.listlocations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: developer-locations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ramp Developer API — Locations. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-locations
      description: List locations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: developer-locations.listlocations
      outputParameters:
      - type: object
        mapping: $.