Skip to main content
Glama

MCP API Server

by fikri2992

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

NameRequiredDescriptionDefault
bodyNoThe request body (string or JSON object)
headersNoOptional headers to include in the request
urlYesThe URL to make the POST request to

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "The request body (string or JSON object)", "oneOf": [ { "type": "string" }, { "type": "object" } ] }, "headers": { "additionalProperties": { "type": "string" }, "description": "Optional headers to include in the request", "type": "object" }, "url": { "description": "The URL to make the POST request to", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from MCP API Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/fikri2992/mcp0'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server