Skip to main content
Glama

Fetch API MCP Server

by jethroHuang

request

Send customizable HTTP requests with methods like GET, POST, or DELETE, set headers, include JSON or form data, and receive parsed responses using the Fetch API MCP Server.

Input Schema

NameRequiredDescriptionDefault
cookiesNo
formDataNo
headersNo
jsonDataNo
methodNoGET
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cookies": { "additionalProperties": { "type": "string" }, "type": "object" }, "formData": { "additionalProperties": { "type": "string" }, "type": "object" }, "headers": { "additionalProperties": { "type": "string" }, "type": "object" }, "jsonData": {}, "method": { "default": "GET", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS" ], "type": "string" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Fetch API MCP Server

Related Tools

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/jethroHuang/fetch-api-mcp'

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