api_post
Send HTTP POST requests to external APIs from the MCP API Server, enabling data submission with custom headers and request body as JSON or strings. Simplify API interactions programmatically.
Instructions
Make an HTTP POST request to the specified URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | The request body (string or JSON object) | |
headers | No | Optional headers to include in the request | |
url | Yes | The URL to make the POST request to |