Generic MCP client
Connect any compatible remote MCP client using Streamable HTTP and OAuth.
01
Endpoint
Use the same endpoint for your ServerX account.
https://api.serverx.tech/mcp02
OAuth discovery
Clients can discover protected-resource and authorization-server metadata from ServerX. Authorization code with PKCE is used for user consent and tokens.
03
Scopes
Read-only tools use servers:read. Host mutations use servers:operate. Clients that need persistent access can request offline_access.
04
Host authority
MCP scope identifies what the client can request. The host's local ServerX configuration remains the execution authority.