Docs

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/mcp

OAuth flow

  1. Client issues an MCP initialize request to the endpoint
  2. Gateway returns an OAuth challenge pointing to the authorization server
  3. User signs in and approves the requested scopes
  4. Client receives a scoped access token and resumes the session

OAuth metadata

https://gateway.epicflowstate.com/.well-known/oauth-authorization-server

Authentication header

Authorization: Bearer <access_token>