MCP server exposing 5 tools for confluence.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/confluence/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
confluence_list_pages — List all pages in a Confluence space. Returns page ID, title, status, and version. Specify space key (e.g., "ENG", "SALES").confluence_get_page — Get full content of a Confluence page by ID. Returns title, body content, status, version, and space info.confluence_search — Search Confluence pages by keyword or CQL query. Returns matching pages with ID, title, space, and content excerpt.confluence_create_page — Create a new Confluence page with title and content. Specify parent page ID or space key (e.g., "ENG"). Returns page ID and URL.confluence_list_spaces — List all Confluence spaces in your instance. Returns space ID, key, name, type, and status. Use to discover documentation areas.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/confluence/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io