Salesforce · Capability

Salesforce — Client

Salesforce — Client. 1 operations. Lead operation: Salesforce Openid Connect Dynamic Client Registration Endpoint. Self-contained Naftiko capability covering one Salesforce business surface.

Run with Naftiko SalesforceClient

What You Can Do

POST
Openidconnectdynamicclientregistrationendpoint — Salesforce Openid Connect Dynamic Client Registration Endpoint
/v1/services/oauth2/register

MCP Tools

salesforce-openid-connect-dynamic-client

Salesforce Openid Connect Dynamic Client Registration Endpoint

Capability Spec

salesforce-client.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce — Client
  description: 'Salesforce — Client. 1 operations. Lead operation: Salesforce Openid Connect Dynamic Client Registration Endpoint.
    Self-contained Naftiko capability covering one Salesforce business surface.'
  tags:
  - Salesforce
  - Client
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_API_KEY: SALESFORCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-client
    baseUri: https://login.salesforce.com
    description: Salesforce — Client business capability. Self-contained, no shared references.
    resources:
    - name: services-oauth2-register
      path: /services/oauth2/register
      operations:
      - name: openidconnectdynamicclientregistrationendpoint
        method: POST
        description: Salesforce Openid Connect Dynamic Client Registration Endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Accept
          in: header
          type: string
          required: true
        - name: Authorization
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesforce-client-rest
    port: 8080
    description: REST adapter for Salesforce — Client. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/services/oauth2/register
      name: services-oauth2-register
      description: REST surface for services-oauth2-register.
      operations:
      - method: POST
        name: openidconnectdynamicclientregistrationendpoint
        description: Salesforce Openid Connect Dynamic Client Registration Endpoint
        call: salesforce-client.openidconnectdynamicclientregistrationendpoint
        with:
          Accept: rest.Accept
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-client-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce — Client. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesforce-openid-connect-dynamic-client
      description: Salesforce Openid Connect Dynamic Client Registration Endpoint
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesforce-client.openidconnectdynamicclientregistrationendpoint
      with:
        Accept: tools.Accept
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.