The connection URL
Every MCP server you create in Engini has a server token. Point your MCP client at:Install in your client
For the agent reading this
Machine-usable facts, no prose required:Authentication
Engini MCP implements the MCP spec’s OAuth 2.1 authorization:- The client hits the server and receives
401with aWWW-Authenticateheader pointing athttps://mcp.engini.io/.well-known/oauth-protected-resource. - That metadata names the authorization server (
https://identity.engini.io), whose own discovery document describes the full flow. - The client runs the standard authorize → consent → token flow (PKCE), and retries with
Authorization: Bearer <token>.
MCP client apps need a registered OAuth client on the Engini side (registration is currently manual - see OAuth apps). The relevant scope is
mcp:tools.What the agent gets
tools/list- the toolset’s tools with their JSON Schemastools/call- execution through the toolset’s bound connections, with the same semantics as the REST execute endpoint (including theisSuccesscontract)