CBUAE Policy Agent - Model Context Protocol server for Central Bank of UAE policies and regulations
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"cbuae-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# CBUAE MCP Server A Model Context Protocol (MCP) server for querying and analyzing Central Bank of UAE (CBUAE) policies and regulations. ## Features - **Policy Search**: Search through CBUAE policies using fuzzy matching - **Web Integration**: Query the live CBUAE website (https://rulebook.centralbank.ae/) directly - **Hybrid Search**: Search both local database and live website for comprehensive results - **Gap Analysis**: Analyze gaps between bank policies and CBUAE regulations - **Policy Listing**: List all available policies in the database - **Caching**: Intelligent caching of web requests to improve performance ## Installation ### From PyPI (Recommended) ```bash pip install cbuae-mcp ``` ### From Source ```bash git clone https://github.com/your-repo/cbuae-mcp.git cd cbuae-mcp pip install -e . ``` ### Development Installation ```bash git clone https://github.com/your-repo/cbuae-mcp.git cd cbuae-mcp ./scripts/install-dev.sh ``` ## Quick Start ### Command Line Usage ```bash # Start the MCP server cbuae-mcp # With debug logging cbuae-mcp --debug ``` ### Programmatic Usage ```python from cbuae_mcp import create_server # Create and run the server server = create_server() server.run() ``` ## Available Tools ### Local Database Tools #### 1. `query_cbuae_policy` Search CBUAE policies using fuzzy matching in the local database. **Parameters:** - `query` (string): The search query to find relevant policies **Returns:** - Dictionary containing query results with matching policies #### 2. `analyze_policy_gaps` Analyze gaps between bank policies and CBUAE regulations. **Parameters:** - `bank_policy` (string): The bank's policy text to analyze - `reg_id` (string): The CBUAE regulation ID to compare against **Returns:** - Dictionary containing identified gaps and recommendations #### 3. `list_available_policies` List all available CBUAE policies in the database. **Returns:** - Dictionary containing all available policies with their IDs, titles, an…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.