
Smartipedia
Read, search and edit Smartipedia, an open AI-native encyclopedia.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Read, search and edit Smartipedia, an open AI-native encyclopedia. No API key, no signup.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| search_topics | Keyword search over Smartipedia article titles and summaries. Returns slugs and summaries; call read_topic with a slug for the full article. |
| discover_topics | Semantic search with optional filters. Use when keyword search misses, or to browse a category by meaning rather than exact wording. |
| read_topic | Fetch the full Markdown article for a topic slug, with infobox and citations. |
| create_topic | Generate a new sourced encyclopedia article from a title (web search + LLM, ~15s). Returns the existing article instead if the topic is already covered. Daily rate limit applies — search first. |
| preview_phrase | Get a short AI explanation of any phrase without generating a full article. Cheap and fast — use it to decide whether a topic is worth creating. |
| edit_section | Replace one section of an article with corrected Markdown. Preferred over creating a duplicate topic when you find an error. Pass expected_revision (from read_topic) to avoid clobbering a concurrent edit. |
| list_missing_topics | Topics people searched for that don't exist yet, ranked by demand. The highest-leverage queue for deciding what to write next. |