Stripe · Capability
Stripe Country API — Country
Stripe Country API — Country. 2 operations. Lead operation: Stripe Get Country Specs. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
GET
Getcountryspecs
— Stripe Get Country Specs
/v1/v1/country-specs
GET
Getcountryspecscountry
— Stripe Get Country Specs Country
/v1/v1/country-specs/{country}
MCP Tools
stripe-get-country-specs
Stripe Get Country Specs
read-only
idempotent
stripe-get-country-specs-country
Stripe Get Country Specs Country
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Stripe Country API — Country
description: 'Stripe Country API — Country. 2 operations. Lead operation: Stripe Get Country Specs. Self-contained Naftiko
capability covering one Stripe business surface.'
tags:
- Stripe
- Country
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
STRIPE_API_KEY: STRIPE_API_KEY
capability:
consumes:
- type: http
namespace: country-country
baseUri: https://api.stripe.com
description: Stripe Country API — Country business capability. Self-contained, no shared references.
resources:
- name: v1-country_specs
path: /v1/country_specs
operations:
- name: getcountryspecs
method: GET
description: Stripe Get Country Specs
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: ending_before
in: query
type: string
description: A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list.
For instance, if you make a list request and receive 100 ob
- name: expand
in: query
type: array
description: Specifies which fields in the response should be expanded.
- name: limit
in: query
type: integer
description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default
is 10.
- name: starting_after
in: query
type: string
description: A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list.
For instance, if you make a list request and receive 100 o
- name: body
in: body
type: object
description: Request body (JSON).
required: false
- name: v1-country_specs-country
path: /v1/country_specs/{country}
operations:
- name: getcountryspecscountry
method: GET
description: Stripe Get Country Specs Country
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: country
in: path
type: string
required: true
- name: expand
in: query
type: array
description: Specifies which fields in the response should be expanded.
- name: body
in: body
type: object
description: Request body (JSON).
required: false
authentication:
type: bearer
token: '{{env.STRIPE_API_KEY}}'
exposes:
- type: rest
namespace: country-country-rest
port: 8080
description: REST adapter for Stripe Country API — Country. One Spectral-compliant resource per consumed operation, prefixed
with /v1.
resources:
- path: /v1/v1/country-specs
name: v1-country-specs
description: REST surface for v1-country_specs.
operations:
- method: GET
name: getcountryspecs
description: Stripe Get Country Specs
call: country-country.getcountryspecs
with:
ending_before: rest.ending_before
expand: rest.expand
limit: rest.limit
starting_after: rest.starting_after
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/v1/country-specs/{country}
name: v1-country-specs-country
description: REST surface for v1-country_specs-country.
operations:
- method: GET
name: getcountryspecscountry
description: Stripe Get Country Specs Country
call: country-country.getcountryspecscountry
with:
country: rest.country
expand: rest.expand
body: rest.body
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: country-country-mcp
port: 9090
transport: http
description: MCP adapter for Stripe Country API — Country. One tool per consumed operation, routed inline through this
capability's consumes block.
tools:
- name: stripe-get-country-specs
description: Stripe Get Country Specs
hints:
readOnly: true
destructive: false
idempotent: true
call: country-country.getcountryspecs
with:
ending_before: tools.ending_before
expand: tools.expand
limit: tools.limit
starting_after: tools.starting_after
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: stripe-get-country-specs-country
description: Stripe Get Country Specs Country
hints:
readOnly: true
destructive: false
idempotent: true
call: country-country.getcountryspecscountry
with:
country: tools.country
expand: tools.expand
body: tools.body
outputParameters:
- type: object
mapping: $.