Search what
just happened.
search_newsRecent published AI news with summaries and canonical links.
PUBLIC MCP ENDPOINT · BRAZIL
Give MCP-compatible clients structured access to SWEN.AI news, model data, rankings, tools and tutorials — no API key required.
agentWhich models lead the intelligence ranking?
get_intelligence_ranking{
"source": "Artificial Analysis",
"ranking": [
{ "rank": 1, "name": "…", "vendor": "…", "score": 0, "url": "…" },
{ "rank": 2, "name": "…", "vendor": "…", "score": 0, "url": "…" }
]
}
Example response · stable JSON contract · canonical links · read-only data
01 / TOOL REGISTRY
Every tool validates input, reads the same public data behind SWEN.AI and returns a stable JSON contract.
search_newsRecent published AI news with summaries and canonical links.
get_news_articleRetrieve a published article by slug.
list_ai_modelsPricing, context windows and speed from the model catalog.
get_modelFetch a single model's structured public profile.
get_intelligence_rankingCanonical Artificial Analysis Intelligence Index ordering, deduplicated by model family.
search_toolsSearch pricing, ratings and categories in the SWEN.AI directory.
list_tutorialsBrowse published tutorials and learning resources.
02 / ONE SOURCE, THREE SURFACES
01Thin wrappersBusiness rules stay in shared fetchers and mappers.
02Stable contractsAgents receive structured public fields, not page scraping.
03Reference sourceThe repository is auditable but may lag production slightly.
03 / PUBLIC BY DESIGN
The hosted MCP endpoint is free to connect and uses IP-based rate limiting. It exposes read-only public content through explicit tool contracts.
04 / CONNECT
Add the hosted URL to any client that supports remote MCP servers.
Need REST API access?{
"mcpServers": {
"swen-ai": {
"url": "https://swen.ia.br/api/mcp"
}
}
}