Skip to main content
Glama
ixlammm

apidog-mcp

by ixlammm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APIDOG_LOCALENoLocale setting, defaults to en-US.en-US
APIDOG_TEAM_IDNoDefault team ID for apidog_list_team_projects.
APIDOG_ACCESS_TOKENYesAccess token for Apidog API calls. Required for tools to work.
APIDOG_CLIENT_VERSIONNoClient version, defaults to 2.8.34.2.8.34

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
apidog_check_authA

Verify APIDOG_ACCESS_TOKEN by calling Apidog's current user endpoint.

apidog_configure_projectB

Write apidog.json in the current directory and add it to .gitignore.

apidog_list_user_projectsA

List projects accessible by the current user.

apidog_list_user_teamsA

List teams accessible by the current user.

apidog_list_team_projectsA

List projects for APIDOG_TEAM_ID, or for an explicit teamId.

apidog_list_modulesB

List modules in an Apidog project.

apidog_list_environmentsB

List environments in an Apidog project.

apidog_list_api_treeC

List the Apidog API tree for the configured or specified project.

apidog_list_api_detail_foldersA

List API detail folders for endpoint placement reference.

apidog_list_api_responsesC

List reusable API response components.

apidog_list_test_case_categoriesA

List test case categories for a project.

apidog_list_test_case_tagsB

List test case tags for a project.

apidog_list_runnersA

List self-hosted general runners for a project.

apidog_get_http_apiB

Get an Apidog HTTP API detail by ID.

apidog_create_moduleB

Create a module in an Apidog project.

apidog_update_moduleC

Update module fields. Use for renaming modules.

apidog_rename_moduleC

Rename a module in an Apidog project.

apidog_delete_moduleB

Delete a module in an Apidog project. Requires confirmDelete=true.

apidog_create_api_detail_folderC

Create an API detail folder.

apidog_rename_api_detail_folderC

Rename an API detail folder.

apidog_delete_api_detail_folderB

Delete an API detail folder. Requires confirmDelete=true.

apidog_create_api_detailC

Create an Apidog API detail using raw Apidog form fields.

apidog_update_api_detailA

Update an Apidog API detail using raw Apidog form fields. Prefer passing a full detail body from apidog_get_http_api.

apidog_delete_api_detailC

Delete an Apidog API detail/request. Requires confirmDelete=true.

apidog_add_requestC

Create an Apidog HTTP request/API detail with practical defaults.

apidog_update_requestB

Update an Apidog HTTP request/API detail with practical defaults. Include all fields you want preserved.

apidog_delete_requestB

Alias for deleting an Apidog HTTP API detail/request. Requires confirmDelete=true.

apidog_export_openapiC

Export OpenAPI from Apidog.

apidog_get_openapiD

Alias for apidog_export_openapi.

apidog_validate_openapiA

Validate an OpenAPI JSON or YAML document without importing it.

apidog_import_openapiC

Validate and import OpenAPI into Apidog.

apidog_add_endpointC

Add an endpoint by export-modify-validate-import.

apidog_update_endpointC

Patch an existing endpoint operation by export-modify-validate-import. Null values remove fields.

apidog_upsert_endpointC

Create or update an endpoint operation by export-modify-validate-import.

apidog_delete_endpointC

Delete an endpoint by export-modify-validate-import. Requires confirmDelete=true.

apidog_patch_openapiA

Apply RFC 6902 JSON Patch to exported OpenAPI, validate, then import.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/ixlammm/apidog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server