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.
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.
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
| Tool | Description |
|---|---|
initialize | Handshake method for the project MCP JSON-RPC endpoint. |
tools/list | Lists the project MCP tools exposed by NxCreate. |
list_bots | List all bots in your account. |
get_bot_code | Fetch the full bot code as section slices for a specific bot. |
update_section | Create a reviewable PR for a section update or a whole-file rewrite. |
Last updated March 22, 2026
Was this page helpful?