Chainstack · Capability

Chainstack BNB Smart Chain Node API

Chainstack-managed BNB Smart Chain RPC capability. Consumes the canonical JSON-RPC (or chain-native) interface for BNB Smart Chain via a Chainstack Global, Dedicated, Unlimited, or Trader node. Provides MCP and REST adapters fronted by a single namespace per chain.

Run with Naftiko ChainstackBNB Smart ChainBlockchainRPCBNB

MCP Tools

chainstack-bnb-rpc

Submit a raw JSON-RPC request to a Chainstack-managed BNB Smart Chain node.

Capability Spec

chain-bnb-rpc.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Chainstack BNB Smart Chain Node API
  description: Chainstack-managed BNB Smart Chain RPC capability. Consumes the canonical JSON-RPC (or chain-native) interface
    for BNB Smart Chain via a Chainstack Global, Dedicated, Unlimited, or Trader node. Provides MCP and REST adapters fronted
    by a single namespace per chain.
  tags:
  - Chainstack
  - BNB Smart Chain
  - Blockchain
  - RPC
  - BNB
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    CHAINSTACK_NODE_URL: CHAINSTACK_NODE_URL
capability:
  consumes:
  - type: http
    namespace: chainstack-bnb-rpc
    baseUri: '{{env.CHAINSTACK_NODE_URL}}'
    description: Chainstack-managed BNB Smart Chain RPC node endpoint.
    resources:
    - name: rpc
      path: /
      operations:
      - name: rpc_call
        method: POST
        description: Submit a JSON-RPC request to a Chainstack-managed BNB Smart Chain node. See the openapi spec for the
          full operation inventory.
        outputRawFormat: json
        inputParameters:
        - name: body
          in: body
          type: object
          description: 'JSON-RPC envelope: { jsonrpc: ''2.0'', id: <int>, method: <string>, params: <array> }'
          required: true
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: none
      description: Authentication is embedded in the node URL (per-node access key path).
  exposes:
  - type: mcp
    namespace: chainstack-bnb-mcp
    port: 9090
    transport: http
    description: MCP adapter for the Chainstack BNB Smart Chain node RPC.
    tools:
    - name: chainstack-bnb-rpc
      description: Submit a raw JSON-RPC request to a Chainstack-managed BNB Smart Chain node.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: chainstack-bnb-rpc.rpc_call
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.