Grounded.tools · Capability

grounded.tools Docs MCP Server API — MCP Transport

grounded.tools Docs MCP Server API — MCP Transport. 2 operations. Lead operation: Grounded.tools Send MCP message via streamable HTTP. Self-contained Naftiko capability covering one Grounded Tools business surface.

Run with Naftiko Grounded ToolsMCP Transport

What You Can Do

POST
Sendmcpmessage — Grounded.tools Send MCP message via streamable HTTP
/v1/mcp
GET
Connectmcpsse — Grounded.tools Connect to MCP server via Server-Sent Events
/v1/sse

MCP Tools

grounded-tools-send-mcp-message-streamable

Grounded.tools Send MCP message via streamable HTTP

grounded-tools-connect-mcp-server-server

Grounded.tools Connect to MCP server via Server-Sent Events

read-only idempotent

Capability Spec

docs-mcp-server-mcp-transport.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: grounded.tools Docs MCP Server API — MCP Transport
  description: 'grounded.tools Docs MCP Server API — MCP Transport. 2 operations. Lead operation: Grounded.tools Send MCP
    message via streamable HTTP. Self-contained Naftiko capability covering one Grounded Tools business surface.'
  tags:
  - Grounded Tools
  - MCP Transport
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GROUNDED_TOOLS_API_KEY: GROUNDED_TOOLS_API_KEY
capability:
  consumes:
  - type: http
    namespace: docs-mcp-server-mcp-transport
    baseUri: http://localhost:6280
    description: grounded.tools Docs MCP Server API — MCP Transport business capability. Self-contained, no shared references.
    resources:
    - name: mcp
      path: /mcp
      operations:
      - name: sendmcpmessage
        method: POST
        description: Grounded.tools Send MCP message via streamable HTTP
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: sse
      path: /sse
      operations:
      - name: connectmcpsse
        method: GET
        description: Grounded.tools Connect to MCP server via Server-Sent Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: docs-mcp-server-mcp-transport-rest
    port: 8080
    description: REST adapter for grounded.tools Docs MCP Server API — MCP Transport. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/mcp
      name: mcp
      description: REST surface for mcp.
      operations:
      - method: POST
        name: sendmcpmessage
        description: Grounded.tools Send MCP message via streamable HTTP
        call: docs-mcp-server-mcp-transport.sendmcpmessage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sse
      name: sse
      description: REST surface for sse.
      operations:
      - method: GET
        name: connectmcpsse
        description: Grounded.tools Connect to MCP server via Server-Sent Events
        call: docs-mcp-server-mcp-transport.connectmcpsse
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: docs-mcp-server-mcp-transport-mcp
    port: 9090
    transport: http
    description: MCP adapter for grounded.tools Docs MCP Server API — MCP Transport. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: grounded-tools-send-mcp-message-streamable
      description: Grounded.tools Send MCP message via streamable HTTP
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: docs-mcp-server-mcp-transport.sendmcpmessage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: grounded-tools-connect-mcp-server-server
      description: Grounded.tools Connect to MCP server via Server-Sent Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: docs-mcp-server-mcp-transport.connectmcpsse
      outputParameters:
      - type: object
        mapping: $.