Britive MCP Server

Britive's first-party Model Context Protocol server, available both as a remote server on the tenant (https://{tenant}.britive-app.com/mcp, OAuth-protected) and as an open-source local server (github.com/britive/mcp-server). It exposes Britive dynamic access, identity management, reporting, audit-log query and active-session tools to MCP clients such as Claude Desktop and VS Code Copilot.

API entry from apis.yml

apis.yml Raw ↑
aid: britive:britive-mcp-server
name: Britive MCP Server
description: Britive's first-party Model Context Protocol server, available both as a remote server on
  the tenant (https://{tenant}.britive-app.com/mcp, OAuth-protected) and as an open-source local server
  (github.com/britive/mcp-server). It exposes Britive dynamic access, identity management, reporting,
  audit-log query and active-session tools to MCP clients such as Claude Desktop and VS Code Copilot.
humanURL: https://docs.britive.com/docs/setting-up-mcp-server
baseURL: https://demo.britive-app.com/mcp
tags:
- MCP
- Agentic AI
- Access Control
properties:
- type: MCPServer
  url: mcp/britive-mcp.yml
- type: ToolCrosswalk
  url: mcp/britive-tool-crosswalk.yml
- type: Documentation
  url: https://docs.britive.com/docs/setting-up-mcp-server
- type: SourceCode
  url: https://github.com/britive/mcp-server