Gud API MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_collectionsA | List all Gud API collections in the project's .gud-api folder, with request counts and folder names. |
| get_collectionB | Get the full contents of one collection: folders, requests (with method/url/headers/body), and variables. Example response bodies are summarized. |
| create_collectionC | Create a new collection in the project (.gud-api/collections). Returns its id. |
| upsert_requestA | Create or update a request inside a collection (matched by name). The collection is created if it doesn't exist. Optionally nest it under a folder path. |
| send_requestA | Execute a request and return status, timing, headers, and a (truncated) body. Resolves {{variables}} from the active environment and the request's collection. Optionally capture the response as a saved example. |
| delete_requestB | Delete a saved request from a collection by id or name. |
| upsert_environmentC | Create or update an environment (a named set of variables, e.g. base_url and tokens). Matched by name. Optionally set it active for subsequent send_request calls. |
| get_active_environmentA | Return the active environment's variables. Secret-looking values (token/key/secret/password/…) are masked — send_request still resolves the real values server-side. |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/gudlab/gud-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server