mcpbeat

Trueai MCP Server

io.github.chenyujing1234-netizen/trueai
answering

Trueai is answering right now. Last checked 2 min ago. It exposes 4 tools. Last commit 28 May 2026.

Recommend and inspect AI SaaS apps from the TrueAI catalog (1,600+ apps) by need, name or URL.

Uptime history 40 hours of history · worst hour 33%
40 hours agonow
50.0%
Uptime 24h
92 of 184 checks
4
Tools
read from the server
1841 ms
Response time
average over 24h
0
Stars
last commit 28 May 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add trueai --transport http https://www.shiflowai.cloud/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trueai": {
      "url": "https://www.shiflowai.cloud/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trueai]
url = "https://www.shiflowai.cloud/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "trueai": {
      "url": "https://www.shiflowai.cloud/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trueai": {
      "url": "https://www.shiflowai.cloud/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

categories
list_categories
List every category in the TrueAI catalog. Each entry has ``slug``, ``name``, optional ``icon``, ``sort_order``, ``parent_id`` and ``tool_count``. Use the returned slugs to filter ``list_ai_tools(category=...)``.
recommend
recommend_ai_tools
Find AI tools that match a natural-language user need. Parameters ---------- description : str The user's need in their own words. Be specific about the scenario, audience, platform, language and budget when known. Examples: '我是新手想学编程,要免费的 AI 工具'; 'I need an AI to generate a 10-page PPT from an outline'. top_k : int (1-10, default 5) Maximum number of candidates to return. Returns ------- JSON: {intents, candidates, external}. ``candidates`` is already ranked by relevance & score. ``external`` lists fallback nav sites only when no in-catalog candidate matches.
tool
get_ai_tool
Resolve and return the full structured record of one AI app. Parameters ---------- name_or_url : str The AI app's display name (e.g. 'Cursor', '通义千问'), its TrueAI slug, a numeric id, or its official URL (e.g. 'https://cursor.com'). include_reviews : bool (default false) If true, attach up to ``max_reviews`` real user reviews (sourced from watcha.cn). Useful for social proof / real-world usage tips. max_reviews : int (1-20, default 5) Cap on attached reviews. Resolution order: numeric id → exact slug → official_url substring → brand keyword from URL → fuzzy name/tagline match.
tools
list_ai_tools
Browse the catalog with structured filters and sorting. Parameters ---------- category : str | None Optional category slug to filter by, e.g. 'coding', 'image-gen', 'writing'. Use list_categories() to discover slugs. free_only : bool | None If true, only return tools with a free tier. form_factor : str | None Filter by product form: 'saas' | 'mobile' | 'cli' | 'windows_app' | 'web' | 'browser_extension' | 'api'. sort : str (default 'overall') Sort key: 'overall' | 'usability' | 'effect' | 'price' | 'speed' | 'reviews' | 'new'. page : int (>=1, default 1) page_size : int (1-100, default 20) Returns ``{items, total, page, page_size}``. Each item is a brief record; call ``get_ai_tool`` to drill in.

Endpoints

URLTransportStateLatencyChecked
https://www.shiflowai.cloud/mcp streamable-http answering 1556 ms 2 min ago
https://www.shiflowai.cloud/mcp-sse/sse sse answering 1187 ms 2 min ago

Trueai — questions

Answers built from our own checks of this server.

What can Trueai do?
It exposes 4 tools, read directly from the server on our last check. Among them: get_ai_tool, list_ai_tools, list_categories, recommend_ai_tools. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Trueai working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 184 checks got a reply (50.0%), average response time 1841 ms. The bar chart above shows every period we have measured.
How do I connect Trueai?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Trueai need an API key?
No. Trueai completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Trueai?
It answers our handshake in 1841 ms on average, which is faster than 1% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Trueai open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.