Members

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://apidocs.lwolf.com/doc/wolfconnect-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "WolfConnect API MCP server": {
    "url": "https://apidocs.lwolf.com/doc/wolfconnect-api/mcp"
  }
}

Close

The Members resource is a RESTful web resource running on Microsoft's Web API allowing third parties to access member data.

The following actions are currently supported:

  • Retrieve a member or a collection of members
  • Retrieve the profile image of a member
  • Retrieve the public profile image of a member
  • Set the In/Out status of a member
  • Get the In/Out status of a member
  • Get the In/Out status of all active members

Use of the above resource will require the appropriate authentication headers to be present. Construction of authentication headers is outlined in the Authentication section above.