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/bcThen 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
- Plur-e activates the AI & MCP module on the tenant's subscription.
- 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.
- 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 GitHubMCP security model
How Plur-e MCP servers handle identity, scopes, approvals, audit and data — per-user Entra ID sessions, read/write scopes per role, approval for writes, full logging, no training on customer data.
Business Central documents map
Which Business Central document, journal or entry each Plur-e Mobile action creates or updates, by module.