Gripp MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRIPP_API_URL | No | URL of the Gripp API endpoint. | https://api.gripp.com/public/api3.php |
| GRIPP_API_TOKEN | Yes | Your Gripp API token for authentication. | |
| GRIPP_REQUEST_TIMEOUT_MS | No | Timeout in milliseconds for API requests. | 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gripp_list_entitiesA | List available Gripp API entities, fields counts, and supported method names. |
| gripp_describe_entityA | Describe one Gripp API entity, including fields, references, enum values, methods, and examples. |
| gripp_getB | Retrieve Gripp entities with filters, paging, and ordering. Uses the entity.get API method. |
| gripp_getoneA | Retrieve a single Gripp entity. Uses the entity.getone API method and returns the first matching item. |
| gripp_createB | Create a Gripp entity. Requires confirm=true because this writes to Gripp. |
| gripp_updateA | Update a Gripp entity by ID. Requires confirm=true because this writes to Gripp. |
| gripp_deleteA | Delete a Gripp entity by ID. Requires confirm=true because this permanently changes Gripp data. |
| gripp_callB | Call any Gripp API method by full method name. Non-read methods require confirm=true. |
| gripp_batchB | Execute multiple Gripp API calls in one Gripp transaction. Non-read calls require confirm=true per item. |
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
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/maxancedecot/GrippMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server