# Pointagram — MCP server on mcp.ai > Connect your Pointagram account and use 8 tools for productivity straight from your AI agent. Connect with your own API key. Pointagram is a gamification tool that increases motivation and team achievements. Keep your team goal-oriented and celebrate great performance together. By: mcp.ai · official Page: https://mcp.ai/pointagram ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_pointagram?ms=1787296080000 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/pointagram/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/pointagram/ 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/pointagram/skill.md Postman collection (v2.1): https://mcp.ai/pointagram/postman.json ## Tools - pointagram_add_score(tags?: object[], points?: integer, comment?: string, player_id?: string, score_time?: string, player_name?: string, player_email?: string, create_player?: integer, pointtype_name?: string, scoreseries_id?: string, source_score_id?: string, scoreseries_name?: string, player_external_id?: string) — Tool to add points to Pointagram players in a score series. Use when you need to award points with optional tags, descriptions, and automatic player creation. - pointagram_list_competition_players(player_id?: string, competition_id?: string, player_external_id?: string) — Tool to fetch competition players and standings in Pointagram. Returns detailed player rankings, scores, and competition participation data. Use when you need to retrieve player standings, competition - pointagram_list_competitions(filter?: string, accesskey?: string, search_by?: string, competition_id?: integer|string) — Tool to fetch competitions in Pointagram with optional filtering. Use when you need to retrieve competition information including rankings and scores. Supports filtering by player (email, name, extern - pointagram_list_players(filter?: string, search_by?: string) — Tool to fetch and list players in Pointagram with optional filtering. Use when you need to retrieve player information including name, email, external ID, and status. Supports filtering by email, name - pointagram_list_score_series() — Tool to list all score series in Pointagram. Use when you need to retrieve all configured score series collections that track and measure different point types. - pointagram_list_score_series_history(limit?: integer, time_to?: string, offset_id?: string, time_from?: string, tags_filter?: string, show_revoked?: integer, teams_filter?: string, player_filter?: string, scoreseriesid: integer, tags_or_filter?: string, offset_timestamp?: string) — Tool to fetch historical point data for a score series. Returns time-series data of points awarded over time with optional filtering by tags, teams, players, and time range. Use when you need to retri - pointagram_list_score_series_point_types(scoreseries: integer) — Tool to fetch point types for a specific score series in Pointagram. Use when you need to retrieve the different types of points that can be awarded within a score series. - pointagram_list_teams() — Tool to fetch and list all teams in Pointagram. Returns team information including ID, name, and icon. Use when you need to retrieve all available teams. ## Example prompts - "What can I do in Pointagram?" - "Show me a summary of my Pointagram account" ## Links Docs: https://mcp.ai/docs/mcps/pointagram Website: https://mcp.ai/mcps/pointagram