A
securityA
licenseA
qualityA Model Context Protocol server that provides web content fetching and conversion capabilities.
Last updated -
4
704
2
JavaScript
MIT License
Allows installation of the Fetch API MCP server through npm package management, making it accessible as a global command-line utility.
这是一个基于MCP(Model Context Protocol)的API请求服务器,可以发送各种HTTP请求并返回结果。
npm 安装
打开 cursor mcp 配置,添加配置项:
或者直接运行:
MCP服务器接受以下参数:
url
: 请求的URL(必填)method
: 请求方法,默认为GETheaders
: 请求头,对象格式formData
: 表单数据,对象格式jsonData
: JSON数据,对象格式cookies
: Cookie数据,对象格式服务器返回以下数据:
status
: HTTP状态码statusText
: HTTP状态文本headers
: 响应头data
: 响应数据(会根据Content-Type自动解析为JSON、文本或Base64编码的二进制数据)A Model Context Protocol server that enables sending customizable HTTP requests with support for various methods, headers, and data formats, returning parsed responses automatically.
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