NxCreateDocs

MCP Server

Use the project MCP endpoint to let external tools inspect and propose changes to NxCreator bot projects.

Use the NxCreator project MCP endpoint when you want an external tool to inspect bots and propose code changes through reviewable PRs.

API URLs

NxCreator exposes one MCP endpoint for project access.

Project MCP API
https://docs.nxcreate.com/api/mcp/project

Setup Guide

The MCP endpoint is HTTP-based and built into the NxCreator backend. Clients should send JSON-RPC requests to the project MCP URL.

{
  "projectMcpUrl": "https://docs.nxcreate.com/api/mcp/project"
}

The authenticated project MCP RPC endpoint is https://docs.nxcreate.com/api/mcp/project. Clients should send JSON-RPC requests there with Authorization: Bearer <apiKey>.

Available Tools

ToolDescription
initializeHandshake method for the project MCP JSON-RPC endpoint.
tools/listLists the project MCP tools exposed by NxCreate.
list_botsList all bots in your account.
get_bot_codeFetch the full bot code as section slices for a specific bot.
update_sectionCreate a reviewable PR for a section update or a whole-file rewrite.
Last updated March 22, 2026
Was this page helpful?