smartipedia-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMARTIPEDIA_URL | No | Point at your own instance. Default is https://smartipedia.com. | https://smartipedia.com |
| SMARTIPEDIA_EDITOR | No | Attribution name on edits. Default is agent. | agent |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_topicsA | Keyword search over Smartipedia article titles and text. Returns slugs and summaries; call read_topic with a slug for the full article. |
| discover_topicsA | Semantic/vector search with optional filters. Use when keyword search misses, or to browse a category by meaning rather than exact wording. |
| read_topicA | Fetch the full Markdown article for a topic slug, with infobox, related topics and citations. |
| create_topicA | 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_phraseA | 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_sectionA | 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_topicsA | Topics people searched for that don't exist yet, ranked by demand. The highest-leverage queue for deciding what to write next. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sksareen/smartipedia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server