faces.app
Faces is an AI presentation tool for creating, editing, publishing, and sharing interactive web-based slide decks. It supports both direct API access and MCP-based agent workflows for managing presentations and slides.
Faces exposes a bearer-authenticated REST API at `https://faces.app/api/v1`, a hosted OAuth-protected MCP server at `https://mcp.faces.app/mcp`, and a `faces` CLI distributed on npm that authenticates via `faces login`, `FACES_API_KEY`, or `--api-key`.
- Faces MCP serverdetected
- Faces APIdetected
- Faces CLIdiscovered
$ faces loginAcquired by the CLI — running faces login opens the auth flow and stores the credential.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 7/8 published
- integrations.json✓https://faces.app/.well-known/integrations.json
- llms.txt✓https://faces.app/llms.txt
- API catalog✓https://faces.app/.well-known/api-catalog
- OpenAPI document✓https://faces.app/openapi.json
- MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://faces.app/.well-known/oauth-protected-resource
- Agent card✓https://faces.app
- Agent skills✓https://faces.app/.well-known/agent-skills/index.json
Publish these signals → /publishing