Skip to main content

Standalone FastMCP server generated from BRP gateway OpenAPI spec.

Project description

BRP MCP Server

PyPI version

A standalone FastMCP server that exposes Lantern BRP gateway APIs dynamically from a single OpenAPI spec.

This package is designed to be easily used by AI agents (like Cursor and Claude Desktop) via the Model Context Protocol (MCP). It supports local stdio transport and remote sse transport, automatically converting API definitions into actionable AI tools.

Features

  • Dynamic Tools: Fetches the BRP OpenAPI spec on startup and converts endpoints into AI-friendly tools.
  • Secure Authentication: Built-in Auth0 M2M flow and bearer token pass-through to secure API calls to the gateway.
  • Environment Profiles: Pre-configured environments (dev, stage, prod).
  • Visibility Policies: Granular endpoint exposure mapping using OpenAPI extensions or a local JSON policy.
  • Zero-config run: Run instantly via uvx without needing a local python environment setup.

Installation

You can install the package directly from PyPI using your favorite package manager:

pip install brp-mcp

Or run it ephemerally with uv:

uvx brp-mcp

Usage in Cursor / AI Agents

If you want to provide Cursor or Claude with access to the BRP API, you can add brp-mcp to your MCP configuration file (.mcp.json or claude_desktop_config.json).

We highly recommend using uvx to handle automatic installation and execution.

Example Configuration (Remote hosted SSE)

If you are connecting to a centrally hosted server via SSE, use npx with the official proxy:

{
  "mcpServers": {
    "brp_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/proxy",
        "https://dev-app.lanternbrp.com/brp-mcp-server/sse"
      ],
      "env": {
        "BRP_AUTH0_DOMAIN": "YOUR_AUTH0_DOMAIN",
        "BRP_AUTH0_CLIENT_ID": "YOUR_CLIENT_ID",
        "BRP_AUTH0_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
      }
    }
  }
}

Environment Variables

The server relies on environment variables for configuration. Here are the most commonly used ones:

Variable Default Description
BRP_ENV dev Target API environment: dev, stage, prod
BRP_TRANSPORT stdio Transport mode: stdio (for AI agents) or sse (for web clients)
BRP_AUTH0_DOMAIN (empty) Auth0 tenant domain for API authentication
BRP_AUTH0_CLIENT_ID (empty) Auth0 Machine-to-Machine client ID
BRP_AUTH0_CLIENT_SECRET (empty) Auth0 Machine-to-Machine client secret
BRP_API_TOKEN (empty) Optional: Static bearer token fallback if not using Auth0 credentials
BRP_HOST 0.0.0.0 Bind host (used in sse mode)
BRP_PORT 6010 Port (used in sse mode)

Running as a standalone SSE server

If you want to host the server to be consumed by remote clients via Server-Sent Events (SSE):

export BRP_ENV=dev
export BRP_TRANSPORT=sse
export BRP_PORT=6015

uvx brp-mcp

The server will be available at http://localhost:6015/sse.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brp_mcp-0.1.4.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brp_mcp-0.1.4-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file brp_mcp-0.1.4.tar.gz.

File metadata

  • Download URL: brp_mcp-0.1.4.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for brp_mcp-0.1.4.tar.gz
Algorithm Hash digest
SHA256 5dc44ea5eab3d4e2c34ba6c1336af630cb536e8cf74b8f2b2d915ef5288f0668
MD5 19db61b81b57e1d3913c14abf719bfcb
BLAKE2b-256 23d82daa138889360b9fbd3c4296427d1904a7f214d0b472ea9ff72137060181

See more details on using hashes here.

File details

Details for the file brp_mcp-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: brp_mcp-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for brp_mcp-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 fb1be21c8b319ad487b50f2c5e919bc841a773f583e40a233b259483edb57753
MD5 13d9cecc1c6d843a26186932b511b8e5
BLAKE2b-256 5bea9adff9026d72f979e5536155a7818fedfa311c5cbef0dd22f6f6f64a49a4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page