Learning Resources
ai-portal.ai
Provides curated information on AI releases, regulations, glossary terms, and latest news.
ENDPOINT 1
https://www.ai-portal.ai/mcp
MCP server metadata
- Name
- ai-portal
- Version
- 1.0.0
Read-only tools over AI-Portal data (https://www.ai-portal.ai): AI model releases, AI regulations, a GenAI glossary, and daily curated GenAI news. Use list_releases for "when did model X ship / what did provider Y release", list_regulations for AI compliance status, search_glossary for term definitions, and get_latest_news for current GenAI headlines.
Known tools 4
list_releasesList AI model and product releases tracked by AI-Portal, newest first.
Inferred read-onlylist_regulationsList AI regulations and their compliance status (EU AI Act, ISO 42001, and more), including jurisdiction, effective dates, key requirements, and fines.
Inferred read-onlyget_latest_newsLatest curated GenAI news items from AI-Portal, refreshed every weekday morning.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-portal]
url = "https://www.ai-portal.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-portal": {
"type": "http",
"url": "https://www.ai-portal.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-portal
Remote MCP URL: https://www.ai-portal.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-portal": {
"url": "https://www.ai-portal.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-portal": {
"type": "http",
"url": "https://www.ai-portal.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-portal",
"transport": "streamable-http",
"url": "https://www.ai-portal.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ai-portal.ai was fetched 2026-07-27T15:31:31.724Z and is being refreshed.
ai-portal.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.