Wikipedia / MediaWiki · Capability
Wikipedia Knowledge Research
Read-only research surface across Wikipedia: search pages, fetch page summaries, full HTML, history, and revisions. Self-contained Naftiko capability covering one Wikipedia / MediaWiki business surface.
What You Can Do
GET
Searchpages
— Full-text search of wiki pages
/v1/search/page
GET
Searchtitles
— Auto-complete title search
/v1/search/title
GET
Getpage
— Get page source and metadata
/v1/page/{title}
GET
Getpagebare
— Get page metadata without content
/v1/page/{title}/bare
GET
Getpagehtml
— Get page as HTML
/v1/page/{title}/html
GET
Getpagehistory
— Get page revision history
/v1/page/{title}/history
GET
Getrevision
— Get revision with HTML
/v1/revision/{id}
GET
Getpagesummary
— Get page summary (REST v1 cached endpoint)
/v1/rest-v1/page/summary/{title}
GET
Getrelatedpages
— Get related pages
/v1/rest-v1/page/related/{title}
GET
Getrandompagesummary
— Get a random page summary
/v1/rest-v1/page/random/summary
MCP Tools
full-text-search-wiki-pages
Full-text search of wiki pages
read-only
idempotent
auto-complete-title-search
Auto-complete title search
read-only
idempotent
get-page-source-metadata
Get page source and metadata
read-only
idempotent
get-page-metadata-without-content
Get page metadata without content
read-only
idempotent
get-page-html
Get page as HTML
read-only
idempotent
get-page-revision-history
Get page revision history
read-only
idempotent
get-revision-html
Get revision with HTML
read-only
idempotent
get-page-summary-rest-v
Get page summary (REST v1 cached endpoint)
read-only
idempotent
get-related-pages
Get related pages
read-only
idempotent
get-random-page-summary
Get a random page summary
read-only
idempotent
Who This Is For
AI Researcher / RAG Builder
Grounds LLM responses in Wikipedia content; needs cached, anonymous reads.
RAG / Agent Builder
Builds retrieval-augmented agents using one of the many community Wikipedia MCP servers.