lexmex-mcp-server

Volpsmx/lexmex-mcp-server
★ 0 stars Python Security Updated today
Official MCP server for LexMex — Mexican federal law legal AI with OAuth 2.0 + PKCE authentication.
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": {
    "lexmex-mcp-server": {
      "command": "uvx",
      "args": [
        "lexmex-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install lexmex-mcp-server

README Excerpt

Servidor [MCP](https://modelcontextprotocol.io) oficial de [LexMex](https://lex-mex.xyz) — inteligencia jurídica sobre legislación federal mexicana (316 leyes indexadas, citas verificadas contra el DOF). Endpoint público: `https://lex-mex.xyz/mcp` Este repo contiene el **código fuente real y sin modificar** del servidor MCP de producción de LexMex y de su capa de autenticación OAuth 2.0 + PKCE (RFC 6749, RFC 7591, RFC 8414, RFC 9728). Se publica para que cualquiera pueda auditar exactamente cómo

Tools (1)

mcp