MCP Server

AI-Portal Enterprise GenAI Briefing

ai.ai-portal/ai-portal

What this MCP does

Provides current GenAI news, model release tracking, AI glossary searches, and information on AI regulations and compliance requirements.

get_latest_news
Get latest GenAI news
Latest curated GenAI news items from AI-Portal, refreshed every weekday morning.
Input schema
{'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Max items to return (default 10, max 30)'}}}
list_regulations
List AI regulations
List AI regulations and their compliance status (EU AI Act, ISO 42001, and more), including jurisdiction, effective dates, key requirements, and fines.
Input schema
{'type': 'object', 'properties': {'status': {'enum': ['In Force', 'Transitional', 'Draft', 'Proposed'], 'type': 'string', 'description': 'Filter by status'}, 'jurisdiction': {'type': 'string', 'description': 'Jurisdiction substring, e.g. "european", "israel"'}}}
list_releases
List AI model releases
List AI model and product releases tracked by AI-Portal, newest first. Filter by category, provider, year, or landmark releases only.
Input schema
{'type': 'object', 'properties': {'year': {'type': 'string', 'description': 'Four-digit year, e.g. "2026"'}, 'limit': {'type': 'number', 'description': 'Max items to return (default 25, max 100)'}, 'category': {'enum': ['llm', 'multimodal', 'image', 'video', 'tool', 'framework'], 'type': 'string', 'description': 'Release category'}, 'provider': {'type': 'string', 'description': 'Provider name substring, e.g. "anthropic", "google"'}, 'landmark_only': {'type': 'boolean', 'description': 'Only landmark (major) releases'}}}
search_glossary
Search the AI glossary
Search AI-Portal's glossary of AI/GenAI terms. Returns term, definition, category, and a usage example.
Input schema
{'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search text, matched against term, abbreviation, and definition'}, 'category': {'enum': ['fundamentals', 'architecture', 'training', 'deployment', 'safety', 'agents', 'evaluation'], 'type': 'string'}}}
Added
get_latest_news
2026年9月11日0:30
Added
search_glossary
2026年9月11日0:30
Added
list_regulations
2026年9月11日0:30
Added
list_releases
2026年9月11日0:30