mcp_api_client
Execute HTTP requests (GET, POST, PUT, DELETE, PATCH, check_api) with URL, JSON body, headers, and auth token for API integration.
Instructions
HTTP caller. Fields: action ∈ {get, post, put, delete, patch, check_api}, url (required), data (JSON body for mutating verbs), headers (string map), auth_token (prefixed into Authorization unless headers.Authorization supplied). Local URLs allowed. Responses are structured results or MCP errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| url | No | ||
| data | No | ||
| headers | No | ||
| auth_token | No |