Alchemy · Capability

Alchemy Token API — Token Metadata

Alchemy Token API — Token Metadata. 1 operations. Lead operation: Alchemy Get Token Metadata. Self-contained Naftiko capability covering one Alchemy business surface.

Run with Naftiko AlchemyToken Metadata

What You Can Do

POST
Gettokenmetadata — Alchemy Get Token Metadata
/v1/gettokenmetadata

MCP Tools

alchemy-get-token-metadata

Alchemy Get Token Metadata

read-only

Capability Spec

token-token-metadata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Alchemy Token API — Token Metadata
  description: 'Alchemy Token API — Token Metadata. 1 operations. Lead operation: Alchemy Get Token Metadata. Self-contained
    Naftiko capability covering one Alchemy business surface.'
  tags:
  - Alchemy
  - Token Metadata
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ALCHEMY_API_KEY: ALCHEMY_API_KEY
capability:
  consumes:
  - type: http
    namespace: token-token-metadata
    baseUri: https://eth-mainnet.g.alchemy.com/v2/{apiKey}
    description: Alchemy Token API — Token Metadata business capability. Self-contained, no shared references.
    resources:
    - name: getTokenMetadata
      path: /getTokenMetadata
      operations:
      - name: gettokenmetadata
        method: POST
        description: Alchemy Get Token Metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Alchemy-Token
      value: '{{env.ALCHEMY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: token-token-metadata-rest
    port: 8080
    description: REST adapter for Alchemy Token API — Token Metadata. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/gettokenmetadata
      name: gettokenmetadata
      description: REST surface for getTokenMetadata.
      operations:
      - method: POST
        name: gettokenmetadata
        description: Alchemy Get Token Metadata
        call: token-token-metadata.gettokenmetadata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: token-token-metadata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Alchemy Token API — Token Metadata. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: alchemy-get-token-metadata
      description: Alchemy Get Token Metadata
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: token-token-metadata.gettokenmetadata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.