Skip to main content
Glama

Browser Tools MCP Extension

by Winds-AI

api.request

Send live HTTP requests to APIs with optional auth tokens, specified endpoints, and customizable methods, headers, and query parameters for streamlined API testing and integration.

Instructions

Execute a live HTTP request to API_BASE_URL; optionally include an Authorization bearer token retrieved from configured browser storage. Use after 'api.searchEndpoints' or for known endpoints.

Input Schema

NameRequiredDescriptionDefault
endpointYesThe API endpoint path (e.g., '/api/users', '/auth/profile'). Will be combined with API_BASE_URL from environment.
includeAuthTokenNoWhether to include auth token
methodNoHTTP method for the API callGET
queryParamsNoQuery parameters as key-value pairs
requestBodyNoRequest body for POST/PUT/PATCH requests (will be JSON stringified)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpoint": { "description": "The API endpoint path (e.g., '/api/users', '/auth/profile'). Will be combined with API_BASE_URL from environment.", "type": "string" }, "includeAuthToken": { "description": "Whether to include auth token", "type": "boolean" }, "method": { "default": "GET", "description": "HTTP method for the API call", "enum": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "type": "string" }, "queryParams": { "additionalProperties": { "type": "string" }, "description": "Query parameters as key-value pairs", "type": "object" }, "requestBody": { "description": "Request body for POST/PUT/PATCH requests (will be JSON stringified)" } }, "required": [ "endpoint" ], "type": "object" }

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/Winds-AI/Frontend-development-MCP-tools-public'

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