Mathpix · Capability

Mathpix Image OCR API — Images

Mathpix Image OCR API — Images. 1 operation. Lead operation: Process An Image. Self-contained Naftiko capability covering one Mathpix business surface.

Mathpix Image OCR API — Images is a Naftiko capability published by Mathpix, one of 7 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/v3/text.

The capability includes 1 state-changing operation. Lead operation: Process An Image. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Mathpix, OCR, and Images.

Run with Naftiko MathpixOCRImages

What You Can Do

POST
Processimage — Process An Image
/v1/v3/text

MCP Tools

mathpix-process-image

Process An Image

idempotent

Capability Spec

image-ocr-images.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mathpix Image OCR API — Images
  description: 'Mathpix Image OCR API — Images. 1 operation. Lead operation: Process An Image. Self-contained
    Naftiko capability covering one Mathpix business surface.'
  tags:
  - Mathpix
  - OCR
  - Images
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    MATHPIX_APP_ID: MATHPIX_APP_ID
    MATHPIX_APP_KEY: MATHPIX_APP_KEY
capability:
  consumes:
  - type: http
    namespace: image-ocr-images
    baseUri: https://api.mathpix.com
    description: Mathpix Image OCR API — Images business capability. Self-contained, no shared references.
    resources:
    - name: v3-text
      path: /v3/text
      operations:
      - name: processimage
        method: POST
        description: Process An Image
        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: app_key
      value: '{{env.MATHPIX_APP_KEY}}'
      placement: header
      additionalHeaders:
        app_id: '{{env.MATHPIX_APP_ID}}'
  exposes:
  - type: rest
    namespace: image-ocr-images-rest
    port: 8080
    description: REST adapter for Mathpix Image OCR API — Images.
    resources:
    - path: /v1/v3/text
      name: v3-text
      description: REST surface for v3-text.
      operations:
      - method: POST
        name: processimage
        description: Process An Image
        call: image-ocr-images.processimage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: image-ocr-images-mcp
    port: 9090
    transport: http
    description: MCP adapter for Mathpix Image OCR API — Images. One tool per consumed operation.
    tools:
    - name: mathpix-process-image
      description: Process An Image
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: image-ocr-images.processimage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.