mcpbeat Sign in

Smartipedia MCP Server

answering

Smartipedia is answering right now. Last checked 10 min ago. 38 installs a week from npm. It exposes 7 tools. Last commit 4 Sep 2026.

Read, search and edit Smartipedia, an open AI-native encyclopedia. No API key, no signup.

Installs per day peak 122 · avg 5
a month agotoday
Uptime history 14 days of history
14 days agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
1502 ms
Response time
average over 24h
38
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Smartipedia every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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

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

This one needs environment variables set before it will start: SMARTIPEDIA_URL (Base URL of the Smartipedia instance to talk to. Defaults to https://smartipedia.com; set this to point at a self-hosted instance.), SMARTIPEDIA_EDITOR (Name recorded for attribution on article edits. Defaults to 'agent'.). The author declared them in the registry entry; get the values from the project itself.

Available tools 7

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

topic
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.
read_topic
Fetch the full Markdown article for a topic slug, with infobox and citations.
discover
discover_topics
Semantic search with optional filters. Use when keyword search misses, or to browse a category by meaning rather than exact wording.
edit
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.
missing
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.
preview
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.
topics
search_topics
Keyword search over Smartipedia article titles and summaries. Returns slugs and summaries; call read_topic with a slug for the full article.

Endpoints

URLTransportStateLatencyChecked
https://smartipedia.com/mcp streamable-http answering 1562 ms 10 min ago

Alternatives to Smartipedia

same job, measured the same way
MCP Animenewsnetwork
by smeet666

Search the Anime News Network encyclopedia and read its news wire. No API key.

89 installs/wk local only
MCP Ptitchef
by smeet666

Search Ptitchef recipes, read one, and rescale it to any servings. No API key.

198 installs/wk local only
MCP Bbc Goodfood
by smeet666

Search BBC Good Food recipes, read one, and scale its ingredients. No API key.

395 installs/wk local only
Reddit
by veezee

Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.

answering
Web Search
by hec-ovi

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

198 installs/wk local only
MediaWiki
by olgasafonova

Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.

local only
Jupitersignup
by jupitersignup

List, read, create, and edit JupiterSignup sign-up and payment forms. API key required.

answering
twitr.sh
by twitr

X/Twitter reads, search, monitors and posting. Pay-per-call in USDC — no signup, no API keys.

14 tools answering

Smartipedia — questions

Answers built from our own checks of this server.

What can Smartipedia do?
It exposes 7 tools, read directly from the server on our last check. Among them: create_topic, discover_topics, edit_section, list_missing_topics, preview_phrase, read_topic and 1 more. 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 Smartipedia working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 1502 ms. The bar chart above shows every period we have measured.
How do I connect Smartipedia?
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 Smartipedia need an API key?
No. Smartipedia completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Smartipedia?
It answers our handshake in 1502 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.
How many people use Smartipedia?
The npm package smartipedia-mcp was installed 38 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Smartipedia open source?
Yes — it is published under the MIT licence, written in TypeScript 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.