# Faceup — MCP server on mcp.ai > Connect your Faceup account and use 1 tools for customer support straight from your AI agent. Connect with your own API key. FaceUp is an anonymous reporting tool designed for companies and schools, enabling employees and students to safely report issues and misconduct. By: mcp.ai · official Page: https://mcp.ai/faceup ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_faceup?ms=1787293440000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/faceup/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/faceup/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/faceup/skill.md Postman collection (v2.1): https://mcp.ai/faceup/postman.json ## Tools - faceup_graphql_statistics_query(query: string, variables?: object) — Execute GraphQL queries against the FaceUp statistics endpoint. Retrieves whistleblowing statistics with filtering by report criteria. Requires filter (ReportFilterInput), isPartnerAdministration, onl ## Example prompts - "What can I do in Faceup?" - "Show me a summary of my Faceup account" ## Links Docs: https://mcp.ai/docs/mcps/faceup Website: https://mcp.ai/mcps/faceup