Try to fill

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://totebag.bump.sh/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Totebag MCP server": {
    "url": "https://totebag.bump.sh/mcp"
  }
}

Close
GET /fill

Responses

  • 400 application/json

    Incorrect HTTP request used to fill the bag

    Hide response attributes Show response attributes object
    • error string

      A computer friendly error code

    • message string

      A human friendly description of the error

GET /fill
curl \
 --request GET 'https://totebag.bump.sh/fill'
Response examples (400)
{
  "error": "wrong_method",
  "message": "Oh no, try again with another method"
}