geekbot-mcp

geekbot-mcp

3.4

If you are the rightful owner of geekbot-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Geekbot MCP server connects LLM client applications to Geekbot workspace for seamless interaction with standups, reports, and team members.

Geekbot MCP (Model Context Protocol) server acts as a bridge, connecting LLM client applications (like Claude, Cursor, Windsurf, etc.) directly to your Geekbot workspace. This allows you to interact with your standups, reports, and team members seamlessly within your conversations using natural language. The server provides tools to access standup and poll information, retrieve reports and poll results, view team members, and post standup reports. It supports installation via Smithery or manually with Python 3.10+ and 'uv'. Configuration involves setting up the Geekbot API key and configuring the LLM client application to connect to the MCP server.

Features

  • Access Standup and Poll Information: List all standups and polls in your Geekbot workspace.
  • Retrieve Standup Reports and Poll Results: Fetch reports and poll results with filters for specific standups, users, or date ranges.
  • View Team Members: Get a list of members you collaborate with in Geekbot.
  • Post Standup Reports: Post a standup report to Geekbot.

Tools

  1. list_standups

    Lists all the standups accessible via your API key.

  2. list_polls

    Lists all the polls accessible via your API key.

  3. fetch_reports

    Retrieves specific standup reports with filters.

  4. post_report

    Posts a report to Geekbot.

  5. list_members

    Lists all team members you share standups with in your Geekbot workspace.

  6. fetch_poll_results

    Retrieves specific poll results.