# grokipedia-mcp

Search and retrieve Grokipedia articles with filters, full content, and citations. Explore related pages and extract sections to quickly gather relevant knowledge. Run guided workflows to research to…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add skymoore/grokipedia-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list skymoore/grokipedia-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get skymoore/grokipedia-mcp search

# Call a tool
npx -y @smithery/cli@latest tool call skymoore/grokipedia-mcp search '{}'
```

## Direct MCP Connection

Endpoint: `https://grokipedia-mcp--skymoore.run.tools`

**Optional config:**
- `host` (query) — Host for the server to bind to
- `port` (query) — Port to run the server on

## Tools (7)

- `search` — Search for articles in Grokipedia with optional filtering and sorting.
- `get_page` — Get complete page information including metadata, content preview, and citations summary.
- `get_page_content` — Get only the article content without citations or metadata.
- `get_page_citations` — Get the citations list for a specific page.
- `get_related_pages` — Get pages that are linked from the specified page.
- `get_page_section` — Extract a specific section from an article by header name.
- `get_page_sections` — Get a list of all section headers in an article.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get skymoore/grokipedia-mcp <tool-name>
```

## Prompts (4)

- `research_topic` — Research a topic by searching and retrieving detailed information
- `find_sources` — Find authoritative sources and citations for a topic
- `explore_related` — Explore topics related to a specific article
- `compare_topics` (topic1, topic2) — Compare two topics side by side

---

Source: https://github.com/skymoore/grokipedia-mcp
