---
title: "MCP server (Streamable HTTP)"
description: ""
canonical: "https://pgbeam.com/docs/api/mcp/mcpTransport"
last-updated: "2026-09-14T19:37:21.000Z"
---

# MCP server (Streamable HTTP)

> 

URL: https://pgbeam.com/docs/api/mcp/mcpTransport

Model Context Protocol endpoint using the Streamable HTTP transport. Accepts JSON-RPC 2.0 requests and exposes every public API operation as an MCP tool. Use this with any MCP-compatible client (Claude Code, Cursor, Windsurf, custom agents) to let AI assistants manage PgBeam resources.

**Transport:** Streamable HTTP (MCP spec 2025-03-26)
**Protocol:** JSON-RPC 2.0
**Methods:** `initialize`, `tools/list`, `tools/call`, `ping`

Prefer the CLI (`pgbeam mcp`) for local stdio transport. Use this endpoint for remote or server-to-server MCP integration.