Semrush · Capability

Semrush — Partner Service

Semrush — Partner Service. 1 operations. Lead operation: Semrush User status. Self-contained Naftiko capability covering one Semrush business surface.

Run with Naftiko SemrushPartner Service

What You Can Do

POST
Post — Semrush User status
/v1/apis/v4/app-center/v2/partner/viewer-status

MCP Tools

semrush-user-status

Semrush User status

Capability Spec

semrush-partner-service.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Semrush — Partner Service
  description: 'Semrush — Partner Service. 1 operations. Lead operation: Semrush User status. Self-contained Naftiko capability
    covering one Semrush business surface.'
  tags:
  - Semrush
  - Partner Service
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SEMRUSH_API_KEY: SEMRUSH_API_KEY
capability:
  consumes:
  - type: http
    namespace: semrush-partner-service
    baseUri: https://api.semrush.com
    description: Semrush — Partner Service business capability. Self-contained, no shared references.
    resources:
    - name: apis-v4-app-center-v2-partner-viewer-status
      path: /apis/v4/app-center/v2/partner/viewer-status
      operations:
      - name: post
        method: POST
        description: Semrush User status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.SEMRUSH_API_KEY}}'
  exposes:
  - type: rest
    namespace: semrush-partner-service-rest
    port: 8080
    description: REST adapter for Semrush — Partner Service. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/apis/v4/app-center/v2/partner/viewer-status
      name: apis-v4-app-center-v2-partner-viewer-status
      description: REST surface for apis-v4-app-center-v2-partner-viewer-status.
      operations:
      - method: POST
        name: post
        description: Semrush User status
        call: semrush-partner-service.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: semrush-partner-service-mcp
    port: 9090
    transport: http
    description: MCP adapter for Semrush — Partner Service. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: semrush-user-status
      description: Semrush User status
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: semrush-partner-service.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.