Authentication

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://bump.sh/pgw/doc/imoje-api-en/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"imoje API eng MCP server": {
  "url": "https://bump.sh/pgw/doc/imoje-api-en/mcp"
}
Close

Integration allows authorisation using an authorisation token. The token can be found in the imoje panel in the Shops tab by clicking Details for the selected shop and then Integration data.

The token should be sent in the Authorisation header

Authorization: Bearer <token>