Groundcheck
by beepboop2025
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROQ_API_KEY | No | API key for Groq (enables stance classification). | |
| GROUNDCHECK_PYTHON | No | Python interpreter used to spawn the engine. | python3 |
| GROUNDCHECK_NO_SPAWN | No | Set to disable auto-spawning the engine. | |
| GROUNDCHECK_REPO_URL | No | URL used in the attribution footer/badge. | |
| GROUNDCHECK_ENGINE_DIR | No | Path to the engine directory for auto-spawn. | |
| GROUNDCHECK_ENGINE_URL | No | URL where the engine is running (or will be spawned). | http://127.0.0.1:8723 |
| GROUNDCHECK_SEARCH_KEY | No | Bearer token for the custom search endpoint. | |
| GROUNDCHECK_SEARCH_URL | No | Custom JSON search endpoint URL. | |
| GROUNDCHECK_ENGINE_HOST | No | Engine bind address. | 127.0.0.1 |
| GROUNDCHECK_ENGINE_PORT | No | Engine bind port. | 8723 |
| GROUNDCHECK_ROUTER_PATH | No | Path to the free-llm-router Python package. | |
| GROUNDCHECK_SEARCH_BACKEND | No | Set to 'stub' to disable real retrieval. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/beepboop2025/groundcheck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server