hoppscotch-mcp
by z-illia
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAPI_URL | No | URL to OpenAPI JSON specification | |
| MCP_AUTH_TOKEN | Yes | Required authentication token for MCP server | |
| OPENAPI_BASE_URL | No | Base URL for servers in OpenAPI spec, e.g., <<baseUrl>> | |
| HOPPSCOTCH_COOKIE | No | Full Cookie header value: connect.sid=...; access_token=...; refresh_token=... | |
| HOPPSCOTCH_ORIGIN | No | Hoppscotch origin URL, e.g., https://hoppscotch.YOUR_DOMAIN | |
| OPENAPI_AUTH_TYPE | No | Auth type for OpenAPI sync: none, basic, bearer, custom (default: none) | none |
| OPENAPI_BEARER_TOKEN | No | Bearer token for bearer auth | |
| HOPPSCOTCH_CONNECT_SID | No | connect.sid cookie value (takes precedence over HOPPSCOTCH_COOKIE) | |
| HOPPSCOTCH_GRAPHQL_URL | Yes | URL to Hoppscotch GraphQL endpoint, e.g., https://hoppscotch.YOUR_DOMAIN/backend/graphql | |
| HOPPSCOTCH_ACCESS_TOKEN | No | access_token cookie value (takes precedence over HOPPSCOTCH_COOKIE) | |
| HOPPSCOTCH_AUTH_UI_HOST | No | Host for auth web UI (default: 127.0.0.1) | 127.0.0.1 |
| HOPPSCOTCH_AUTH_UI_PORT | No | Port for auth web UI (default: 3737) | 3737 |
| OPENAPI_BASIC_AUTH_USER | No | Username for basic auth | |
| HOPPSCOTCH_REFRESH_TOKEN | No | refresh_token cookie value (takes precedence over HOPPSCOTCH_COOKIE) | |
| OPENAPI_BASIC_AUTH_PASSWORD | No | Password for basic auth | |
| HOPPSCOTCH_AUTH_STORAGE_FILE | No | File to store auth tokens locally (default: .hoppscotch-auth.local.json) | .hoppscotch-auth.local.json |
| OPENAPI_CUSTOM_AUTH_HEADER_NAME | No | Custom header name for custom auth | |
| OPENAPI_CUSTOM_AUTH_HEADER_VALUE | No | Custom header value for custom auth |
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/z-illia/hoppscotch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server