mcp-authflow-resource

brooksmcmillin/mcp-authflow-resource
★ 0 stars Python Security Updated 1mo ago
OAuth 2.0 Resource Server framework for MCP servers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-authflow-resourc": {
      "command": "uvx",
      "args": [
        "mcp-authflow-resource"
      ]
    }
  }
}

Or install with pip: pip install mcp-authflow-resource

README Excerpt

OAuth 2.0 Resource Server framework for [MCP](https://modelcontextprotocol.io/) servers. Validate tokens and control tool-call rates with a proportional feedback loop. Pair with [mcp-authflow](https://github.com/brooksmcmillin/mcp-authflow) on the authorization server side. - **Token verification** via RFC 7662 introspection with SSRF protection

Tools (9)

client_auth_methodclient_secrethard_block_thresholdjustification_thresholdsaturation_thresholdtarget_ratetime_decay_ratewarmup_callswindow_size