Egypt Regulatory Intelligence

MCP server providing structured Egyptian business regulatory data for AI agents.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Egypt Query Requirements: Query regulatory requirements for establishing and operating businesses in Egypt. Returns licensing requirements, capital requirements, ownership rules, compliance obligation
  • Egypt List Regulators: List regulatory bodies governing business activities in Egypt. Returns details about each regulator including jurisdiction, responsibilities, and relevant sectors. Args: - secto
  • Egypt Compare Sectors: Compare regulatory complexity, capital requirements, licensing timelines, and growth rates across Egyptian business sectors. Returns side-by-side comparison data for informed ma

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

MCP server providing structured Egyptian business regulatory data for AI agents. Query fintech licensing requirements, capital rules, ownership restrictions, compliance obligations, free zones, and recent regulatory changes across 7 specialized tools. Covers payments, digital banking, lending, insurtech, robo-advisory, and open banking.

Список инструментов сервера (7)

Технические названия из tools/list. Нужны только разработчикам.

egypt_query_requirementsQuery regulatory requirements for establishing and operating businesses in Egypt. Returns licensing requirements, capital requirements, ownership rules, compliance obligations, and barriers to entry for specific business activities. Args: - activity (string, optional): Filter by business activity keyword (e.g., "payments", "lending", "digital banking", "insurtech", "robo-advisory") - sector (string, optional): Filter by sector (e.g., "Fintech") - regulator (string, optional): Filter by regulator abbreviation (e.g., "CBE", "FRA") - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns: Detailed regulatory requirements including entity type, capital, licenses, laws, compliance, and barriers. Examples: - "What do I need to start a payment company in Egypt?" -> activity="payments" - "What are FRA-regulated fintech activities?" -> regulator="FRA" - "Requirements for digital banking license in Egypt" -> activity="digital banking"
egypt_list_regulatorsList regulatory bodies governing business activities in Egypt. Returns details about each regulator including jurisdiction, responsibilities, and relevant sectors. Args: - sector (string, optional): Filter by relevant sector keyword - response_format ('markdown' | 'json'): Output format (default: 'markdown') Examples: - "Who regulates fintech in Egypt?" -> sector="fintech" - "What does the FRA do?" -> (returns all, agent can filter)
egypt_compare_sectorsCompare regulatory complexity, capital requirements, licensing timelines, and growth rates across Egyptian business sectors. Returns side-by-side comparison data for informed market entry decisions. Args: - sectors (string[], optional): Filter by sector name keywords. If empty, returns all sectors. - response_format ('markdown' | 'json'): Output format (default: 'markdown') Examples: - "Compare fintech payments vs lending in Egypt" -> sectors=["payments", "lending"] - "Which Egyptian sector has lowest barriers?" -> sectors=[] (all sectors) - "Fintech vs real estate regulatory complexity" -> sectors=["fintech", "real estate"]
egypt_free_zonesGet information about Egyptian free zones and special economic zones including incentives, tax benefits, and requirements. Args: - zone_name (string, optional): Filter by zone name keyword - sector (string, optional): Filter by sector focus - response_format ('markdown' | 'json'): Output format (default: 'markdown') Examples: - "What incentives does the Suez Canal Economic Zone offer?" -> zone_name="suez" - "Which free zones support fintech?" -> sector="fintech"
egypt_legal_frameworkLook up Egyptian laws and regulations relevant to business operations. Returns law details including scope, key provisions, relevant sectors, and recent amendments. Args: - query (string, optional): Search by law name, number, or topic keyword - sector (string, optional): Filter by relevant sector - response_format ('markdown' | 'json'): Output format (default: 'markdown') Examples: - "What is Fintech Law No. 5 of 2022?" -> query="fintech" - "Laws governing AML compliance in Egypt" -> query="money laundering" - "Data protection regulations" -> query="data protection"
egypt_recent_regulatory_changesGet recent regulatory changes and updates affecting business in Egypt. Returns chronological list of regulatory changes with impact assessments. Args: - sector (string, optional): Filter by sector keyword - since (string, optional): Filter changes since date (YYYY-MM format, e.g., "2024-06") - response_format ('markdown' | 'json'): Output format (default: 'markdown') Examples: - "What changed in Egyptian fintech regulation recently?" -> sector="fintech" - "Regulatory changes since January 2025" -> since="2025-01"
egypt_market_entry_assessmentGet a comprehensive market entry assessment for a specific business activity in Egypt. Combines requirements, barriers, free zone options, regulatory bodies, and recent changes into a single actionable briefing. Args: - activity (string): The business activity to assess (e.g., "payments", "lending", "digital banking", "insurtech") - foreign_company (boolean): Whether the entrant is a foreign company (affects ownership and licensing guidance) - response_format ('markdown' | 'json'): Output format (default: 'markdown') Examples: - "Full assessment for entering Egyptian payments market as a foreign company" -> activity="payments", foreign_company=true - "What's involved in starting a lending fintech in Egypt?" -> activity="lending", foreign_company=false