api_post
Send HTTP POST requests to any URL with customizable headers and body content. Integrate external APIs directly into AI workflows using the MCP API Server.
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 |