Plur-e
MCP servers

Connect Claude

How to connect Claude Desktop, Claude Code, claude.ai and custom agents to a Plur-e MCP server (remote MCP over Streamable HTTP).

Quick answer

Plur-e MCP servers are remote MCP servers (Streamable HTTP). Add the server URL in Claude Desktop or Claude Code, or as a custom connector in claude.ai (Team/Enterprise); sign in with Entra ID when prompted. Your own agent can use any MCP client library.

claude mcp add --transport http plure-bc https://mcp.plur-e.com/bc

Then run /mcp inside Claude Code to authenticate. If your client cannot complete the sign-in on its own (Entra ID does not support dynamic client registration), obtain an access token for the Admin Center app and pass it as a header: --header "Authorization: Bearer <token>".

Before connecting

  1. Plur-e activates the AI & MCP module on the tenant's subscription.
  2. A tenant administrator opens AI & MCP → Scopes in the Admin Center, picks the Business Central environment and company, enables the server and sets the tool scopes per role.
  3. Each user must exist in the Admin Center (Security → Account Users); the server rejects unknown accounts.

Without a valid token the server answers 401 with WWW-Authenticate: Bearer resource_metadata=… and publishes /.well-known/oauth-protected-resource/bc, so compliant clients discover Entra ID as the authorization server.

Related: MCP security model

Last updated on

Edit on GitHub
Was this page helpful?

On this page