Geekbot MCP

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GB_API_KEYYesYour Geekbot API key, obtainable from https://geekbot.com/dashboard/api-webhooks

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_standups

Fetch standups list from Geekbot

Returns: str: Properly formatted JSON string of standups list
fetch_reports

Fetch reports list from Geekbot

Args: standup_id: int, optional, default is None The standup id to fetch reports for user_id: int, optional, default is None The user id to fetch reports for after: str, optional, default is None The date to fetch reports after in YYYY-MM-DD format before: str, optional, default is None The date to fetch reports before in YYYY-MM-DD format Returns: str: Properly formatted JSON string of reports list
ID: insfxll0ju