Get Supervisors

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/protect-earth/doc/partner-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Partner API MCP server": {
  "url": "https://bump.sh/protect-earth/doc/partner-api/mcp"
}
Close
GET /supervisors

Get a list of all the supervisors

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • id string(uuid) Required
    • name string Required
GET /supervisors
curl \
 --request GET 'https://api.protect.earth/supervisors'
Response examples (200)
[
  {
    "id": "string",
    "name": "Phil Sturgeon"
  }
]