fetch_api
Make REST API requests with specified methods, headers, and body using the Web-curl MCP Server. Supports GET, POST, PUT, DELETE, and more for seamless API interactions.
Instructions
Make a REST API request with various methods, headers, and body.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body (JSON object, string, etc.). | |
| headers | No | Request headers (e.g., for authorization). | |
| method | Yes | HTTP method for the request. | |
| timeout | No | Request timeout in milliseconds (default: 60000). | |
| url | Yes | The URL for the API endpoint. |