MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. Auth Example

Auth Example

Jason-CKYbyJason-CKY
•
1
•
API Development
Deployment & DevOps
Security & Testing

Showcases a FastMCP server with both authenticated and unauthenticated endpoints, secured by Nginx, Envoy, and Open Policy Agent.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • mendableai

    Firecrawl

    Empowers LLMs with advanced web scraping capabilities for content extraction, crawling, and search functionalities.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

This project provides a comprehensive example of how to implement authentication and authorization for a FastMCP server. It features an unauthenticated MCP server alongside an authenticated path secured by an Nginx proxy for Bearer token enforcement, an Envoy reverse proxy for request forwarding, and Open Policy Agent (OPA) for fine-grained authorization decisions. The repository includes a full Docker Compose setup to easily deploy all components and example Python clients for testing both authenticated and unauthenticated access patterns.

Key Features

01Docker Compose setup for easy deployment of all components
02Example Python clients for testing both access types
03Bearer token authentication via Nginx proxy
04Envoy integration for reverse proxying and OPA policy enforcement
05FastMCP server with authenticated and unauthenticated endpoints
060 GitHub stars

Use Cases

01Learning about authentication and authorization proxy patterns
02Demonstrating secure FastMCP server deployments
03Prototyping secure MCP server architectures with Nginx, Envoy, and OPA