You're viewing a demo portfolio

Join the waitlist
PRSM

post

Active

Tool of Httpbin

declared in 0.1.0

Send a POST request to httpbin.org with optional body and custom headers; returns the echoed request including parsed JSON body, form data, and headers.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "body": {
        "name": "test",
        "value": 123
      },
      "content_type": "application/json"
    },
    {
      "body": "plain text data",
      "headers": {
        "X-Request-ID": "abc123"
      }
    }
  ],
  "properties": {
    "body": {},
    "headers": {
      "type": "object"
    },
    "content_type": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Httpbin

https://github.com/pipeworx-io/mcp-httpbin

1/7 registries
View full server →