← smartipedia.com
INDIVIDUAL MCP TOOL
read_topic
Fetch the full Markdown article for a topic slug, with infobox and citations.
LIVE ENDPOINT
https://smartipedia.com/mcp
Connect to this endpoint to inspect the live schema for read_topic and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.smartipedia]
url = "https://smartipedia.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"smartipedia": {
"type": "http",
"url": "https://smartipedia.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: smartipedia
Remote MCP URL: https://smartipedia.com/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": {
"smartipedia": {
"url": "https://smartipedia.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"smartipedia": {
"type": "http",
"url": "https://smartipedia.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "smartipedia",
"transport": "streamable-http",
"url": "https://smartipedia.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_topics— Keyword search over Smartipedia article titles and summaries.discover_topics— Semantic search with optional filters.create_topic— Generate a new sourced encyclopedia article from a title (web search + LLM, ~15s).preview_phrase— Get a short AI explanation of any phrase without generating a full article.edit_section— Replace one section of an article with corrected Markdown.list_missing_topics— Topics people searched for that don't exist yet, ranked by demand.