Docs › MCP Server
MCP Server
The Epic FlowState gateway exposes all tools over the Model Context Protocol (MCP). Any MCP-compatible client can connect via OAuth.
Connect with Inspector
npx @modelcontextprotocol/inspector \
https://gateway.epicflowstate.com/mcpOAuth flow
- Client issues an MCP
initializerequest to the endpoint - Gateway returns an OAuth challenge pointing to the authorization server
- User signs in and approves the requested scopes
- Client receives a scoped access token and resumes the session
OAuth metadata
https://gateway.epicflowstate.com/.well-known/oauth-authorization-serverAuthentication header
Authorization: Bearer <access_token>