Scopes and role privileges
These names serve different purposes:
Each individual server advertises scope categories ending in
:Tools, :Resources, and :Prompts. The server reference lists the exact names and operation privileges. An advertised category does not guarantee that a server provides custom resources or prompts.
The provider must authorize the requested categories and the operation privileges. Successful OAuth registration or sign-in alone does not grant these permissions. The server checks category access as well as operation access; ask the operator to verify both in the effective role.
Use the scope names advertised by your endpoint. Do not construct a scope by changing the punctuation in an operation privilege and assume the server accepts it.
Request access for a task
- Choose the individual server and the operations your application needs.
- Request the corresponding advertised scope categories in the client’s OAuth settings, when the client exposes this setting.
- Give the operator the required operation privileges from that server’s reference.
- Connect and discover tools, resources, or prompts. Verify that the intended action is available to the session.
/MCP/Files and request MCP:Files:Resources. Ask the operator to verify resource-category access and these operation privileges:
Tools, resources, and prompts
- Tools perform actions. Several tools can share a privilege, including tools with different side effects. Check the complete group before requesting access.
- Resources expose data through returned URIs. Listing, reading, and subscribing can require different privileges.
- Prompts provide a guided interaction. Access to a prompt does not automatically authorize the tools needed to complete its steps.
/MCP connection retains the requirements of its constituent servers.
Account and identity requirements
Messaging, identity, and payment tools also need a connected Neuron account. Approval of a Legal Identity is a separate requirement for operations that use it. Neither sandbox account enablement nor automatic sandbox identity approval assigns an MCP role. Agent API credentials belong to that API’s authentication flow. Use the hosted MCP server’s supported OAuth or other provider-specified authentication method. The local NeuroAli STDIO connection uses a different access model.Diagnose missing access
See the original Neuron MCP connection guide for registration and role requirements. Continue with Connect to a Neuron.